Codec 2 over LoRa, written in Nim.
See the wiki for more documentation.
- git 2.51 or later
- Nim 2.2.0 or later
- an
arm-none-eabi-gcctoolchain such as ARM GNU Toolchain Version 14.3.Rel1 - Python3: to convert .bin to .uf2
BE SURE TO INIT AND UPDATE SUBMODULES
- Build:
nim build - Load:
nim load - Tests:
nimble test(none at the moment)