Search found 4 matches

by xiard01
Mon Jan 30, 2023 3:16 am
Forum: General Discussion
Topic: ESP32-S3 Feather not supported in IRRemote library?
Replies: 1
Views: 990

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...
by xiard01
Sun Jan 29, 2023 4:36 pm
Forum: Hardware
Topic: ESP32 upload failure
Replies: 7
Views: 7214

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...
by xiard01
Sun Jan 29, 2023 4:27 pm
Forum: General Discussion
Topic: ESP32-S3 Feather not supported in IRRemote library?
Replies: 1
Views: 990

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?
by xiard01
Sat Jan 14, 2023 10:15 pm
Forum: Hardware
Topic: ESP32 upload failure
Replies: 7
Views: 7214

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...