Skip to content

Simple Arduino sketch to forward data received via VirtualWire to the net.

License

Notifications You must be signed in to change notification settings

bodiya/VwEthernetBridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This sketch allows you to forward data from a wireless sensor to the
internet via the Ethernet Shield on the Arduino Uno. This concept is
the basis for more interesting activities like the Home Sensors project.

A simple transmitter (for use with a Digispark) is also included.

I recommend using netcat to test things out before attempting to write any
code to receive data from the Uno.

A modified copy of the VirtualWire library is included, which allows it to
be used at the same time as the Ethernet Shield for the Uno. You can see the
changes that were applied by looking at the latest diff in the VirtualWire.cpp
file. To download the latest (unmodified) version of VirtualWire, go to:
http://www.airspayce.com/mikem/arduino/VirtualWire/

About

Simple Arduino sketch to forward data received via VirtualWire to the net.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published