Apple Mac OS 14.4.1
Firefox 125.0.1
Arduino IDE 2.3.2
Arduino C++
Arduino Uno WiFi rev 2
#include "WiFi.h"
void setup() {
Serial.begin(9600);
Serial.println("go");
WiFi.status();
Serial.println("done");
}
void loop() {}
After uploading, the Serial Monitor shows "go", but not "done". I have been unable to get .status, or any other WiFi function, to work.
The Uno WiFi rev 2 has nothing attached to it.
It is connected directly to the computer USB port.
The firmware for the board is version 1.5.0.
Rebooting the board changes nothing.
Rebooting the computer changes nothing.
How do I get WiFi.h running correctly?
hi mate,
I believe you need to add code to Wifi.Begin and get the wifi password and ssid it should connect. Here is a like to a form similar.
Hello! I am fairly knew to these kind of projects, but have been tasked with doing some coding with the Arduino UNO WIFI Rev 2 to send an email using Webhooks and IFTTT. I got this board to connect to the WiFi a few days ago, and then all of the sudden, I cannot get it to connect again. I have tried several different codes and used several different tutorials, but I cannot get it to work. I am not getting an error message back, and the hotspot is turned on. It just keeps cycling through the codeā¦
Good luck!
If I had failed to do a WiFi.begin(), which I did fail to do, the WiFi.status() should have come back as a zero. It did not come back as a zero, instead it stopped the program. It shouldn't do that.
system
Closed
October 25, 2024, 8:05am
5
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.