WiFi.begin(ssid,pass); while (WiFi.status() != WL_CONNECTED) { delay(500); Serial.print("."); } Serial.println(""); Serial.println("WiFi connected"); } void loop() { // put your main code here, to run repeatedly: float h = dht.readHumidi...
= WL_CONNECTED) { delay(500); Serial.print("."); } Serial.println("WiFi connected"); Serial.println(""); Serial.println(WiFi.localIP()); } else if (wifiType == 1) { Serial.println(); Serial.println(); Serial.print("Share AP: "); Serial.println(AP_ssid); Serial.print("The...
per1234added status: waiting for informationMore information must be provided before work can proceed on Sep 25, 2023 per1234changed the title [-]Ping Timeout error with Latest Version 2.2.1[/-] [+]Ping Timeout error while compiling[/+] on Sep 26, 2023 arduinounlocked this conversation ...
image while live streaming. Besides that, I can only get an image while connected to USB 2.0, the 3.0 gives me a black screen with sporadic glitched frames. I'm running Linux 4.4.213-rk3399 on it and here are the dmesg dump logs I'm geting. Has anyone else had this kind of issue...