I don’t know if I did something wrong but I did everything in the getting started. I copied my code from the example area for the Arduino Uno WiFi but when I run the code I get this on my serial
This is a new error message, but same issue as the prior “Failed to disable echo” message. While the error is Blynk generated, the issue is not caused by Blynk itself, rather improper connection and/or improper ESP firmware/setup
Double check that you have proper:
` Physical connection of the TX/RX pins - 3.3v to 5v logic level converter where required.
` Independent, and sufficient, 3.3v source for the ESP (NOT tapping off from the Arduino)
` Correct (current) firmware on the ESP
And here is some Arduino-ESP connection guides, as per the Help Center documentation (links at the upper right of this screen):
Good point… but since it is showing up in the Sketch Builder can you clarify what you mean by NOT supported? As in “Not at all, burn it” or “Just not reliable, burn it” or perhaps “It might work, just don’t look it in the eye”
I am sorry but I can’t understand what you mean I use the Arduino Uno Wifi Board (WIFI ON BOARD) which is supported in the example area if in reality is not then it is you fault
Sorry for being rude but there is a big difference between Arduino Uno WiFi and Arduino Uno with WiFi
One has it built in on board and the other has another module outside of the board
I rarely use Arduino’s these days as ESP’s are generally much better and certainly easier to start Blynking.
My understanding is that Arduino have a very specific implementation for the onboard ESP of the Uno WiFi and that it’s not well supported by Blynk. You can forget you have WiFi capabilities and connect your Arduino with USB, Ethernet or even a separate ESP. This is probably the easiest way forward if you still want to use the Arduino rather than an ESP.
If you search this site and the wider internet you might find someone that has got the Uno WiFi to work with Blynk. I believe it will involve working with the Ciao library.
I don’t know if I did something wrong but I did everything in the getting started. I copied my code from the example area for the Arduino Uno WiFi but when I run the code I get this on my serial