Search found 2 matches

by ron_15
Sat Jul 13, 2019 8:02 am
Forum: ESP32 Arduino
Topic: Stuck on UART Peripheral
Replies: 0
Views: 2005

Stuck on UART Peripheral

I've been tinkering with the UART Peripheral and got stuck on using interrupts. I have understood HardwareSerial and able do to reads and writes with it. So, the next thing I did was messing with interrupts. I find there's very little discussion on the web about this peripheral. I can't find that mu...
by ron_15
Wed Feb 21, 2018 4:56 pm
Forum: General Discussion
Topic: ADC Calibrated Value still not correct?
Replies: 4
Views: 10573

ADC Calibrated Value still not correct?

Hello Everyone! I've been playing and testing esp32 for a month now and tried to use the ADC peripheral. I was aware at the beginning about the problems it has so I tried us use the calibration method given in this page ( http://esp-idf.readthedocs.io/en/latest/api-reference/peripherals/adc.html ). ...