Saturday 9 April 2011

JeeLabs JeeNode

Whilst looking around the net for information on the Arduino project I come across a few variants on the theme, this one struck me as particularly useful.

This site is run by a guy called Jean-Claude Wippler, he has created his own version of the Arduino called the JeeNode.
JeeNode V5


This derivative of the Arduino is a much slimmer device, intended to form part of an environment monitoring network around a house, the main thig about this design is that it includes a built in wireless transciever which allows these things to talk to each other without having to buy an Xbee board for your Arduino. (You can get two of these for not much more than one Xbee)

It uses the same programming IDE as the Arduino.

The pinout interface for the JeeNode is quite different to that of the Arduino, he has setup 4 ports that can be connected to various sensors like temp, humidity and many more using I2C.  To make programming easy he has also built a ports library.

The wireless interface is also made easy to use with a custom library, this enables you to send and recieve serial data without worrying about any data protocols at either end.  Each device comes pre-programmed with the libraies needed and can talk to each other out of the box, all you need to do is follow the tutorials on the site.

The other thing that interests me, when combined with the wireles capability, is the nice graphical LCD screen.
Graphical LCD
 The Screen comes with a PCB that plugs onto the JeeNode and along with a single AA battery holder/stepup invertor you would get a complete wireless screen showing information from the main unit and even sending data back.

Complete Wirelss screen
The one thiong you'd need to get though is a FTDI programming lead because, unlike the Arduino, it doesn't have the USB programming interface. I found mine here.

I found all this at Jeelabs, based in the Netherlands.

No comments:

Three button WiFi Remote

Using the power control circuit from the Wirelesse door/Window sensor I have designed a simple 3 button WiFi remote with the intention of co...

Popular Posts