Skip to content

Setting up ESP8266 in soft access point mode #224

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

You must be logged in to vote

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

  1. On line 25, use WiFi.softAP instead of WiFi.begin
  2. Comment out lines 27-31
  3. 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

Comment options

You must be logged in to vote
0 replies
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
1 participant