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

Custom Controller #138

Open
KeithHanson opened this issue Nov 15, 2024 · 1 comment
Open

Custom Controller #138

KeithHanson opened this issue Nov 15, 2024 · 1 comment

Comments

@KeithHanson
Copy link

Firstly, sir... Amazing work. I have both an esp32 and an esp32s3 wired up and registering in beta flight now 😍

https://bsky.app/profile/keithhanson.bsky.social/post/3layxvo6yos2l

I'd like to hook up a heltec Lora to this, but modify the code to support having the FC double as the remote control receiver.

Firstly - is this even a good idea? I have yet to dive into the code, but I'm hoping I can use the multiple cores - one for FC work, one to receive packets.

My hope is to create a simple app on my steamdeck so I can use it as a ground station (FPV feed) and control (a simple pygame prototype for now that communicates with another heltec Lora via usb serial).

Secondly, if this is not a BAD idea and could be implemented, would you mind highlighting the areas of code to modify?

I'm betting if I look around at how you've implemented the esp-now control, it'd be similar, but having your insight will save a lot of time :)

Many thanks for this project! Can't wait to get my first esp32 controller drone in the air!

@bsvdoom
Copy link
Contributor

bsvdoom commented Jan 14, 2025

As far as I know, LoRa is only for very small packets and listening the 99.99% of the time.
It also has very big latency, so it is definitely not suitable to remote control anything real-time.

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