I purchased two of these: https://www.sparkfun.com/products/17506 - SparkFun LoRa Thing Plus - expLoRaBLE - and I am trying to upload the code.
I haven’t used Ardunio for a few years. What are the steps? I have done the following thus far:
-
downloaded the code Peer-to-Peer Example: https://learn.sparkfun.com/tutorials/sp … er-example
-
went to ardunio settings and added this link: https://raw.githubusercontent.com/spark … index.json to “additional boards manager URLs”
-
selected the serial port and then it asks to select a board. I chose SparkFun Artemis Thing Plus, which seemed to be the closest matching board.
I get the error:
Missing FQBN (Fully Qualified Board Name)
Compilation error: Missing FQBN (Fully Qualified Board Name)
i am using a Mac if that matters.
I’ve also downloaded and unzipped the following folders into my project folder: ArduinoBLE, BasicMAC and RadioLib.
What are the steps to correctly flash the firmware to the module?