B4R Question Ethernet error

derez

Expert
Licensed User
Longtime User
Connected Ethernet shield to my Arduino, in arduino sketch it works but in the Ethernet example https://www.b4x.com/android/forum/threads/ethernet-network-tutorial.65664/ I get this Error:
B4R version: 1.00
Parsing code. (0.00s)
Compiling code. (0.00s)
Building project (0.01s)
Compiling & deploying Ino project (Arduino/Genuino Uno - COM3) Error

In file included from AsyncStreams.cpp:1:0:
B4RDefines.h:17:17: fatal error: SPI.h: No such file or directory
#include <SPI.h>
^
compilation terminated.
Error compiling.
 
Last edited:

derez

Expert
Licensed User
Longtime User
It was a mix of 1.6.5 and 1.6.9, now I reinstalled 1.6.9 and it does not show the error, but for some reason I don't see any logs, like it does not run at all.
 
Last edited:
Upvote 0
Top