Skip to main content

Questions tagged [arduino-uno-r4-wifi]

Filter by
Sorted by
Tagged with
2 votes
1 answer
171 views

Why this program runs on an R3 but will not run on R4 Wifi?

I have been working on this program for a few weeks now and finally got it somewhere near finishing. It uploads and seems to do what I want it to do on a R3 board but will not run on my R4 Wifi board ...
user115219's user avatar
1 vote
1 answer
226 views

Is there a way to enable HTTPS directly on an Arduino UNO R4 Wi-Fi?

I am working on a project where I have set up an Arduino UNO R4 Wi-Fi as a web server. However, I would like to secure the communication by using HTTPS instead of HTTP for accessing the Arduino web ...
Aashish Dhakal's user avatar
0 votes
1 answer
436 views

Set SPI Mode on Arduino Uno R4

I am switching a code from Arduino Uno R3 to Arduino Uno R4 Wifi due to the limitation of RAM spaces on R3. I use a thermocouple shield and SD Card read/write shield with the project, which requires ...
Bh4's user avatar
  • 3
2 votes
2 answers
671 views

Smoke coming out of Arduino Uno R4 Minima

My Arduino Uno R4 Minima started smoking after connecting to a computer. I disconnected it and visually checked it and I saw this bubble as shown on this photo. Can I recover my Uno from this to ...
szachy-a's user avatar
2 votes
1 answer
101 views

DHT11's data on MAX7219 reads 0

I want print data from a DHT11 (temperature and humidity) on a MAX7219 LED display but it only shows 0. Serial monitor, on the other hand, shows both humidity and temperature which means that my ...
Andrew Coz's user avatar
2 votes
0 answers
396 views

Uno R4 WiFi board is online but no OTA option for upload

I have followed these instructions to start using my new Uno R4 WiFi with the Arduino IoT Cloud. Everything works fine (even though sometimes the example screens do not exactly correspond with the ...
user2343618's user avatar