Page 6 of 6

Re: eePe Announcements

Posted: Thu Jan 23, 2014 5:05 pm
by MikeB
Yes to both.

Mike.

Re: eePe Announcements

Posted: Wed Jan 29, 2014 9:05 pm
by MikeB
The test version of eepe, posted here: http://openrcforums.com/forum/viewtopic ... 598#p64969
Includes telemetry options to configure alarms in the DJT/DHT and XJT modules.

Mike.

Re: eePe Announcements

Posted: Mon Feb 17, 2014 8:06 pm
by MikeB
Committed r393 eepe and eepskye

Changes:
eepskye - support 512K EEPROM file
eepe - fix '128 and '2561 splash update
both - add 'THIS' mix source
both - add telemetry alarm setting for Tx module
eepe - fuses for M2561
both - Flight Mode Fading
both - Flight Mode control of mixes
eepskye - remove fuse options
eepskye - dynamic updating of simulator output

Mike.

Re: eePe Announcements

Posted: Mon Feb 17, 2014 8:27 pm
by jhsa
MikeB wrote: eepskye - dynamic updating of simulator output

Mike.
Thank you Mike.. Question.. :D
How difficult would be to apply that code Mbanzi sent a while ago for outputting the channel values to an arduino via usb / FTDI and then to a radio or RF Module??
Or is the code not compatible with eepe? It's been a while since I played with that but I was just tidying up my desk and saw the arduino i use for it..
I think eepe has nearly all that is needed for that little feature.. ;) :)

João

Re: eePe Announcements

Posted: Mon Feb 17, 2014 10:27 pm
by MikeB
Probably not too much. I haven't forgotten about it, but other things have needed my attention first.

Mike.

Re: eePe Announcements

Posted: Sun Mar 02, 2014 2:10 pm
by MikeB
Currently I'm building a 32-bit version of eepe for linux. Erazz used to build a 64-bit version as well, but my build setup (lubuntu in a virtualBox under windows) fails when asking for a 64-bit build.

The question is does the 32-bit version run on a 64-bit linux OS?

Mike.

Re: eePe Announcements

Posted: Mon Mar 03, 2014 1:27 am
by flybabo
You can build 32b Qt appl on 64b machine but there's no straightforward way to run 32b Qt appl on 64b Linux.
If you try, you'll get "./eepe no such file or directory"
http://stackoverflow.com/questions/1912 ... -directory