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

Which libraries do you use? #45

Closed
unitware opened this issue Feb 5, 2018 · 4 comments
Closed

Which libraries do you use? #45

unitware opened this issue Feb 5, 2018 · 4 comments

Comments

@unitware
Copy link
Contributor

unitware commented Feb 5, 2018

I'm trying to locate correct sources and versions of all libraries but I'm not sure I got it correct. It would be great if you could help me out, maybe update the readme?

My PPMReader (https://github.com/Nikkilae/PPM-reader) does not match the function prototype
"
crossbow:38: error: no matching function for call to 'PPMReader::PPMReader(int, int, bool)'
PPMReader ppmReader(PPM_INPUT_PIN, PPM_INPUT_INTERRUPT, true);
"

Then I need to fix the InterruptHandler to support the M0 chip but thats another story :)

@unitware
Copy link
Contributor Author

unitware commented Feb 5, 2018

ok, I was using the wrong lib, Just found your https://github.com/DzikuVx/PPMReader which I assume is the correct one. But then I realized that you are using sbus from your transceiver..

I have also found:
https://github.com/adafruit/Adafruit_SSD1306
https://github.com/adafruit/Adafruit-GFX-Library

which seems to work.

@unitware
Copy link
Contributor Author

unitware commented Feb 5, 2018

Have you used the PPMReader at the same time as the lora library? I am having trouble getting communications to run when I am instantiating the ppmReader, interrupt conflict?

@DzikuVx
Copy link
Owner

DzikuVx commented Feb 6, 2018

PPM reader is not longer used in current code. The only external lib would be Adafruit_SSD1306. Everything else is part of the project itself

@unitware
Copy link
Contributor Author

unitware commented Feb 6, 2018

Thanks, I'll try to get a PPM working then (I do not have sbus output)

@unitware unitware closed this as completed Feb 6, 2018
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