When finished, this will be a softwarestack to send and receive data with CDMA encoding. CDMA allows for very robust data transfers over very large distances. An example for CDMA is GPS.
This Stack is written for the Apache Mynewt RT OS.
-
Clone the repo
-
Download and install Apache Newt.
You will need to download the Apache Newt tool, as documented in the Getting Started Guide.
- Download the Apache Mynewt Core package (executed from the root directory).
$ newt install
-
Create your targets for the sender/receiver apps based on your MCU and Board.
-
Build the the sender/receiver targets.
$ newt build <your-target>
Better instructions will follow as the project progesses.