Hi everyone. I am working on an irrigation project and would like to use a radio button type of input. This would be a webserver similar to your project Relay module web server using arduino ide (2, 4, 8, 16 channels). Do you have any tutorial illustrating this knd of input slelector.
Thanks;
Rick
ESP32/ESP8266 Relay Module Web Server using Arduino IDE (1, 2, 4, 8, 16 Channels)
Ho Richard.
Unfortunately, we don’t have any tutorials with radio buttons.
But you can try to take a look at some simple examples and see if you can integrate the radio buttons in your project.
Usually, I go to w3schools website to search for simple demos. Here are some simple examples for radio buttons:
- https://www.w3schools.com/tags/att_input_type_radio.asp
- https://www.w3schools.com/howto/howto_css_custom_checkbox.asp
I hope this helps.
Regards,
Sara