how to send sensor values wirelessly
i know how to send messages to another arduino but im not sure how to send sensor values here is code to transmit the word hello
If you could show me an example code it would be great.
// transmitter.pde
//
// Simple example of how to use VirtualWire to transmit messages
// Implements a simplex (one-way) transmitter with an TX-C1 module
//
// See VirtualWire.h for detailed API docs
// Author: Mike McCauley (mikem@open.com.au)
// Copyright (C) 2008 Mike McCauley
[original story: Let's Make Robots]