Search found 11 matches

by Nasib Fahim
Mon Dec 19, 2022 12:47 pm
Forum: General Discussion
Topic: Custom board: endless reset loop
Replies: 3
Views: 1750

Re: Custom board: endless reset loop

Captura.JPG 13:32:53.713 -> rst:0x3 (SW_RESET),boot:0x12 (SPI_FAST_FLASH_BOOT) 13:32:53.713 -> configsip: 0, SPIWP:0xee 13:32:53.713 -> clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 13:32:53.713 -> mode:DIO, clock div:1 13:32:53.713 -> load:0x3fff0018,len:4 13:32:53.713 ->...
by Nasib Fahim
Sun Dec 18, 2022 10:08 pm
Forum: General Discussion
Topic: Custom board: endless reset loop
Replies: 3
Views: 1750

Custom board: endless reset loop

Hi everyone! I have developed a custom board with the ESP32-D0WD-V3.. I copy exactly the design from the wrover module... But I just use a 16MB flash... I can program the system perfectly with the Arduino IDE ... But when I open the serial monitor it looks like an endless reset loop.... I can not fi...
by Nasib Fahim
Sat Jul 24, 2021 11:39 am
Forum: General Discussion
Topic: WIFI: Pass & User //No touching the firmware
Replies: 5
Views: 4193

Re: WIFI: Pass & User //No touching the firmware

Hi felmune. Thanks for your response. Normally are IoT comertial devices use BLE to pass the credentials to the device? There is not an easier way ass a AP button in the router or something like that ? I have never use a IoT device from the market.. so i dont know the stadard used here..

Thanks..
by Nasib Fahim
Sat Jul 24, 2021 9:52 am
Forum: General Discussion
Topic: WIFI: Pass & User //No touching the firmware
Replies: 5
Views: 4193

WIFI: Pass & User //No touching the firmware

Hi all. I am using the esp32s2 device. I have programed a staion with some sensors that connects to wifi and sends some data to my server. I guess this is a typical question but i didnt find a clear answer: :?: :?: How can i introduce the wifi pass and user with out declaring them in the code ? I me...
by Nasib Fahim
Fri Jul 02, 2021 9:36 am
Forum: ESP-IDF
Topic: wifi connect and disconnect to my will
Replies: 5
Views: 5328

Re: wifi connect and disconnect to my will

Thank you so much for your answer. This is still a challenge. If i am connected to a network with one pass and one usr. I can use those functions perfectly.. but if i want to change to another network (changing the usr and pass.. ) and i use those functions the system reboots...
by Nasib Fahim
Thu Jul 01, 2021 11:50 am
Forum: ESP-IDF
Topic: https request reboot ...
Replies: 3
Views: 3075

Re: https request reboot ...

Thanks a lot for your response.

I am using exatly the same coda as in the https request idf example... the rebooting is normal there ?
by Nasib Fahim
Thu Jul 01, 2021 11:49 am
Forum: ESP-IDF
Topic: wifi connect and disconnect to my will
Replies: 5
Views: 5328

Re: wifi connect and disconnect to my will

Thank you so much for your response. I use exactly the same functions as in wifi station example idf. I did this: esp_wifi_stop(); wifi_init_sta(); esp_wifi_start(); But the system reboots with the following info: I (32410) wifi:state: run -> init (0) I (32410) wifi:pm stop, total sleep time: 174941...
by Nasib Fahim
Wed Jun 30, 2021 4:50 pm
Forum: ESP-IDF
Topic: wifi connect and disconnect to my will
Replies: 5
Views: 5328

wifi connect and disconnect to my will

I am using the simplest wifi station example... i am passing the WIFI usr and pass through uart to the esp32s2. the first time i pass those values to the board, everything is ok. But now i want to pass again those values while the board is connected to wifi.. so i guess i need to disconnect the boar...
by Nasib Fahim
Wed Jun 30, 2021 4:46 pm
Forum: ESP-IDF
Topic: https request reboot ...
Replies: 3
Views: 3075

https request reboot ...

I am trying to acces to some server, to get json responses trough https. I get the responses perfectly the 90% of the time... but sometimes it launch this: I (11320) wifi station: Start https_request example I (11320) wifi station: https_request using crt bundle E (11330) esp-tls: couldn't get hostn...
by Nasib Fahim
Fri Jun 25, 2021 1:32 pm
Forum: ESP-IDF
Topic: Custom Board WIFI ISSUE
Replies: 5
Views: 4225

Re: Custom Board WIFI ISSUE

Thanks all..

What I don't understand is that any other code is perfectly working in my custom board but the WiFi... If other codes are charged correctly I suppose that it is not a hardware problem right? .. not decoupling nor even reset or insufficient current from the usb right ?