BotronikS - Final code for all types of Arduino and PC users: -- HOME -- email: botronik@gmail.com |
BAC8TempDS: Measurment of up to 8 temperature sensors DS18B20 by AT commands (from PC, PLC...) |
||||
connections (click to enlarge) |
XLoader exsample |
Termite test... |
Useful accessories: | |
DS18B20: 1 - 2 - 3 | ||||
All offered codes here are FREE to use! Source codes and Your special requests are available via email! | ||||
Download the HEX codes below, unpack and upload to the proper Arduino board (Use a free net tool for example XLoader) | ||||
1. ATmega328-16MHz (MINI,NANO,UNO...): BAC8TempDS-m328 | ||||
2. AtMega2560 (Mega(ATMEGA2560)........): BAC8TempDS-m2560 | ||||
Based on the offered AT commands, you can develop your own PC, PLC ... communication code and applications... | ||||
Avaliable AT commands (Baud 9600,8 Data bits, None Parity,1 Stop Bit): You can test the uploaded code using some free serial software such as Termite (select: Append CR): |
||||
AT - attention command (return OK) |
||||
ATI - code info |
||||
VA - reading status of all values |
||||
V0x - reading status of single value x (x=1-8) | ||||
Arduino code example (only 2 inputs): ACodeEx - Zip | ||||
See corresponding PC SCADA: BScada8V |