Good afternoon Folks,
I ordered some parts from Robotshop, the other day, sensors and stuff.
This is when I came across ARDUINO I/O cards.
Anyone out there using these I/O cards.
Thanks
Dom
ARDUINO I/O cards
-
- Senior Member
- Posts: 141
- Joined: Tue Jul 07, 2009 12:55 pm
- Location: NC
Re: ARDUINO I/O cards
I am hoping the wife will buy me one for xmas, if not i will buy one anyway....
Anyone else have any experince here?
Raptor
Anyone else have any experince here?
Raptor
-
- HouseBot Guru
- Posts: 757
- Joined: Wed Apr 02, 2003 8:10 pm
- Location: Pelham AL
Re: ARDUINO I/O cards
This is an old thread, and one that got somewhat off the tracks, but whatever...
Has anyone actually integrated an Arduino micro-controller (i.e. UNO, NANO, or other) with HB? I've ordered an UNO and plan (such as it is) to integrate it with HB via its USB serial port. From the reading on the Arduino side, it doesn't appear to be too difficult once the appropriate library(ies) are included. What's interesting is that, in contrast to other serial interfaces (AV rcvr, projector, Elk,...) where the device's protocol (command language) is known, with Arduino, you get to develop that on the Arduino side based on what you're using the Arduino for. Then create the appropriate hardware interface (presumably generic serial port) on the HB side. But I may be off base here. Am I off base here? Any HB-Arduino wizards out there?
Has anyone actually integrated an Arduino micro-controller (i.e. UNO, NANO, or other) with HB? I've ordered an UNO and plan (such as it is) to integrate it with HB via its USB serial port. From the reading on the Arduino side, it doesn't appear to be too difficult once the appropriate library(ies) are included. What's interesting is that, in contrast to other serial interfaces (AV rcvr, projector, Elk,...) where the device's protocol (command language) is known, with Arduino, you get to develop that on the Arduino side based on what you're using the Arduino for. Then create the appropriate hardware interface (presumably generic serial port) on the HB side. But I may be off base here. Am I off base here? Any HB-Arduino wizards out there?
Steve
Re: ARDUINO I/O cards
Hey Steve, I don't use the Arduino (at least not in Home Auto yet) but I have used a couple of the CAI Web control boards with HB that work really well. They're ethernet based rather than USB which allows me more freedom in their placement.
The company link is: http://www.redhillnetworks.com/products ... l-faq.html
And I usual get them on Amazon: http://www.amazon.com/gp/product/B001H4JXLU
They're around $35 USD. I have the older version where you basically scrape a webpage to get/put settings. The newer versions have a 'PLC' firmware option that allows greater customization I believe but the old version has ran my irrigation and greenhouse (until the recent tornadoes caused a tree to slice through it) for about two years now with zero problems.
Terry
The company link is: http://www.redhillnetworks.com/products ... l-faq.html
And I usual get them on Amazon: http://www.amazon.com/gp/product/B001H4JXLU
They're around $35 USD. I have the older version where you basically scrape a webpage to get/put settings. The newer versions have a 'PLC' firmware option that allows greater customization I believe but the old version has ran my irrigation and greenhouse (until the recent tornadoes caused a tree to slice through it) for about two years now with zero problems.
Terry
-
- HouseBot Guru
- Posts: 757
- Joined: Wed Apr 02, 2003 8:10 pm
- Location: Pelham AL
Re: ARDUINO I/O cards
I use Arduino for other things, and yes, Steve you have the right idea. You write your own rs232 protocol on the arduino, tie it into a generic serial and away you go!
There are lots of libraries & examples for receiving & parsing strings from the arduinio rs232/usb port.
They are very nice little inexpensive flexible units.
Tim
There are lots of libraries & examples for receiving & parsing strings from the arduinio rs232/usb port.
They are very nice little inexpensive flexible units.
Tim
-
- HouseBot Guru
- Posts: 757
- Joined: Wed Apr 02, 2003 8:10 pm
- Location: Pelham AL
Re: ARDUINO I/O cards
One (UNO) is on the way, along with a motor/servo/stepper shield kit... and a book.
Steve