Skip to main content

Questions tagged [arduino-uno-wifi-dev-ed]

Arduino Uno WiFi Developer Edition is a retired 'Made in Italy' board developed and produced by arduino.org

Filter by
Sorted by
Tagged with
1 vote
0 answers
276 views

Example sketch does not compile, error message 'static void WiFiClass::init()' is private within this context IDE 1.8.13 Board Uno WiFi Dev Ed. I have been using this board for several years uploading ...
Mack's user avatar
  • 11
1 vote
0 answers
615 views

I need send http request to my own server from arduino uno. First of all I connected the board through web client configurator. I tried different codes, the last one is: /* File: RestClient....
ow-me's user avatar
  • 111
0 votes
1 answer
397 views

I'm trying to build a smart Keychain using Arduino uno wifi(org, so Im using it like it's Arduino uno), ESP8266-01 And neo6m GPS device. My esp8266 wasn't new, and it came without AT firmware. I ...
Maor Gorelik's user avatar
2 votes
3 answers
4k views

I recently bought an Arduino Uno WiFi Developer Edition from here. Although all the other functionality appears to work (I’m able to upload/run programs, read sensors I plug in, etc.), I am not able ...
Tim's user avatar
  • 121
5 votes
2 answers
696 views

I'm using Arduino Uno "Wifi Developer Edition". I made my Arduino to get connected with my local network based on http://www.arduino.org/learning/getting-started/getting-started-with-arduino-...
Trezor's user avatar
  • 91
5 votes
1 answer
1k views

I currently have a working REST client on my Arduino, but the requests always go to port 80. How do I make it send the request to a specific port? This is my current code: /* File: RestClient.ino This ...
Mason's user avatar
  • 227
0 votes
2 answers
5k views

I'm currently trying to make my Arduino UNO WiFi work as a TCP host, so I can send him a TCP message and it sends a response. I had no problem doing this on the Arduino Galileo Gen 2 using the ...
Mason's user avatar
  • 227