…
Detecting libraries used…
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/…
Alternatives for BlynkSimpleUIPEthernet.h: [Blynk@1.0.0]
ResolveLibrary(BlynkSimpleUIPEthernet.h)
→ candidates: [Blynk@1.0.0]
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/…
Alternatives for UIPEthernet.h: [UIPEthernet@2.0.6]
ResolveLibrary(UIPEthernet.h)
→ candidates: [UIPEthernet@2.0.6]
"C:\Program Files (x86)\Arduino\hardware\tools\avr/…
Alternatives for functional: []
ResolveLibrary(functional)
→ candidates: []
In file included from C:\Users\ahermant\Google�Drive (.be@gmail.com)\Electronique\ARDUINO\1.SKETCHS IN PROGRESS\libraries\Blynk\src/Blynk/BlynkApi.h:38:0,
from C:\Users\ahermant\Google�Drive (.be@gmail.com)\Electronique\ARDUINO\1.SKETCHS IN PROGRESS\libraries\Blynk\src/BlynkApiArduino.h:14,
from C:\Users\ahermant\Google�Drive (.be@gmail.com)\Electronique\ARDUINO\1.SKETCHS IN PROGRESS\libraries\Blynk\src/Adapters/BlynkEthernet.h:24,
from C:\Users\ahermant\Google�Drive (.be@gmail.com)\Electronique\ARDUINO\1.SKETCHS IN PROGRESS\libraries\Blynk\src/BlynkSimpleUIPEthernet.h:20,
from C:\Users\ahermant\AppData\Local\Temp…
C:\Users\ahermant\Google�Drive (.be@gmail.com)\Electronique\ARDUINO\1.SKETCHS IN PROGRESS\libraries\Blynk\src/Blynk/BlynkConsole.h:20:10: fatal error: functional: No such file or directory #include
^~~~~~~~~~~~
compilation terminated.
Utilisation de la bibliothèque Blynk version 1.0.0 dans le dossier: C:\Users\ahermant\Google Drive ()\Electronique\ARDUINO\1.SKETCHS IN PROGRESS\libraries\Blynk
Utilisation de la bibliothèque UIPEthernet version 2.0.6 dans le dossier: C:\Users\ahermant\Google Drive (.be@gmail.com)\Electronique\ARDUINO\1.SKETCHS IN PROGRESS\libraries\UIPEthernet
exit status 1
Erreur de compilation pour la carte Optiboot on 32-pin cpus
I recommend the EthernetENC library for enc28j60. You can use it with Ethernet library examples of Blynk. only put `#include <EthernetENC.h>" at the top of the sketch
Thanks for the info.
Is it better than “BlynkSimpleUIPEthernet.h” that works well?
I specially look for the lighter possible solution as NANO has not much memory available.