Arduino Uno WiFi Rev2 - Solved - Blynk Community Home » Arduino Uno Wifi Rev2 Ble Example » Arduino Uno WiFi Rev2 - Solved - Blynk Community Maybe your like Arduino Usb Midi Foot Controller Arduino Varier Intensité Led Arduino Varier Led Potentiometre Arduino Varier Vitesse Moteur Arduino Vcc 5v Loading Arduino Uno WiFi Rev2 Solved esp32, esp8266, arduino Aw67 October 12, 2020, 3:23am 1 Hi! Just wondering is the BLYNK app compatible with the Arduino Uno WiFi Rev2? Thanks! Need help with Arduino WiFi Rev 2 and Blynk IoT PeteKnight October 12, 2020, 7:08am 2 List of supported hardware: blynkkk/blynkkk.github.io/blob/master/SupportedHardware.md # Supported Hardware Blynk supports more than 400 boards already, including support for Arduino, Particle, ARM mbed, TI Energia, MicroPython, Node.js, OpenWRT and many Single Board Computers. You can add your own connection types easily (see [these](https://github.com/blynkkk/blynk-library/tree/master/examples/More/ArduinoClient) examples for Arduino)! ## Platforms - **Arduino** (https://github.com/blynkkk/blynk-library) - Arduino MKR WiFi 1010 - Arduino MKR GSM 1400 - Arduino MKR NB 1500 - Arduino Uno, Duemilanove - Arduino Nano, Mini, Pro Mini, Pro Micro, Due, Mega - Arduino 101 (Intel Curie, with BLE) - Arduino MKR1000 - Arduino Zero - Arduino Yún (onboard WiFi and Ethernet, via Bridge) - Arduino.org UNO WiFi - Arduino MKR VIDOR 4000 (use the example for MKR WiFi 1010) - Arduino UNO WiFi Rev.2 (use the example for MKR WiFi 1010) This file has been truncated. show original Pete. cadaval April 12, 2021, 8:25am 3 Hi all uno wifi rev 2 did not anymore support on blynk? any help please? thanks cadaval April 12, 2021, 3:35pm 4 i am use this example: [Unformatted code removed by moderator] cadaval April 12, 2021, 3:37pm 5 this is the error: … In file included from \Arduino\libraries\Blynk\src/Blynk/BlynkApi.h:36:0, from \Arduino\libraries\Blynk\src/BlynkApiArduino.h:14, from \Arduino\libraries\Blynk\src/Adapters/BlynkWiFiCommon.h:24, from \Arduino\libraries\Blynk\src/BlynkSimpleWiFiNINA.h:22, \Arduino\libraries\blynk-library-master\examples\Boards_WiFi\Arduino_MKR1010\Arduino_MKR1010.ino:34: \Arduino\libraries\Blynk\src/Blynk/BlynkParam.h: In member function ‘long long int BlynkParam::iterator::asLongLong() const’: \Arduino\libraries\Blynk\src/Blynk/BlynkParam.h:48:50: error: ‘atoll’ was not declared in this scope long long asLongLong() const { return atoll(ptr); } ^~~~~ \Arduino\libraries\Blynk\src/Blynk/BlynkParam.h:48:50: note: suggested alternative: ‘atol’ long long asLongLong() const { return atoll(ptr); } ^~~~~ atol \Arduino\libraries\Blynk\src/Blynk/BlynkParam.h: In member function ‘long long int BlynkParam::asLongLong() const’: \Arduino\libraries\Blynk\src/Blynk/BlynkParam.h:89:46: error: ‘atoll’ was not declared in this scope long long asLongLong() const { return atoll(buff); } ^~~~~ \Arduino\libraries\Blynk\src/Blynk/BlynkParam.h:89:46: note: suggested alternative: ‘atol’ long long asLongLong() const { return atoll(buff); } ^~~~~ atol exit status 1 Erro ao compilar para a placa Arduino Uno WiFi Rev2. … any help please? PeteKnight April 12, 2021, 3:37pm 6 @cadaval please edit your post, using the pencil icon at the bottom, and add triple backticks at the beginning and end of your code so that it displays correctly. Triple backticks look like this: ``` Pete. cadaval April 12, 2021, 3:40pm 7 thanks Pete i am using this code example: Arduino UNO WiFi Rev.2 (use the example for MKR WiFi 1010) but for any blynk code i have the same issue PeteKnight April 12, 2021, 3:43pm 8 Please edit your post, otherwise it will be deleted. Pete. cadaval April 13, 2021, 11:35am 9 sorry Pete i did solve the issue done a dowgrade of blynk version, to version 0.6.0. Now complile!!! thanks ernestriggen January 19, 2022, 1:52am 10 I have the same long long atoll etc errors as I try to get Blynk going with a Uno WIFI Rev 2 board. Rather than load an old version has the issue been addresses? Ernest. PeteKnight January 19, 2022, 8:29am 11 I flagged-up the issue in this topic… Cant connect arduino uno wifi rev 2(Mega 4809) to Blynk Solved @vshymanskyy would you take a look at this please? The supported hardware list says: Arduino UNO WiFi Rev.2 (use the example for MKR WiFi 1010) but when you install support for the Arduino Uno Rev2 from Boards Manager… [image] and the latest WiFiNINA library the MKR1010 example from here won’t compile… There are multiple compiler error messages like this: In file included from C:\Users\Pete Knight\Documents\Arduino\libraries\Blynk\src/Blynk/BlynkApi.h:36:0, from C:\Us… There doesn’t seem to be any action so far. Pete. PeteKnight March 22, 2022, 7:36am 12 UPDATE on how to fix this error… @Andyy has figured-out how to fix this issue, the solution is to edit the Arduino\libraries\Blynk\src\Blynk\BlynkParam.h file in the library as documented here: Need Support with Arduino Wifi Rev2 and BlynkCloud Solved Hi Pete, even though I dint want I was spending quite some time yesterday with forensic work on the Blynk libraries (latest version, 1.01) to find why Arduino Wifi Rev2 can not work with Blynk.Cloud and Blynk library (>ver 0.61). Looking at the specific error during compliation I got I was able to identify one specific library:BlynkParam.h inside …Arduino\libraries\Blynk\src\Blynk The library BlynkParam.h shows two lines of code: return atoll () but in fact atoll does not exist, it is return a… Pete. 2 Likes Johnem December 15, 2022, 9:14am 13 I am going to try to edit the two lines in the Blynk library. I have succesfully edited the Blynkparam.h. Thanks for the guidance. Tag » Arduino Uno Wifi Rev2 Ble Example ArduinoBLE - Arduino Reference How To Bluetooth Pair Arduino Uno Wifi Rev 2 Using The WiFi And Bluetooth On The Uno Rev 2 - Arduino Forum ArduinoBLE With Multi Connections On Arduino UNO WiFi REV2 ArduinoBLE Library For Arduino - GitHub ArduinoBLE/o At Master · Arduino-libraries ... - GitHub ARDUINO UNO WIFI REV2 ArduinoBLE - Arduino Library List Arduino Uno Rev2 Wifi Et Ble Bluetooth Original - Dzduino Arduino UNO WiFi Rev.2 - RATO Education Arduino UNO WiFi REV2 [ABX00021] ArduinoBLE Examples - GitHub Pages Arduino-libraries/ArduinoBLE: Enables Bluetooth® Low Energy…