Hi everyone, I'm trying to create a custom peripheral for a payload on my quad! I want to learn, how I can implement code changes and add support for my custom peripheral. I am starting from basics, so the peripheral can control and external set of hardware and I want the status over telemetry! How can I implement this feature in betaflight and add support for telemetry as well.
FC ---> Payload (via UART)
|
|
telemetry --> Transmitter (via ELRS CRSF)
which then can be visible on the ELRS Telemetry screen, I can write the lua script for that!
Firmware: Betaflight 4.5.1
Configurator: 10.10.1
Flight Controller: SpeedyBee F405 v3
Edit: the Peripheral to be based on Arduino and communicate via UART to receive the Aux Values from Fc and return some statuses which should be shared with the Transmitter via Telemetry over CRSF (ELRS)
#firmware #feature #help