Hello, i need help extending my code for esp 32 with esp now communication. This program is to turn on a dc 12v motor via pwm signal.
I would like to extend my code with:
- additional push button, which will be responsible for changing between the 3 modes of PWM signal strength - Low, Medium, High.
- Adding an RGB diode to the transmitter which will signal me the currently selected PWM power mode (0-Blue, Low-Pink, Medium-Green, High-red),
will signal the receipt of the mode change by the receiver by means of fast LED flashing for 1 second, and will signal the engine operation by means of the LED flashing in the color assigned to the mode in which it is currently located. Thank you very much for help