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

Write Iridium Driver #82

Open
abagali1 opened this issue Jan 30, 2020 · 0 comments
Open

Write Iridium Driver #82

abagali1 opened this issue Jan 30, 2020 · 0 comments
Assignees

Comments

@abagali1
Copy link
Member

Description

Write a Driver class for the Iridium hardware radio for all interfacing operations between the Pi the Iridium radio.

Specifications

This class should extend MainControlLoop.lib.devices.device class and implement all relevant functions.
The new driver should be placed in MainControlLoop/lib/drivers/Iridium.py, the class name should be Iridium

The specifications are kind of vague but there are two required functions: read(), write(msg)
The read function should read from the Iridium radio and return a single byte
The write function should take a string and send it through the Iridium radio,
there should not be any formatting of the message in this method

As always, ensure you are following the Iridium documentation exactly. The documentation can either be found online through Google or on the TJREVERB Google Drive account

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

No branches or pull requests

3 participants