Skip to content

Multiple sesion en esp32 via wifi #133

Answered by lathoub
Veroledez asked this question in Q&A
Discussion options

You must be logged in to vote

Hola @Veroledez. At first glace nothing wrong with your code, good job!

I copied into the Arduino IDE and compiled for ESP32 DevKit, tweaked the code left and right (kept the essentials) and got good results. Can you try the below.

I noticed you did not show the IP address - how did you know the IP address of the ESP32? (Bonjour is not enabled in the code below)

In any case, try the below:

#include <WiFi.h>
#include <WiFiClient.h>
#include <WiFiUdp.h>

#define SerialMon Serial
#define APPLEMIDI_DEBUG SerialMon
#include <AppleMIDI.h>

char ssid[] = "xxx"; // your network SSID (name)
char pass[] = "yyy"; // your network password (use for WPA, or use as key for WEP)

unsigned long t0 = milli…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@Veroledez
Comment options

@lathoub
Comment options

@Veroledez
Comment options

Comment options

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

Answer selected by Veroledez
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