Wireless Display  

Created on 12/1/11 by Glyn Hudson 

> Since superseded by the emonGLCD wireless open-hardware graphical display unit. 

 

This display has been developed as part of my home monitoring system. the display shows the current power consumption in my house as well as the outside, living room and hot water cylinder temperature.

The display its a Nuelectronics 3310 LCD  shield sat on top of an Arduino 328- I used this improved library re-written by Andrew D Lindsay

The energy monitor is based on the mains non-invasive 3.0 energy monitor

The temperature monitoring is done by a one-wire network of three DS18B20 digital temperature sensors.  

The wireless transmission is done using a low-cost RF link with Trystan's multiple value transmission code

 

Here is a copy of the Arduino code: Wireless Display Nokia3310

 

Future development 

  • I would be cool to integrate a recargable battery into the display so it can be made more mobile. 
  • I intend to experiment with different displays, the Nokia3310 display is nice but its small. Ideally it should be possible to read the current power consumption from across the room. I intend to investigate using  7-seg display coupled with some sort of ambient power consumption indicator. See http://www.alanmeany.net/ambientknowledge.html for inspiration.  
AttachmentSize
Wireless_Display_Nokia3310.zip2.54 KB
Abhisheik's picture

Wiress Display

Hi Glyn

I was searching the net for a similar device when i came across your post. Would you be interested in customizing one . I need to have a small 16x2 or 20x4 line alphanumeric display to which i can send message from a computer.

Regards

Abhisheik

glyn.hudson's picture

PC > Arduino > Alphanumeric display

Hi Abhisheik,

Sorry for the slow reply. What are you trying to display? Do you need wireless transmission? If not you could just use an Arduino connected to a computer via USB to display a serial output on an alphanumeric display. There are plenty of tutorials on the internet to do this. Most of the code is already done for you in the Arduino IDE LiquidCrystal.h library.  

http://www.alfonsomartone.itb.it/kwztcq.html

http://www.brokencitylab.org/blog/getting-things-to-talk-arduino-lcds/#more-6597

Hope this is helpful.

All the best, Glyn.