I'm new here and trying to connect my Arduino Uno R4 to my home Wi-Fi network. I'm using Gemini because I can't get it to work without it. However, I can't connect to my Wi-Fi network.
I can't upload the latest firmware 0.6.0. When I press install, the "Serial Monitor" indicates there's no connection.
Does anyone have any idea what's wrong?
Please post your full sketch, using code tags when you do
Posting your code using code tags prevents parts of it being interpreted as HTML coding and makes it easier to copy for examination
In my experience the easiest way to tidy up the code and add the code tags is as follows
Start by tidying up your code by using Tools/Auto Format in the IDE to make it easier to read. Then use Edit/Copy for Forum and paste what was copied in a new reply. Code tags will have been added to the code to make it easy to read in the forum thus making it easier to provide help.
It is also helpful to post error messages in code tags as it makes it easier to scroll through them and copy them for examination
Maybe start with the WiFiWebServer example. You will need to edit the SSID and password in the arduino_secrets.h file that shows as a tab in the IDE and make sure that the Serial monitor baud rate matches that in the sketch
Upload the sketch, open the Serial monitor and reset the board. You should see messages as it connects to the WiFi and an IP address that you can connect to with a web browser on the PC
I want to make my dishwash machine smart. But it is an old one. So I have to design a mechanical device to turn on the power switch and the switch to start a programm. So then I can start my dishwash machine on a distance, or with a timer. I have a Raspberry pi. This will give a signal via Home assistant after a command of Google Home. Home assistant sents a msqq message to Arduino ia this wifi network. Arduino translates to an electrical signal to a L298N motordriver. And the L298N gives power to two actuators witch will press the power button an the start button.
I tried to install the latest firmware 0.6.0. But at the moment that I push "install", the connection is broken as you can see in the picture. Text is in Dutch but probably you can translate it.