You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.
Is it possible to configure a few pins of the Wemos as inputs for sensors? I would like to build a level gauge for my oil tanks with a few ultrasonic sensors.
The text was updated successfully, but these errors were encountered:
yes, we could extend the project to support external custom code but you'll need to program the external calls yourself e.g. enabling the gpio in setup() and capturing the sending MQTT data in the loop() section. How many pins would you need?
Stupid question...
why not use the burner runtime (the nozzle usually have a throughput ~2.1l/hr) to calculate the consumption? I do it since 3 years - and it's much more precise than a ultrasonic sensor...
Is it possible to configure a few pins of the Wemos as inputs for sensors? I would like to build a level gauge for my oil tanks with a few ultrasonic sensors.
The text was updated successfully, but these errors were encountered: