Hex files for most popular boards

Post Reply
User avatar
ezio
Posts: 827
Joined: Sun Apr 01, 2012 11:03 pm
Location: Paris
Contact:

Hex files for most popular boards

Post by ezio »

Maybe we can make a repository with compiled hex files for the popular boards and configurations ?
Then we can have a uploader (PC/Android) to facilitate firmware updates.
What do you think?

User avatar
fuh
Posts: 72
Joined: Thu Jun 13, 2013 5:12 pm
Location: Portugal

Hex files for most popular boards

Post by fuh »

It's easy to connect an FTDI to Android ?

User avatar
ezio
Posts: 827
Joined: Sun Apr 01, 2012 11:03 pm
Location: Paris
Contact:

Re: Hex files for most popular boards

Post by ezio »

fuh wrote:It's easy to connect an FTDI to Android ?


Your device has to support usb host mode, Android version has to be greater then 4.0 and you need OTG cable.

sismeiro
Posts: 173
Joined: Tue Feb 21, 2012 12:33 pm

Re: Hex files for most popular boards

Post by sismeiro »

ezio wrote:Maybe we can make a repository with compiled hex files for the popular boards and configurations ?
Then we can have a uploader (PC/Android) to facilitate firmware updates.
What do you think?

I think that an easy self explaining configuration GUI that would create a config.h file would be better to start with. Then eventually create an automated process that would create the hex and upload it to the flight controller. I think that static hex would be a bad idea since there are many flight controllers with different hardware specs and that can be more confusing for people.

RCvertt
Posts: 172
Joined: Fri Sep 14, 2012 11:45 am

Re: Hex files for most popular boards

Post by RCvertt »

Being able to upload hex files sounds like someone wanting to find a way to get code updates to potential supporters of a product without having to actually release source code.

timecop
Posts: 1880
Joined: Fri Sep 02, 2011 4:48 pm

Re: Hex files for most popular boards

Post by timecop »

integrate tarduino compiler into the uploader. problem solved.
include config.h editor too.
oh, wait...

User avatar
ezio
Posts: 827
Joined: Sun Apr 01, 2012 11:03 pm
Location: Paris
Contact:

Re: Hex files for most popular boards

Post by ezio »

timecop wrote:integrate tarduino compiler into the uploader. problem solved.
include config.h editor too.
oh, wait...


Actually software like this already exists and it is quite nice.
https://flyingeinstein.com/index.php/download

Image

I still think that providing hex files with possibility to easy upload it from PC and Android is a good idea (like BaseFilght ;) ). I'm not talking here to support all possible configurations. Just pick the boards that users use the most.

Bart

brewski
Posts: 483
Joined: Tue Apr 29, 2014 12:04 am
Location: Cleveland Qld Australia

Re: Hex files for most popular boards

Post by brewski »

Would be great for new MW users.
APM have had it for years for both 8 bit APM as well as 32 bit Pixhawk all autodetected from Mission Planner. Easy to do when you have only two platforms to support where specs are locked down even with clones.

Post Reply