Search found 4 matches
- Mon Jan 30, 2023 3:16 am
- Forum: General Discussion
- Topic: ESP32-S3 Feather not supported in IRRemote library?
- Replies: 1
- Views: 1613
Re: ESP32-S3 Feather not supported in IRRemote library?
My conclusion for this is largely based on the fact that the pin for receiving is defined as 15 in the code for ESP32, and there is no pin 15 on the ESP32-23. I noticed in my searching that the ESP32-S3 appears to have something called the Remote Control Transceiver (RMT) module. I get the impressio...
- Sun Jan 29, 2023 4:36 pm
- Forum: Hardware
- Topic: ESP32 upload failure
- Replies: 7
- Views: 9123
Re: ESP32 upload failure
I figured this out. When I connect to the ESP32-S3 Feather it connects using one COM port. When ready to receive an upload it appears to use a different COM port. * hold down the boot button on the board * press the reset button on the board and release it * all lights will be off on the board at th...
- Sun Jan 29, 2023 4:27 pm
- Forum: General Discussion
- Topic: ESP32-S3 Feather not supported in IRRemote library?
- Replies: 1
- Views: 1613
ESP32-S3 Feather not supported in IRRemote library?
As far as I can tell, the ESP32-S3 Feathers are not supported in the IRRemote library:
https://github.com/Arduino-IRremote/Arduino-IRremote
Does that sound correct? Has anyone tried using an IR Receiver with the ESP32-S3?
https://github.com/Arduino-IRremote/Arduino-IRremote
Does that sound correct? Has anyone tried using an IR Receiver with the ESP32-S3?
- Sat Jan 14, 2023 10:15 pm
- Forum: Hardware
- Topic: ESP32 upload failure
- Replies: 7
- Views: 9123
Re: ESP32 upload failure
I seem to be having a somewhat similar problem with the Adafruit ESP32-S3 Feather. I attached to the device with a cable that I presume to be a data cable, because I was able to detect the device (COM7) and upload a single sketch to it (using the Arduino IDE). After that one success, I have been una...