Search found 4 matches

by impishbynature
Wed Nov 20, 2024 1:40 am
Forum: ESP-IDF
Topic: How to Enable an ESP32 to Run as a SSED in OpenThread?
Replies: 1
Views: 2433

Re: How to Enable an ESP32 to Run as a SSED in OpenThread?

Good question, but zero answers.

Are ESP serious about supporting OpenThread, because for some use cases this functionality could be essential?
by impishbynature
Thu May 20, 2021 7:26 am
Forum: ESP32 Arduino
Topic: Is it possible to use ESP-NOW and conenct to a WiFi network
Replies: 4
Views: 5157

Re: Is it possible to use ESP-NOW and conenct to a WiFi network

My experience is that practical connection is diminished , a lot. I now use two devices as standard, one for ESP-NOW and the other for TCP and link them by the serial TX/RX so they are each dedicated to one type of networking, makes a huge difference and is much cheaper if your time is worth anything.
by impishbynature
Thu May 20, 2021 7:24 am
Forum: ESP32 Arduino
Topic: ESP32 is the worst microcontroller I played with
Replies: 14
Views: 30768

Re: ESP32 is the worst microcontroller I played with

Chances are most problems are power problems, esp if ona dev kit and from PC USB on crappy USB cable.

Even straight in power problems often occur if not careful.
by impishbynature
Thu May 20, 2021 7:19 am
Forum: ESP32 Arduino
Topic: Fix non-linear ADC
Replies: 3
Views: 6261

Re: Fix non-linear ADC

return -0.000000000000016 * pow(reading,4) + 0.000000000118171 * pow(reading,3)- 0.000000301211691 * pow(reading,2)+ 0.001109019271794 * reading + 0.034143524634089;

from

https://github.com/G6EJD/ESP32-ADC-Accu ... t-function



better than 1% for the full range