For a course of Iot I used an ESP 32 and conected it to the app blink, however, for a project I am using the Arduino nano 33 IoT, did someone know if the app work also with this board? I am saying that because when I select the board It only put me the Arduino nano.
Does it have an option to select Arduino MKR WiFi 1010? If so, try that one. The Nano 33 IoT is functionally the same, only in the Nano form factor rather than the MKR form factor.
int status = WL_DISCONNECTED;
while ( status != WL_CONNECTED) {
status = WiFi.begin(ssid, pass);
}
Blynk.config(auth, BLYNK_DEFAULT_DOMAIN, BLYNK_DEFAULT_PORT);
while (!Blynk.connect());
pert:
Does it have an option to select Arduino MKR WiFi 1010? If so, try that one. The Nano 33 IoT is functionally the same, only in the Nano form factor rather than the MKR form factor.
hi,
yes this board is in the list of supported boards
Arduino MKR WiFi 1010