Forum

Notifications
Clear all

ESP32 issue

10 Posts
3 Users
1 Likes
4,096 Views
 jon
(@jon)
Active Member
Joined: 7 years ago
Posts: 11
Topic starter  

Has anyone had any issues with setting up ESP32 devices? After I flash and restart I see 

```````````````````````

rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0018,len:4
load:0x3fff001c,len:1100
load:0x40078000,len:10088
load:0x40080400,len:6380
entry 0x400806a4

```````````````````````

Then after I send %0&15; I see 

````````````````````````

N
End setup
Use saved
IP:255.255.255.255
GW:255.255.255.255
SN:255.255.255.255
SSID:⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮
PASS:⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮
%0&15;

`````````````````````

I can't seem to get it into the configure mode to set up the wifi connection. I did flash using esptool directly as I can't seem to get USB to pass through to the VM that run windows. I copied the command from the install tool so I think its correct. 

`esptool.py --chip esp32 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect 0xe000 boot_app0.bin 0x1000 bootloader_qio_80m.bin 0x10000 BruControl.45B.ESP32.W.bin 0x8000 BruControl45.ino.partitions.bin`

This topic was modified 5 years ago by jon

   
Quote
(@pbruno3)
Reputable Member Admin
Joined: 7 years ago
Posts: 343
 

Looks like the firmware is loading correctly but the setup data isn’t storing properly. We’ll have to test it and get back to you. Will be a few days before we can. 


   
ReplyQuote
 jon
(@jon)
Active Member
Joined: 7 years ago
Posts: 11
Topic starter  

let me know if there anything I can do to help test. I did flash an esp8266 the same way and its working fine. 


   
ReplyQuote
 jon
(@jon)
Active Member
Joined: 7 years ago
Posts: 11
Topic starter  

any updates?


   
ReplyQuote
 jon
(@jon)
Active Member
Joined: 7 years ago
Posts: 11
Topic starter  

I was trying to flash another esp8266 and I couldn't get that to work either. I managed to find an old Windows on a stick device and using that I was able to flash and setup both the esp8266.

So it looks like the issue was how I was flashing from a Mac


   
ReplyQuote
(@pbruno3)
Reputable Member Admin
Joined: 7 years ago
Posts: 343
 

Are you saying the ESP32 is working too, or just the 8266?


   
ReplyQuote
 jon
(@jon)
Active Member
Joined: 7 years ago
Posts: 11
Topic starter  

yes I got both ESP32 and ESP8266 working by using a Windows machine to flash them. 


   
pbruno3 reacted
ReplyQuote
(@pbruno3)
Reputable Member Admin
Joined: 7 years ago
Posts: 343
 

👍


   
ReplyQuote
(@dottumin)
New Member
Joined: 5 years ago
Posts: 1
 

Hi..i'm trying to add my frozen code to the latest build and I'm experiencing a lot of compiler errors. This seems to have happened because at some point I had to update my xtensa compiler. I'm currently using xtensa-esp32-gcc 8.2.0 (linux 64-bit). Can anyone confirm that this is the correct version that I should be using? So far I've had to add a couple of -Wno-error options to the makefile to get rid of warnings that are being treated as errors.


   
ReplyQuote
(@pbruno3)
Reputable Member Admin
Joined: 7 years ago
Posts: 343
 

Hi @DotTumin. This forum doesn't provide support for applications or code outside of BruControl. Sorry, but good luck solving your issue.


   
ReplyQuote
Share: