pcduino vs arduino vs ?? for simple web projects.

283 views
Skip to first unread message

William Gilmore

unread,
May 7, 2013, 9:48:34 AM5/7/13
to nycresistormi...@googlegroups.com
I have a few simple projects that involve input / output and the internet.  Temperature logging, irrigation, things like that.  A few inputs, a few outputs.  I was thinking arduino + ethernet or wifi shield because I'm comfortable with arduino but pcduino is cheaper.  Anything I should be looking out for? raspi? Give a kick in the right direction. --Will

pcduino $60 (https://www.sparkfun.com/products/11712)

Chris Clearfield

unread,
May 7, 2013, 9:52:21 AM5/7/13
to nycresistormi...@googlegroups.com
Hey Will,
I've found that, for my projects that need internet, I've been happy with the pi. It does all the networking stuff well, and I don't have to worry about library size for the networking code, etc.

If you're doing short-range, another solution is arduino uno with a bluetooth chip. The chip, once paired, looks just like a UART, and you can stream data (at baud at or below 115200) to PC or an embedded system that also has bluetooth. The bluetooth chips I have found are ~$8. 
--
Chris



--
You received this message because you are subscribed to the Google Groups "NYCResistor:Microcontrollers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nycresistormicrocon...@googlegroups.com.
To post to this group, send email to nycresistormi...@googlegroups.com.
Visit this group at http://groups.google.com/group/nycresistormicrocontrollers?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 



--
Chris Clearfield

Ben Combee

unread,
May 7, 2013, 10:04:26 AM5/7/13
to NYCR:Microcontrollers mailing list
Having build the webduino project that uses Arduino + Ethernet shield, I'd actively warn away from using that combo in favor of something higher level.  It's just too much pain building a reliable and secure web system on low-end hardware, and for one-off projects, going with a ARM-based system that can run a small Linux distro will be a huge improvement.

I'd even consider a Raspberry Pi at $35 combined with a Tinyduino type board ($10ish)... have the Pi run a wifi webserver and talk over USB to the Arduino board that handles real-time sensor work.


--
Reply all
Reply to author
Forward
0 new messages