I’m using a Feather ESP8266 with a LoRa Notecard and Notecarrier F. While I can successfully connect to the notehub (it shows up under devices), I’m running into an issue when trying to send data to the notehub and I can’t update any new events.
Interestingly, I can send “data” through the website terminal without a problem, but when I try to do it through my Arduino code and the microcontroller, I get this error:
[INFO] {"err":"template for sensors.qo is not found"}
I tried running the pseudo sensor code given on the “Collecting Sensor Data” guide (using C/C++ Arduino), but I get the same error.
Has anyone encountered this issue before, or does anyone know what might be causing this error? Thanks in advance for any insights!
You’re getting that error because there’s no template defined for the sensors.qo Notefile, and the Notecard for LoRa requires a template for every Notefile you use.