Search found 15 matches

by perigalacticon
Sun Jan 14, 2024 11:14 pm
Forum: ESP32 Arduino
Topic: programming error
Replies: 5
Views: 42327

Re: programming error

Thanks for the advice. OneDrive did cause me trouble once before but not recently. I did a manual installation because I used information from Adafruit's guide for their ESP32S3 Feather. It said to use manual installation to get the most recent boards setup because I guess at the time it wasn't incl...
by perigalacticon
Sun Jan 14, 2024 9:03 am
Forum: ESP32 Arduino
Topic: programming error
Replies: 5
Views: 42327

Re: programming error

Thanks for the help. I followed the instructions at: https://docs.espressif.com/projects/arduino-esp32/en/latest/installing.html#windows-manual-installation and everything seemed to go as expected. However, when I attempt to compile in Arduino IDE 1.8.19 (latest) after choosing "ESP32S3 Dev Module" ...
by perigalacticon
Sun Jan 14, 2024 12:06 am
Forum: ESP32 Arduino
Topic: programming error
Replies: 5
Views: 42327

programming error

I purchased a new ESP32-S3 board from Aliexpress. The product page does not say which board to select in the Arduino IDE to program it. I tried several, including ESP32 Dev Module. I selected the 16MB memory option and enabled PSRAM. I get this error regardless of which board or options that I choos...
by perigalacticon
Wed May 30, 2018 11:24 pm
Forum: General Discussion
Topic: Core usage with Arduino
Replies: 1
Views: 5224

Core usage with Arduino

Hello, As an Arduino user I am looking for hopefully definitive answers to these questions regarding dual core usage on ESP32 with Arduino code: My understanding is that Arduino code runs on Core#1, named APP_CPU. And low-level WIFI operations run on Core#0, named PRO_CPU. 1. Is the above statement ...
by perigalacticon
Tue May 08, 2018 3:21 am
Forum: ESP32 Arduino
Topic: ESP32 WebUpdate?
Replies: 2
Views: 5951

ESP32 WebUpdate?

I am looking for an example sketch similar to WebUpdater.ino sketch for the ESP8266 that lets you upload a new sketch to a hosted webpage from a bin file on your computer. I haven't found it yet, does this sketch exist somewhere for the ESP32?
by perigalacticon
Tue Jan 16, 2018 5:59 pm
Forum: ESP32 Arduino
Topic: xtensa-esp32-elf-g++": file does not exist error; can't compile, please help
Replies: 17
Views: 48408

Re: xtensa-esp32-elf-g++": file does not exist error; can't compile, please help

Ok, I had to completely delete all of the Arduino folders and everything in them after uninstalling the IDE. Now it is working properly when installed per the directions, although the website STILL incorrectly says the sketchbook directory is C:\Users\[USER NAME]\Documents\Arduino\. Thanks for the h...
by perigalacticon
Sun Jan 14, 2018 12:57 am
Forum: ESP32 Arduino
Topic: xtensa-esp32-elf-g++": file does not exist error; can't compile, please help
Replies: 17
Views: 48408

Re: xtensa-esp32-elf-g++": file does not exist error; can't compile, please help

I don't think your problem was the same as mine. I am waiting until I have some time and patience to uninstall and reinstall the Arduino IDE again. I am tired of doing this to fix problems like this but I guess it has to be done. What a hassle. I'll let you know.
by perigalacticon
Thu Jan 04, 2018 12:35 am
Forum: ESP32 Arduino
Topic: xtensa-esp32-elf-g++": file does not exist error; can't compile, please help
Replies: 17
Views: 48408

Re: xtensa-esp32-elf-g++": file does not exist error; can't compile, please help

So I deleted the \Documents\Arduino\sketches\hardware\expressif directory and re installed it to the \Documents\Arduino\hardware\ directory and now I have the expressif\esp32\tools directory; however, now there is NO LIST of ESP32 boards in the Boards Manager Menu. They were there when I installed i...