Could I connect the ds18b20 to gpio port?
I have tried with pin7, it works at OS level, but appears as digital only and does not work. If I set it as TEMP senzor, error is logged.
i just figured that i could save an esp by just having a temperature sensor hooked up to the raspi directly - just wondering if it's possible to integrate it in easyIoT.. any guideance for a noob much appreciated
activated gpio-driver in easyIoT, also defined used pin as input (resistor 'off' as i got one wired up physically anyways), then added it as module in a group, but no data seems to come in.
wondering if there actually is anyone pulling data (at which interval? where to set this?) as the code running on an esp..
At the moment there is no direct support for DS18B20 sensor connected directly to RPI GPIO port in EasyIoT server. But you can build DS18B20 ESP8266 or NRF24L01 remote sensor. You can find tutorials under
iot-playground.com/build