Search found 2 matches
- Wed Sep 25, 2024 5:19 pm
- Forum: General Discussion and Questions
- Topic: Properly checking for errors during a WiFi connection?
- Replies: 14
- Views: 186504
Re: Properly checking for errors during a WiFi connection?
For what it's worth here is my code to display the text of the status instead of the number to make it more readable: def status_text(wlan): statuses = ['STAT_IDLE', 'STAT_CONNECTING', 'STAT_WRONG_PASSWORD', 'STAT_NO_AP_FOUND', 'STAT_ASSOC_FAIL', 'STAT_BEACON_TIMEOUT', 'STAT_HANDSHAKE_TIMEOUT', 'STA...
- Thu Aug 13, 2020 4:54 pm
- Forum: ESP32 boards
- Topic: Is there anyone mount Sdcard successfully on ESP32 ??
- Replies: 14
- Views: 26657
Re: Is there anyone mount Sdcard successfully on ESP32 ??
I agree that it is fussy about which brand/manufacturer of SD card can work with micropython. On a Lolin D32 Pro dev board, I found that this PNY 16GB did NOT work: https://www.amazon.com/gp/product/B07T7KG64Q/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&psc=1 While this Sandisk 8GB does work successfu...