Connect a sine wave voltage signal to a microcontroller’s ADC. Measure the following parameters and print them on the serial terminal (e.g., Putty, Arduino IDE)
- Peak Value
- RMS value
- Average Value
Note: You can use any board with a DAC to create a sine wave (i.e., ESP32, STM Controller, etc.)
Reference: ESP32 sinwave generation.