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

Teensy Support #25

Open
nicholaskillin opened this issue May 17, 2022 · 2 comments
Open

Teensy Support #25

nicholaskillin opened this issue May 17, 2022 · 2 comments

Comments

@nicholaskillin
Copy link

Hey! I'm working on a project that uses IBusBM to receive data from my RC receiver and translate that into commands for DFPlayer. This allows me to play sounds for my RC R2-D2. I got this working pretty good with a Nano.

However, the DFPlayer also needs UART, so I am attempting to move over to a TeensyLC board, which has more than enough UART ports for the RC receiver, DFPlayer, and computer connection.

I have some sample code going, but right now I'm not getting anything but 0 when calling readChannel on IBus. After some looking around, I'm thinking it likely has to do with the fact that the Teensy LC uses an unsupported architecture.

I'd be happy to help you get this supported if possible. I don't know anything about Arduino libraries other than loading and using them, but I am a programmer and have an TeensyLC that I'd be more than happy to test with.

Any chance this is something you'd be willing to support?

@bmellink
Copy link
Owner

bmellink commented May 17, 2022 via email

@nicholaskillin
Copy link
Author

Most of my experience is in Ruby and JS, so I'm not sure how helpful I'll be in C, but I have learned a lot of the basics writing my sketch.

If I get some time I'll take a look, but most of what you said is stuff that I'll have to learn in order to make any meaningful contribution.

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