Skip to content

Setting up ESP8266 in soft access point mode #117

Answered by svanimisetti
svanimisetti asked this question in Q&A
Discussion options

You must be logged in to vote

Sorry - had double posted this to FortySevenEffect discussion by mistake.

Answering my own question. I found that simple modification to existing example actually works (found it by trial and error).

On line 25, use WiFi.softAP instead of WiFi.begin
Comment out lines 27-31
On line 34, use WiFi.softAPIP() instead of WiFi.localIP()
With above changes, I am able to connect to ESP8266 over WiFi and recieve a note every second on test application (Synthesia). Tested using rtpMIDI (Tobia Erichsen) on Windows 10 and MIDI Network (Oscar Bouwmans) on iOS 9.x (very old iPad).

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@lathoub
Comment options

Answer selected by svanimisetti
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants