That link currently leads to a 404.
Here is one that probably works ATM: https://docs.espressif.com/projects/esp ... /pcnt.html
Search found 163 matches
- Fri Nov 22, 2019 2:30 am
- Forum: ESP32 boards
- Topic: Reading fan tacho signal frequency?
- Replies: 8
- Views: 1752
- Thu Nov 21, 2019 11:08 pm
- Forum: ESP32 boards
- Topic: IR transmitter/receiver
- Replies: 27
- Views: 7949
Re: IR transmitter/receiver
Not saying it is impossible, but with pure Micropython it is going to be difficult to build something that resembles the function of a "Universal Remote". Recording and replaying arbitrary IR signals, that is. The biggest problem is going to be sampling the signal from your original IR remote throug...
- Thu Nov 21, 2019 8:51 pm
- Forum: ESP32 boards
- Topic: How do i get the full 16MB on the file system? ESP32
- Replies: 19
- Views: 4546
Re: How do i get the full 16MB on the file system? ESP32
@jimmo Yes, there was an environment variable set for ESPTOOL. After clearing that, it worked. And yes, deploy does not work. The container does not have a /dev/ttyUSB0 in view. So this approach is of limited use for me. Hi Robert, New member here (first post, actually). I was looking if someone ha...