Open GoogleCodeExporter opened 9 years ago
It's an Arduino Pro compatible board running on 3.3V @ 8MHZ AtMega 328. Using a
STKv2 compatible programmer to upload the sketches using the ICP pins.
Original comment by arca.ar...@gmail.com
on 1 Jul 2012 at 10:33
This one: http://www.currentcost.com/product-bridge-specification.html
The site doesn't SAY it's Arduino compatible, nor do they publish a schematic
to check. Why do you expect to be able to upload arduino-ethernet based
sketches, and have them work? (and why do you think it's an arduino issue
rather than a CCB problem?)
Original comment by wes...@gmail.com
on 29 Jul 2012 at 10:23
Aw shoot! Apologies, I should have been more clear in my post earlier...
The bridge is based on the Arduino platform:
http://oshugsuccess.eventbrite.com/
There are resources on the internet that shows you how you can re-purpose it.
For example:
http://knolleary.net/2011/04/04/currentcost-mqtt-bridge/
http://john.crouchley.com/blog/archives/722
And also, I've been able to successfully develop software for this platform for
some time now. My sketches use the Ethernet library and they work fine when
uploading them with v1.0, but stops working if I upload them with v1.0.1, hence
the assumption that the problem probably lies with the new release. Also,
"Stops working" here means that the bridge appears to freeze around the call to
'Ethernet.begin(mac)'. (I know this because I've traced the sketch in my
efforts to figure out what was going on). I also have did an upload a simple
test sketch that didn't use any (additional) libraries and that seemed to work
fine.
Though it may not mean much, I should also mention that, in my feeble attempt
to troubleshoot, I've copied v1.0.1 Ethernet library code over a clean v1.0
installation and uploaded the Ethernet sketch using v1.0 and that seemed to
work fine.
Original comment by arca.ar...@gmail.com
on 29 Jul 2012 at 11:49
Original issue reported on code.google.com by
arca.ar...@gmail.com
on 1 Jul 2012 at 10:30