Trying to compile this example (look me up - I’m an MQTT original…) on Raspberry Pi 400 in Arduino 1.8.x
It complains first about the line #include <AtWiFi.h>
and if I change to rpcWifi.h
it then complains:
In file included from /home/pi/Arduino/libraries/Seeed_Arduino_rpcWiFi-1.0.2/src/WiFiSTA.h:28:0,
from /home/pi/Arduino/libraries/Seeed_Arduino_rpcWiFi-1.0.2/src/WiFi.h:32,
from /home/pi/Arduino/libraries/Seeed_Arduino_rpcWiFi-1.0.2/src/rpcWiFi.h:1,
from /home/pi/Development/wio-mqtt/sketch_feb01a/sketch_feb01a.ino:18:
/home/pi/Arduino/libraries/Seeed_Arduino_rpcWiFi-1.0.2/src/WiFiGeneric.h:26:10: fatal error: seeed_rpcUnified.h: No such file or directory
#include "seeed_rpcUnified.h"
^~~~~~~~~~~~~~~~~~~~
compilation terminated.
No sign of rpcUnified.h on my system but then, I’m not certainly my Wio Terminal is compatible, given this previous post.
It seems like a nice quality piece of kit, but I’m really unable to do anything useful with it in software, so that makes it a lot less exciting to me.