Page 1 of 1

How do you display voltage in ESP rainmaker using Esp32 and Voltage sensor?

Posted: Tue Jul 16, 2024 2:30 pm
by ENZU_royol
Hi guys, I want to know that it is possible to display voltage in ESP rainmaker using ESP32 and Voltage Sensor?

Re: How do you display voltage in ESP rainmaker using Esp32 and Voltage sensor?

Posted: Wed Jul 17, 2024 1:31 pm
by ESP_Piyush
It indeed is possible to display voltage or any other info on RainMaker. You can create a custom integer/float parameter and keep on updating its value as per the voltage recorded. Recording voltage itself is something you will have to implement yourself. You can check GPIO example to understand how to add custom params and devices and refer Temperature Sensor example to understand reporting sensor data.