orgua / OneWireHub

OneWire slave device emulator
GNU General Public License v3.0
343 stars 86 forks source link

DS18B20_thermometer example not work #21

Closed maxibons closed 7 years ago

maxibons commented 7 years ago

Use ide 1.6.13 and UNO-board. DS18B20_thermometer (original) compiles without errors. But in serial port waste comes.

orgua commented 7 years ago

it seems like a basic arduino-misconfig - you can check these two things:

maxibons commented 7 years ago

only UNO. Thanks. With it void setup() { Serial.begin(9600); work!

orgua commented 7 years ago

yeah, not recommended but possible. have fun playing with it