Changes between Version 5 and Version 6 of DistanceSensor
- Timestamp:
- 2013-09-28 18:37:50 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DistanceSensor
v5 v6 6 6 http://code.mios.com/trac/mios_arduino-sensor/browser/trunk/Arduino/DistanceSensor 7 7 8 Before downloading the sketch to the Arduino you need to select a unique RADIO_ID (see top of sketch source code). The RADIO_ID must be unique in your radio network and is also used on the Vera side to distinguish between different sensors (1-255).9 After updating RADIO_ID and downloading the code you should be ready to go.10 8 Adjust the measure interval by updating SLEEP_TIME define at the top of the sketch file. 11 9