Search found 4 matches

by HarryFord
Tue Aug 14, 2018 1:55 pm
Forum: General Discussion
Topic: Range Extension of the Pulse Counter (PCNT)
Replies: 4
Views: 7108

Re: Range Extension of the Pulse Counter (PCNT)

@kolban
thank you for your help! I had already given up hope for an answer and therefore did not check regularly. As suggested, it should work.
Regards
by HarryFord
Thu Jun 07, 2018 3:21 pm
Forum: General Discussion
Topic: Range Extension of the Pulse Counter (PCNT)
Replies: 4
Views: 7108

Range Extension of the Pulse Counter (PCNT)

I want to use the pulse counter (PCNT) of the ESP32 to count pulses arriving at its input. Is there a way to extend the measurement range to more than the 16 bit countable 65535 pulses, because more than 65535 pulses will arrive in one measurement pass? I googled for the keywords »PCNT Overflow Rang...
by HarryFord
Sat May 19, 2018 8:54 am
Forum: General Discussion
Topic: Confusion when reading the parameters of the ESP32
Replies: 3
Views: 5418

Re: Confusion when reading the parameters of the ESP32

Thanks for the fast answer! To point 5: Just after sending my issue, I recognized my mistake: In my sketch, all values were output hexadecimal via the serial monitor, with the exception of chip info features , which was decimal and 0x32 = 50! To point 4: Here is the relevant code snippet: Serial.pri...
by HarryFord
Fri May 18, 2018 2:25 pm
Forum: General Discussion
Topic: Confusion when reading the parameters of the ESP32
Replies: 3
Views: 5418

Confusion when reading the parameters of the ESP32

I've tried to read the parameters of my recently purchased ESP32 in two different ways in the Arduino IDE: 1. Using class ESP 2. Using the function esp_chip_info(esp_chip_info_t * out_info) [see below] The following readout data was displayed from the Serial Monitor of the Arduino IDE (points in que...