CarletonURocketry / CarletonURocketry/Payload-Software
Interfacing RN2483 Drivers with RPi
- Dominant language
- No language data
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
To allow payload's hardware to utilize the RN2483 transceiver, drivers need to be developed for the Raspberry Pi microcomputer that Payload is currently using. Our current drivers for the RN2483 chip used in the main stack are written in C and are complete. However, payload uses Python for their software so we cannot use the completed RN2483 drivers as is.
As far as I am aware, there are two solutions:
1. Develop new drivers for the RN2483 transceiver in Python (Harder)
2. Create a Python file that can call the completed RN2483 drivers that are written in C (Easier)
[RN2483-Low-Power-Long-Range-LoRa-Technology-Transceiver-Module-DS50002346F.pdf](https://github.com/CarletonURocketry/Payload-Software/files/7574943/RN2483-Low-Power-Long-Range-LoRa-Technology-Transceiver-Module-DS50002346F.pdf)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.