Difference between revisions of "IBoard"
(→Download) |
(→Useful Link) |
||
Line 22: | Line 22: | ||
==Useful Link== | ==Useful Link== | ||
+ | [http://neophob.com/2012/06/make-stripinvaders-cheaper-use-an-iboard/ By michu <Make StripInvaders Cheaper: Use An IBoard>] | ||
+ | |||
+ | [https://github.com/andykarpov/iBoardRF24 Andy Karpov's GitHub Page <RF24 library that supports nRF24L01 on iBoard>] | ||
+ | |||
+ | [https://github.com/andykarpov/iBoardRF24Network Andy Karpov's GitHub Page <RF24Network library that supports nRF24L01 on iBoard>] | ||
+ | |||
+ | [http://arduino.cc/forum/index.php/topic,110400.msg829190.html#msg829190 By NI$HANT <IBoard not able to access A6 and A7>] | ||
+ | |||
+ | [http://blog.iteadstudio.com/btbee-pro-wireless-program-tutorials/ <BTBee Pro Wireless Program Tutorials>] | ||
+ | |||
+ | [http://blog.iteadstudio.com/fritzing-parts-itead-development-board/ <Fritzing Parts: ITEAD Development Board>] |
Revision as of 02:56, 17 May 2014
Contents
Overview
Iboard is a unique Arduino board which features a WIZnet ethernet port, an XBee socket, nRF24L01+ module interface and an ATMega328. This board will add wireless XBee / nRF24L01+ control as well as internet connectivity to your projects. It’s great for anything from home automation to robot control. The possibilities are endless!
Iboard can be used as an Ethernet, wireless communication project development platform. Iboard support POE (power on Ethernet) power supply, and Micro SD for mass storage. There are some 3pin electronic brick/ sensor brick interface breakout on board, it offer an easy way for a quick prototyping. You can setup a web server through which you may communicate with a remote Arduino using XBee radios, bluetooth or APC modules. This information can be posted to a web site, or to Twitter.
The board requires FTDI basic board to upload sketch, you can use our Foca board to do it. Iboard can be powered by a mini USB , power Jack or POE.
Hardware
Spec
Download
Useful Link
By michu <Make StripInvaders Cheaper: Use An IBoard>
Andy Karpov's GitHub Page <RF24 library that supports nRF24L01 on iBoard>
Andy Karpov's GitHub Page <RF24Network library that supports nRF24L01 on iBoard>
By NI$HANT <IBoard not able to access A6 and A7>