Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interfacing RN2483 Drivers with RPi #1

Open
darwinkjull opened this issue Nov 20, 2021 · 0 comments
Open

Interfacing RN2483 Drivers with RPi #1

darwinkjull opened this issue Nov 20, 2021 · 0 comments
Assignees

Comments

@darwinkjull
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants