Page 1 of 1
[Solved] Single ESP32 module to control 4 Light
Posted: Sun May 13, 2018 11:17 am
by TAPAN_ESP32
I have a requirement of controlling 4 light relay with single ESP32 module with ESP-MDF framework. Current example code talks only about one ESP32 + one Light.
Need pointer.
Re: Single ESP32 module to control 4 Light
Posted: Fri May 18, 2018 4:16 am
by ESP_LBB
Hi TAPAN_ESP32,
The ESP32 can support as many as 16 PWM output, as long as you can spare enough I/O in your application.
Our demo code light_driver.c is a specific example based on iot_light.c, so you can ignore this light_driver.c (or keep it as a reference) and develop your own code based on iot_light.c.
Hope this can help you. Please feel free to reply for any further questions.
Re: Single ESP32 module to control 4 Light
Posted: Sat May 19, 2018 9:11 am
by TAPAN_ESP32
Hi ESP_LBB,
Thanks for your input. I understood your point. Now I want to Android APP source code for adding my custom light feature to it.
When shall we get the Mesh Android source code available in github?
Thanks and Regards,
Tapan_ESP32
Re: Single ESP32 module to control 4 Light
Posted: Tue Jun 12, 2018 6:31 am
by ESP_LBB
Hi I'll mark this question as [Solved]. For the issue about APP source code, please track in the new topic:
https://esp32.com/viewtopic.php?f=21&t=5773