Changes between Version 10 and Version 11 of DallasTemperatureSensor
- Timestamp:
- 2013-09-02 12:35:14 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DallasTemperatureSensor
v10 v11 6 6 http://code.mios.com/trac/mios_arduino-sensor/browser/trunk/Arduino/DallasTemperatureSensor 7 7 8 Before downloading the sketch . Please select a unique RADIO_ID. The RADIO_ID must be unique in your radio network and is also used on the Vera side to distinguish between different sensors.9 After updating and downloading the code you should be ready to go.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. 9 After updating RADIO_ID and downloading the code you should be ready to go. 10 10 11 11 == Wire things up == … … 13 13 Follow the instructions in ConnectingRadioModule to connect radio module. 14 14 15 You can connect many DS18 B20 in parallel if you want to collect several temperatures (they will be presented as separate devices in Vera). In the sketch provided I've used digital pin 2 for input.15 You can connect many DS18b20 in parallel if you want to collect several temperatures (they will be presented as separate devices in Vera). In the sketch provided I've used digital pin 2 for input. 16 16 17 17 You need connect a pull-up resistor like the picture show. … … 30 30 http://www.aliexpress.com/item/16Pcs-Lot-Pro-Mini-Module-Atmega328-5V-16M-For-Arduino-Compatible-Nano/710613095.html 31 31 32 8x Dupont cable Female->Female \\32 8x Dupont cable Female->Female (you might need 3 extra depending on how your DS18b20 is hooked up)\\ 33 33 http://www.aliexpress.com/item/New-Female-To-Female-40-pcs-Wire-Cable-Line-1p-1p-Pin-Connector-20cm-2-54mm/1045212486.html 34 34