XIAO nRF52840 & Wio-SX1262 Kit for Meshtastic & LoRa

You can build the firmware yourself using the Meshtastic firmware source:

  1. Clone the Meshtastic firmware repo.
  2. Follow the Meshtastic build instructions using PlatformIO.
  3. Use the adafruit-nrfutil tool to convert the resulting .hex file to .uf2.

You can convert .hex to .uf2 with this Python tool:

git clone https://github.com/microsoft/uf2
cd uf2/utils
python3 uf2conv.py path/to/your/firmware.hex -c -o firmware.uf2

1 Like