[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] semiOT: home automation
- Subject: [ale] semiOT: home automation
- From: ale_nospam at fayettedigital.com (Jim Lynch)
- Date: Tue, 20 May 2014 14:51:29 -0400
- In-reply-to: <CAEo=5Py3j1aP=a+YPTBubdUa5HhNLA2bo-4u2HJAvri=kyRbBw@mail.gmail.com>
- References: <CABo2fvB76uNWNPFJmt9YarAfAAYpnWx+awmC4xxHj96N7-3bow@mail.gmail.com> <CAEo=5Py3j1aP=a+YPTBubdUa5HhNLA2bo-4u2HJAvri=kyRbBw@mail.gmail.com>
On 05/20/2014 12:38 PM, Jim Kinney wrote:
> Big Linux system with Internet access and killer firewall with USB to
> RaspberryPi and/or Arduino. Those IO pins are quite capable.
>
I'd skip the Big Linux system and just communicate directly to a Pi.
Use a Teensy 3.1 instead of the Arduino. Many more I/O pins, more
flexible, lots more memory, much faster. Communications with the Pi
over usb is dead simple. The Teensy is a 3.1 v part but it is 5 V
tolerant. You have digitial I/O pins, ADC, DAC, I2C, SPI, and PWM on
the Teensy 3.1. Oh did I mention it's cheaper than the Arduino, can be
programmed using the Arduino IDE and has a smaller footprint?
If you need a bit more power/memory and want a real disk drive, Consider
the Cubie2 instead of the Pi. It has SATA support on the board.
There's a "baseboard" available that will give you lots of breakout and
VGA if you need it. The Cubie2 has HDMI though. It's a bit more
expensive at about $60 vs the Pi at $35. Depending on what you want to
do, it may be a better choice.
I'm using a Pi and Teensy to control some aspects of a FIRST FRC robot.
Jim.