Search found 4 matches

by AndreiC
Thu Aug 09, 2018 7:47 pm
Forum: Sample Code
Topic: Very wrong pin usage in ESP32 SPI Slave examples.
Replies: 1
Views: 5035

Very wrong pin usage in ESP32 SPI Slave examples.

This one cost me about 3 hours today: In the README.md file for the SPI slave examples, as well as in the example code, there is: Please run wires between the following GPIOs between the slave and master to make the example function: Signal Slave Master Handshake GPIO2 GPIO2 MOSI GPIO12 GPIO12 MISO ...
by AndreiC
Wed Jun 27, 2018 5:02 pm
Forum: Report Bugs
Topic: I can't connect to WiFi access points with a space in the SSID.
Replies: 2
Views: 5967

Re: I can't connect to WiFi access points with a space in the SSID.

Slightly after I posted this query, I figured out that the module cannot communicate on 5GHz. Since the query was in moderation for a while, I could not answer my own question. So, yes, you're almost right. The issue wasn't the " 5GHz", which is a text string, the problem was an incompatibility with...
by AndreiC
Fri Jun 15, 2018 9:04 pm
Forum: Report Bugs
Topic: I can't connect to WiFi access points with a space in the SSID.
Replies: 2
Views: 5967

I can't connect to WiFi access points with a space in the SSID.

I can get a solid connection to an AP and send packets to a TCP server, but only if the SSID has no space characters in it.

So if the target SSID is "test", my code works wonderfully, but "test 5GHz" will fail.

Any ideas?

Thanks,
Andrei
by AndreiC
Fri May 11, 2018 6:45 pm
Forum: General Discussion
Topic: WiFi and BLE, but at different times.
Replies: 1
Views: 3028

WiFi and BLE, but at different times.

I'm just getting started with the ESP32 and I have a question: Is it possible to have both the WiFi and BLE stacks available to the PRO_CPU, so that one could start the system with BLE active and if no connection is established in a few minutes, the stack is torn down and WiFi is brought up instead?...