lbernstone

Results 235 comments of lbernstone

On original esp32, this should have nothing to do with the IDE. Since you are in linux, you should be able to see the device on a usb port by...

Please open a terminal and run `lsusb` when the machine is in a state where it does not recognize the port. It is just hard to understand how the version...

Not sure where you got that image from. The [Wemos reference](https://www.wemos.cc/en/latest/s2/s2_mini.html) does not include those markings, so I'm going to say the board mfr that wrote the variant file is...

This sounds a lot like the router is refusing to allocate a DHCP address. Can you try a [manual IP assignment](https://github.com/espressif/arduino-esp32/blob/master/libraries/WiFi/examples/WiFiClientStaticIP/WiFiClientStaticIP.ino) and see if it has the same issue? This...

Manual installation will need some network connection and has a lot to download (~400MB). You can follow the [manual install instructions](https://docs.espressif.com/projects/arduino-esp32/en/latest/installing.html#windows-manual-installation). This downloads assets into staging directories, so if something...

Please try this [code](https://wokwi.com/projects/406601450804838401). Pin 48 is a bad choice if using a dev board, as that is where the built-in LED is attached. ``` #include #include #define SCK 12...

I'm [unable to reproduce](https://wokwi.com/projects/406620419624344577) Put a delay(100) in after you start the AP. Turn core debugging level to verbose and see if you get more info in the console. It's...

https://docs.espressif.com/projects/arduino-esp32/en/latest/troubleshooting.html#why-is-my-board-not-flashing-uploading-when-i-try-to-upload-my-sketch

https://docs.espressif.com/projects/esp-hardware-design-guidelines/en/latest/esp32s3/schematic-checklist.html#chip-power-up-and-reset-timing

Cryptography has a lot of moving parts that can break, so what was fixed 2 years ago may not be your problem. Please set core debug level to verbose, upload...