Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
440 views

ESP32-C3, idf v4.4 I am deveploping a BLE gateway for smarthome and do same test cases Case test 1st: 1 LPN sensor + 1 gateway ( BLE + WiFi) -> event of sensor are not stable, miss message ...
Nguyên Huy's user avatar
1 vote
1 answer
2k views

I figured out a couple of opened threads on the community referring to this issue, but there's no resolution on it. I see that Android documentation is referencing startScan() in the code snippet as ...
Cosmin Telescu's user avatar
0 votes
1 answer
226 views

I am trying to enumerate the WiFi networks with windows API. But I don't know why it fails with the error code ERROR_INVALID_STATE . Below is my sample code PWLAN_INTERFACE_INFO_LIST pIfList = NULL; ...
Arun K's user avatar
  • 63
0 votes
1 answer
4k views

The Problem Microsoft has rolled out a buggy update that has glitched all wifi-options in the control panel and removed the wifi from the taskbar on my girlfriend's Windows 10 computer. So I would ...
Esben Eickhardt's user avatar
0 votes
0 answers
61 views

in iOS, if page is running in captive, "safari" will not in appear userAgent. But in android devices, how can I judge it? localStorage and FetchApi are supported in some android system , we ...
Vegetto 's user avatar
0 votes
1 answer
939 views

Is there a way to remove the duplicate and empty SSIDs? output of nmcli -f SSID dev wifi SSID -- V-ODT -- V-ODT -- V-ODT -- RTU240-156B fortinet desired output SSID V-ODT RTU240-156B fortinet output ...
01k02t's user avatar
  • 3
1 vote
0 answers
84 views

First i am taking the data through SPI protocol then sending this data to android. But the problem is sending data to the android is taking some time(Milli seconds) then the data which is taking ...
Venugopal's user avatar
0 votes
2 answers
558 views

As title, I cant get Wifi info on android 13, it run nomally on android 12 import {NetworkInfo} from 'react-native-network-info'; NetworkInfo.getSSID().then(ssid => { setWifiSSID(...
Zuet's user avatar
  • 593
1 vote
0 answers
975 views

User is unable to connect with Wi-Fi network initially, but after few attempts we are getting "No devices found. Make sure devices are turned on and available to connect." ...
Shanmugapriyan's user avatar
0 votes
1 answer
2k views

The goal I am trying to use mDNS as a means to obtain the IP address of an ESP32 webserver. (ESP32 Wroom32D using board = esp32doit-devkit-v1) The problem I can ping the microcontroller by its IP ...
Archon's user avatar
  • 646
0 votes
0 answers
214 views

I am trying to run this code and not able to due to error in the last line. I added line 4 from various answers found here. But still not able to get an output. I get these problems on Pycharm ...
user68592's user avatar
0 votes
1 answer
5k views

Hello, I am asking a question for the first time in Stackoverflow so please pardon my mistakes for this time. I am using VScode IDE with PlatformIO to use an ESP32-WROOM-32U to connect to a Wi-Fi and ...
DamnCreativeName's user avatar
3 votes
2 answers
727 views

I had a Node MCU module as shown in the photo. My nodemcu I had this tutorial from this link:Tutorial link I had a problem with WIFI Configuring which from the code I had online it should be working ...
AYW's user avatar
  • 31
0 votes
1 answer
2k views

I am writing some code for my arduino nano and I am using an HC-05 module for wireless transfer of data. I am sending my data as such. This is from the serial monitor, using a USB and regular print ...
Vishwaa Kannan's user avatar
0 votes
1 answer
669 views

I'm trying to connect to wifi from my android application, using the wifi Network request API. Here is the code: val builder = WifiNetworkSpecifier.Builder() .setBssid(MacAddress.fromString(...
Pavel's user avatar
  • 33
0 votes
1 answer
191 views

I need your help because I don't understand what's going on. I have 2 esp8266 , one in AP mode and the second in station mode. When I connect the ESP in station mode to my box, it's ok. On the other ...
Plub's user avatar
  • 1
1 vote
1 answer
1k views

I have a Google Pixel 7 which I'm using for Android app development. I'm using it on 2 PCs, in both environment the phone produces the very same errors: When I connect it via USB cable it keeps ...
Adam Varhegyi's user avatar
0 votes
1 answer
595 views

I want to serve an HTML page from a Raspberry Pi Pico W to monitor and control it from a browser. If I un-comment last line and run it in Thonny (not as a thread) it works and I can turn on and off ...
David P's user avatar
  • 411
0 votes
0 answers
924 views

My Raspberry Pi Pico W checks a stock and lights up green or red LED's based on the price. It needs to connect to Wi-Fi. I want it to read "your_wifi_details.txt" for SSID and password and ...
Skeptjk's user avatar
0 votes
1 answer
583 views

With my Flutter app on Android I can add an ESP to my WiFi and send requests to it. However provisioning and sending requests are working perfectly on their own, but not in direct succession. Goal is ...
Dennis's user avatar
  • 41
1 vote
1 answer
1k views

I use the VS-Code terminal to open metro using 'npx react-native start' and then connect my device through USB and install the app and run it using 'npx react-native run-android'. I then remove the ...
Wingrider33's user avatar
1 vote
0 answers
280 views

I want to connect my ESP8266 in AP mode with a Flutter aplication. The idea is the user, first can discover networks and next to connect it for connect to an ESP web server. I tryied https://pub.dev/...
Lean966's user avatar
  • 23
0 votes
1 answer
417 views

I have a esp32 in my home which i have programmed for controlling some christmas lights. I have set up a http server on it connected to my home wifi, and can control it by sending http requests to 10....
Gwinter's user avatar
  • 33
1 vote
0 answers
848 views

I have been trying to connect to wireless network with a code below: ` @IBAction func buttonCon(_ sender: Any){ print("button connect clicked") let ...
Big Jelly's user avatar
0 votes
1 answer
799 views

I have an ESP-WROOM-32 and it's driving me crazy. I had it connecting to the WiFi network just fine but it won't connect any more. I have not made any changes or updated anything yet suddenly it gives ...
Bar's user avatar
  • 1

1
3 4
5
6 7
118