DavidAntliff / esp32-ds18b20-example

ESP32-compatible example for Maxim Integrated DS18B20 Programmable Resolution 1-Wire Digital Thermometer.
MIT License
108 stars 34 forks source link

Can not find devices #6

Closed kusumy closed 4 years ago

kusumy commented 4 years ago

I try to run it ESP-IDF v3.2, but it seems doesn't work.

There are messages:

Find devices: E: (4448) owb_rmt: rx_items == 0 Found 0 devices E: (4548) owb_rmt: rx_items == 0

However using Arduino IDE, i am able to get data from sensor.

kusumy commented 4 years ago

I try to run it ESP-IDF v3.2, but it seems doesn't work.

There are messages:

Find devices: E: (4448) owb_rmt: rx_items == 0 Found 0 devices E: (4548) owb_rmt: rx_items == 0

However using Arduino IDE, i am able to get data from sensor.

After moving GPIO pinout, finally i can find sensor data