Skip to content
Hacker, J.R. edited this page Aug 30, 2014 · 5 revisions

Welcome to the ioh wiki!

Join our mailing list

https://groups.google.com/forum/#!forum/ioh-dev

The Basic Idea

We're going to make hats that are IoT nodes! They will have IR senders/receivers aiming forwards and backwards. Wearers can "battle" each other to gain/remove points. Leds will display the current point total of each hat wearer. of course, each hat is an ipv6 node that can be queried and manipulated over the internets!

The Heart

The JN5168 is a neat little microcontroller. It's a 32Mhz 32-bit (Openrisc 1000 derived core) with 256kB/32kB/4kB (Flash/RAM/EEPROM) and radio. Jennic (bought by NXP) has an rtos and ip stack they give out and toolchain.

The Module

Seeed Studio has fortunately taken one of these modules and made an XBee footprint module! They call it a meshbee. Out of the box, meshbee's have FW installed that makes them Xbee like, designed to be worked with an external microcontroller. In other words, in their model, the 32-bit core is a peripheral of the 8-bit core. Of course, this FW can be rewritten to suite an IoH purpose.

Getting Started

To see how to get up and running, see GettingStarted.

Links of possible interest:

http://www.seeedstudio.com/wiki/Mesh_Bee https://www.sparkfun.com/products/11812 http://www.nxp.com/products/microcontrollers/wireless_microcontrollers/JN5168.html http://www.nxp.com/techzones/wireless-connectivity/jennet-ip.html https://github.com/pscholl/contiki-jn51xx