English
 |  Deutsch  |  Magyar
Plexipi Prototyping logo
 
 
Project name
WEBALERT-WORKING MODEL
Subject
A wireless device for home use that displays the number of new email messages without needing to turn on any computer.
Technology
  • 8 bit microkontroller
  • 2.4 Ghz radio, IEEE802.15.4
 
Project overview

Test project to create a working model.

The device can run a query and then display the number of new email messages in any email mailbox without having to turn on any computer.

Every member of a family or a company can have a wireless device configured for their own mailbox.

 
 
 
   
How does it work?

The device is composed of two main parts: one connects to the Internet via an Ethernet connection; the other includes one or more wireless display units.

  • Connecting to the Internet, checking for new emails

    The central unit connects to the network automatically (via DHCP) and regularly checks the number of email messages in the specific mailbox (via POP3 protocol) at specific intervals. Thanks to the integrated web server, the email address, access to the account and the frequency of checking for new messages can be modified using a web browser.

    The unit has a modular structure composed of an Ethernet and a 2.4 GHz radio frequency module.
  • Displaying the number of emails, motion detector

    The handheld, portable part of the device maintains a wireless connection with the central unit. One central unit may connect to multiple such portable devices.

    The number of new emails is displayed in two digits. When a new email message arrives, the current value is displayed for a few second and then, to minimise energy use, the display turns off again. When the device is moved, the display turns on again. To reset the counter, shake the device.

    Thanks to the ultra low consumption level of the radio system, the battery powered device requires recharging only after an extended period.
 
What is Webalert?

Webalert is designed to inform the user about events accessible via the Internet even when the user’s computer is turned off.

Such events may include changes in stock exchange rates, the number of visitors to the blog, weather information, the number of emails, etc., or any other more complex or application based event may be monitored and the value of the change displayed.

There are several display options, including blinking LEDs, displaying digits or longer texts and even engine powered mechanical motion.

Webalert is a tiny and extremely energy-efficient device.

 
   
Projekt kép
Central Unit
Ethernet module

  • ATmega1281V microcontroller
  • ENC28J60 Ethernet controller (max. 10Mbps)
  • External circuit connection: SPI, TWI
  • Protocols: TCP/IP, HTTP, POP3, DHCP
  • Operating voltage: 3.3V
  • Current consumption: ~240mA (max.)
  • Size: 65x36x16mm
 
Projekt kép
Central Unit
2.4 GHz radio module

  • ATmega1281V microcontroller
  • AT86RF230 radio chip, 2.4 Ghz, IEEE802.15.4
  • Transmit power: 3dBm (2mW)
  • Circuit connection: SPI, TWI
  • Operating voltage: 3.3V
  • Current consumption: ~16mA (max.)
  • Size: 65x36x6mm
 
Projekt kép
Wireless display
2.4 GHz radio module

  • ATmega1281V microcontroller
  • AT86RF230 radio chip, 2.4 Ghz, IEEE802.15.4
  • 3 vector accelerometer
  • 2 pcs. 8 segment display
  • Transmit power: 3dBm (2mW)
  • External circuit connection: SPI, TWI
  • Operating voltage: 1.8-2.4V
  • Current consumption: ~0,16mA + ~1-3mA per display segment
  • Size: 65x36x13mm
 
   

Adam Dunkel’s UIP Ethernet stack was used when programming the device.

The PHY layer needed for radio communications was created using ATMEL open source libraries; we programmed the MAC layer ourselves and plan to publish these codes as open source software. The MAC layer is currently not Zigbee compatible.