Search found 7 matches

by woot_srx
Fri Oct 11, 2019 4:21 am
Forum: ESP32 boards
Topic: Could not format the SD card by command : os.VfsFat.mkfs(sd)
Replies: 2
Views: 2361

Re: Could not format the SD card by command : os.VfsFat.mkfs(sd)

Roberthh wrote:
Wed Oct 09, 2019 6:07 am
For an example about how-to, you may look in https://github.com/micropython/micropyt ... 32/modules at the files inisetup.py and flashbdev.py.
Thank you so much, i will study according your suggestion.
by woot_srx
Wed Oct 09, 2019 3:55 am
Forum: ESP32 boards
Topic: Could not format the SD card by command : os.VfsFat.mkfs(sd)
Replies: 2
Views: 2361

Could not format the SD card by command : os.VfsFat.mkfs(sd)

I could mount the SD card then write and read files, but sometime I found files corrupted. So I want to format the SD card by os.VfsFat.mkfs(sd) but I got error. My code for mounting SD card: === from machine import Pin,SPI === import json, sdcard, os,time === def SD_BEGIN(): === spi = SPI(sck=Pin(1...
by woot_srx
Wed Jan 24, 2018 8:17 am
Forum: ESP32 boards
Topic: TCP socket server was stuck after no AP found.
Replies: 5
Views: 4716

Re: TCP socket server was stuck after no AP found.

Thank you very much for your answer.

I may try testing with ESP-IDF to see the result.

Woot
by woot_srx
Tue Jan 23, 2018 12:28 pm
Forum: ESP32 boards
Topic: TCP socket server was stuck after no AP found.
Replies: 5
Views: 4716

Re: TCP socket server was stuck after no AP found.

Dear Pythoncoder

Thank you very much for your answer.
So in your opinion if I develop my project base on ESP-IDF or Arduino IDE. It also has the same trouble, right?

Thank you.

Woot
by woot_srx
Mon Jan 22, 2018 1:26 pm
Forum: ESP32 boards
Topic: TCP socket server was stuck after no AP found.
Replies: 5
Views: 4716

Re: TCP socket server was stuck after no AP found.

This trouble is not concern to AP, I tested with other AP (TPLink) it was the same.
by woot_srx
Sat Jan 20, 2018 6:03 am
Forum: ESP32 boards
Topic: TCP socket server was stuck after no AP found.
Replies: 5
Views: 4716

TCP socket server was stuck after no AP found.

Hello everyone, Please forgive me for my poor English and lack of knowledge. I would like to ask for your suggestion about my project on ESP32 with WIFI and TCP socket server. My project trouble is after ESP32 connected with AP then start socket server, it working well. But if I turned off the AP, i...
by woot_srx
Tue Oct 17, 2017 8:27 am
Forum: General Discussion and Questions
Topic: Need error explanation/suggestion. esp_err_t 0x103
Replies: 0
Views: 1592

Need error explanation/suggestion. esp_err_t 0x103

Please forgive me for my poor English and lack of knowledge. I run my code (micropython) on esp32, as server to connected to PC app by socket. Randomly (but to longer than half hour) the board reboot itself. I found the error ESP_ERR_CHECK failed: esp_err_t 0x103 at 0x400ffb43 Backtrace: 0x400874a7:...