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

Allow flashing via FTDI adapter #37

Open
stylesuxx opened this issue Mar 18, 2021 · 5 comments
Open

Allow flashing via FTDI adapter #37

stylesuxx opened this issue Mar 18, 2021 · 5 comments
Labels
feature request help wanted Extra attention is needed
Milestone

Comments

@stylesuxx
Copy link
Owner

This would allow ESC's to be flashed without a need for a flight controller as suggested by @AlkaMotors

One could simply use a FTDI adapter or arduino or anything similar.

@stylesuxx stylesuxx added this to the version 2.0.0 milestone Mar 18, 2021
@stylesuxx
Copy link
Owner Author

stylesuxx commented Mar 25, 2021

This library allows to make a one wire interface from an Arduino and also shows how to convert a UART/FTDI adapter into a one wire interface.

Before connecting the user needs to select the method of connection. Default should be the pass through, and one wire the second option.

If one wire is chosen, the user should be informed about how to prepare his Arduino or FTDI adapter. In a later step we can also think about flashing the Arduino directly from the UI.

Baudrate: 19200

@knoopx
Copy link

knoopx commented Apr 20, 2021

I definitely need this for AM32, the configurator has this "direct connection" option but works on windows/linux only.

@khari05
Copy link

khari05 commented Jul 9, 2023

Just wondering, is there any progress on this feature? I'm not sure if this is helpful but the original BLHeLiSuite supported flashing an Arduino with the correct firmware to interface over serial. A first step could just be adding support to use that same protocol to talk to an ESC after someone already sets up communication through BLHeLiSuite.

@stylesuxx stylesuxx added the help wanted Extra attention is needed label Jul 9, 2023
@stylesuxx
Copy link
Owner Author

Nope, no progress on this one. It's a hard sell for me to be honest. I would need to dump a lot of time into this feature and I simply don't see the use case. FCs are relatively cheap, so if you buy an Arduino or an FC makes almost no difference. I know Alka is working on some additional bootloader functionality to integrate a 4 way interface. Once this is done I might look into it to at least allow AM32 being flashed via FTDI.

The Arduino 4 way interfaces I have seen all don't seem to work straight forward. And I can't really use the one that BLHeli ships with.

But by any means, if anyone wants to integrate this, I'd be more than happy to merge a PR.

@khari05
Copy link

khari05 commented Sep 6, 2023

If anyone else finds this issue, the workaround I used was installing betaflight on an STM32 dev board and using that as a temporary flight controller that could talk to bluejay configurator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants