Search found 6 matches

by frackers
Wed Dec 13, 2017 2:11 am
Forum: General Discussion
Topic: ESP32 roam behaviour
Replies: 10
Views: 10872

Re: ESP32 roam behaviour

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).
by frackers
Mon Dec 11, 2017 12:42 am
Forum: General Discussion
Topic: ESP32 roam behaviour
Replies: 10
Views: 10872

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...
by frackers
Tue Sep 26, 2017 1:56 am
Forum: ESP-IDF
Topic: Importing external library (mongoose)
Replies: 2
Views: 4459

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
by frackers
Tue Sep 19, 2017 11:30 pm
Forum: ESP-IDF
Topic: Importing external library (mongoose)
Replies: 2
Views: 4459

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...
by frackers
Wed Jul 19, 2017 1:04 am
Forum: ESP-IDF
Topic: ESP32 AT+CWSAP
Replies: 2
Views: 4788

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
by frackers
Fri Jul 14, 2017 2:11 am
Forum: ESP-IDF
Topic: UART flow control - which way up?
Replies: 0
Views: 2670

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!!