Open jamesbutterfill opened 1 day ago
Sounds like the file system is missing on the ESP, did the steps building the file system and uploading pass without errors? The procedure is described in a bit more detail here: https://randomnerdtutorials.com/esp32-vs-code-platformio-spiffs/
yes, build and upload all passed with zero errors - you are right in that it doesnt seem to upload though, as when I search for the wifi I only see ESP_FCF7D9. I am copying onto a brand new ESP32, I havent uploaded anything to it before.
this is what I see on the screenshot when monitoring the com port in Visual studio
any help greatly appreciated - super keen to get this to work on GT7!
and this is the ESP32 I'm using - drivers all good in device manager
The build and upload of the firmware and file system are two separate procedures. You need to do both.
On Sat, 30 Nov 2024, 18:44 jamesbutterfill, @.***> wrote:
and this is the ESP32 I'm using - drivers all good in device manager
— Reply to this email directly, view it on GitHub https://github.com/elenhinan/ESPTurismo/issues/1#issuecomment-2509085638, or unsubscribe https://github.com/notifications/unsubscribe-auth/AESCI2BOVQAABDHU5RV562T2DH2HJAVCNFSM6AAAAABSXR6ENWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMBZGA4DKNRTHA . You are receiving this because you commented.Message ID: @.***>
yes, both were done separately and we successful with no errors
What output do you get when you click "upload filesystem image"?
This is what I get
Scanning dependencies...
Dependency Graph
|-- ArduinoJson @ 6.21.3
|-- ESP Async WebServer @ 1.2.3+sha.f71e3d4
|-- ArduinoOTA @ 2.0.0
|-- LittleFS @ 2.0.0
|-- salsa20
|-- WiFi @ 2.0.0
|-- ESPmDNS @ 2.0.0
Building in release mode
Building FS image from 'data' directory to .pio\build\esp32doit-devkit-v1\littlefs.bin
/settings.json
/www/css/bootstrap.min.css
/www/index.html
/www/js/bootstrap.bundle.min.js
/www/js/jquery.min.js
/www/js/settings.js
/www/js/telemetry.js
Looking for upload port...
Auto-detected: COM8
Uploading .pio\build\esp32doit-devkit-v1\littlefs.bin
esptool.py v4.5.1
Serial port COM8
Connecting......
Chip is ESP32-D0WD-V3 (revision v3.0)
Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
Crystal is 40MHz
MAC: c8:f0:9e:f3:5f:6c
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 921600
Changed.
Configuring flash size...
Flash will be erased from 0x00290000 to 0x003effff...
Compressed 1441792 bytes to 93337...
Writing at 0x00290000... (16 %)
Writing at 0x0036c09a... (33 %)
Writing at 0x0038afe4... (50 %)
Writing at 0x0039e861... (66 %)
Writing at 0x003acea3... (83 %)
Writing at 0x003b8a23... (100 %)
Wrote 1441792 bytes (93337 compressed) at 0x00290000 in 8.8 seconds (effective 1304.4 kbit/s)...
Hash of data verified.
that was it!! I clicked upload, but not upload file system image!
Great :)
Hope everything else works out for you.
once built it cannot find the settings.json file and will not enter into access point mode