firmata / ConfigurableFirmata

A plugin-based version of Firmata
GNU Lesser General Public License v2.1
153 stars 72 forks source link

Using ConfigurableFirmataWiFi with thermometer DS18B20 and Johnny-Five not working #93

Closed juliagf closed 4 years ago

juliagf commented 4 years ago

Hi! I'm trying to make work a DS1820 thermometer with ConfigurableFirmataWiFi firmware flashed on my NodeMCU 1.0 Amica ESP-12E board, but it does not work. Steps to reproduce:

I tried to change the "pin" field to: 'D1', 1, 5. Also with the "change" event. Nothing worked for me. I tried to reinstall ConfigurableFirmata. Nothing. I tried to build the firmware with the FirmataBuilder. Nothing. I saw there is another issue #1347 that was closed without solving. I don't know what else I could do. Totally desperate. Some help would be great. Thanks so much in advance.

soundanalogous commented 4 years ago

I've encountered issues using a DS18B20 when other sensors are connected to the board. Never been able to determine the exact root of this issue. Best route is to use an I2C or a simple analog based thermometer and avoid OneWire with Firmata.

juliagf commented 4 years ago

I've encountered issues using a DS18B20 when other sensors are connected to the board. Never been able to determine the exact root of this issue. Best route is to use an I2C or a simple analog based thermometer and avoid OneWire with Firmata.

Thank you for your quick answer and honesty, I will try to use another thermometer and won't spend more time on this... 👍