Imported from GitHub: kevinlutzer/strato-connect · commit 2e22ef2 · license Apache-2.0
Description
A RF module you can comunicate with over I2C to send AX.25 formatted data over (G)FSK
README
Strato Connect

Strato Connect is an RF module used to send AX.25 formatted data with (G)FSK modulation over I2C. Connect a host MCU or computer to this module, and you can communicate with any AX.25 supported receiver up to 100 kilometers line of sight.
Rev 2.0 PCB Todo
- The current boost regulator doesn't really work. We are getting voltage drops when there are current spikes.
- IRQ was not connected.
- RX/TX labels are wrong for the uart port.
- Switch the JST connectors to be the 1.0mm pitch connector type used for QT/QWICC
- Refactor the code to take an interface in for the I2C Controller instead of passing a function pointer
Code
To compile and run tests use: g++ test/test.cpp ax25/ax25.* test/ax25_test.h -lgtest -std=c++17 && ./a.out
To compile code for arduino use: arduino-cli compile -b MiniCore:avr:328 --library=./rf4463,./ax25 --output-dir=bin
No comments yet. Be the first to ask about this board.