I have purchased a iLabs UnoNet from the Pi Hut as i have a project that requires ethernet, i thought this was an excellent idea as the ethernet is built in.
The trouble is i cant even get the onboard LED to blink using the standard blink program within the Arduino IDE!
I have downloaded the most recent board definitions etc as instructed too on the Pi Huts website. I have changed the default LED pin to 9 (as 13 is used for the ethernet SPI) the code compiles, the IDE says it has uploaded but the LED does not flash.
Has anyone on here experienced the same thing and are able to give me some pointers?
" LED: 9. There is a built-in LED connected to digital pin 9. When the pin is HIGH value, the LED is on, when the pin is LOW, it’s off. On most other Arduino boards, this LED is found on pin 13. It is on pin 9 on the Ethernet board because pin 13 is used as part of the SPI connection."
Leo..
As I stated in the original post I have changed the default LED pin to 9 (as 13 is used for the ethernet SPI) the code compiles, the IDE says it has uploaded but the LED does not flash.