SBUS2-Telemetry icon indicating copy to clipboard operation
SBUS2-Telemetry copied to clipboard

[Feature Request] Compatible with Teensy?

Open paulopilot opened this issue 3 years ago • 1 comments

Does Is there any planning for compatibility with Teensy?

paulopilot avatar Sep 21 '20 00:09 paulopilot

short Answer: There are no Plans for Teensy.

long Answer: If someone would present some more or less working code for Teensy, i could test it and make it working. But i just have a Teensy 3.2 for testing. And i think you can't use the Arduino functions. You will have to code "Bare Metal". And I'am not sure if the different Teensy Versions are compatible to every version.

But in General it should be possible. Teensy have inverted hardware uart and there are some librarys for SBUS. First Step would be to use Interrupt driven Serial for receiving SBUS Packets All existing SBUS Librarys use Serial.available() -> And this will not work.

BrushlessPower avatar Sep 21 '20 06:09 BrushlessPower