I'm astonished that nobody seems to know about a basic operation of the ESP32, or least admitting to knowing!
Guess I'll have to advise that we use another device for our next product (or stick with Lantronix who at least will talk to us).
Search found 6 matches
- Wed Dec 13, 2017 2:11 am
- Forum: General Discussion
- Topic: ESP32 roam behaviour
- Replies: 10
- Views: 12760
- Mon Dec 11, 2017 12:42 am
- Forum: General Discussion
- Topic: ESP32 roam behaviour
- Replies: 10
- Views: 12760
ESP32 roam behaviour
Is roaming (connecting to one of multiple Access Points with the same SSID) configurable for strongest signal or does it default to lowest channel number like the ESP8266. Is this facility (if currently hard coded) accessible or is it buried in the closed RF code of the IDF? 'grep'ing through the ID...
- Tue Sep 26, 2017 1:56 am
- Forum: ESP-IDF
- Topic: Importing external library (mongoose)
- Replies: 2
- Views: 4868
Re: Importing external library (mongoose)
Something to do with 'docker' is supposed to happen when doing stuff with mongoose. Anyone any idea what docker is and instead of yet another pile of crud is there a way of doing whatever it does manually?
Cheers
Cheers
- Tue Sep 19, 2017 11:30 pm
- Forum: ESP-IDF
- Topic: Importing external library (mongoose)
- Replies: 2
- Views: 4868
Importing external library (mongoose)
Greetings all I've been using the mongoose http server library since version 2.8 (over 8 years ago!!) but I'm a newbie with esp32. Having grabbed the latest esp-idf and cesanta repos, I'm at a loss as to how to put them together. I thought that I treated the 'mongoose/examples/ESP_IDF' directory the...
- Wed Jul 19, 2017 1:04 am
- Forum: ESP-IDF
- Topic: ESP32 AT+CWSAP
- Replies: 2
- Views: 5202
Re: ESP32 AT+CWSAP
Make sure the AP is enabled with AT+CWMODE of 2 or 3
Channel and ECN should be not quoted.
i.e. AT+CWSAP="ESP_MAIN_W","",1,0
Channel and ECN should be not quoted.
i.e. AT+CWSAP="ESP_MAIN_W","",1,0
- Fri Jul 14, 2017 2:11 am
- Forum: ESP-IDF
- Topic: UART flow control - which way up?
- Replies: 0
- Views: 2966
UART flow control - which way up?
I'm talking to an ESP WROOM 32 with an STM32F303 and using the hardware flow control at both ends. I can't work out which way up the flow control signals are into and out of the ESP32 resulting in no data going anywhere!!