Page 2 of 6

Re: eePe Announcements

Posted: Sat Sep 08, 2012 8:36 pm
by MikeB
I've svn'ed some changes:
Custom switches now include the extra AND switch.
Safety switches now work as voice switches as well.
The custom telemetry display is now editable.

I wll be adding the custom telemetry display configuration into the er9x EEPROM to go with this, but needed to have this right, or eepe would lose the settings.

I just need Erazz to do a compile and release, then it will be available to you all.

Mike.

Re: eePe Announcements

Posted: Tue Sep 11, 2012 6:01 pm
by MikeB
r351 is now available for download, thanks Erazz!

I'll get er9x updated to save the custom telemetry screen soon.

Mike.

Re: eePe Announcements

Posted: Tue Sep 11, 2012 6:05 pm
by jhsa
Thank Mike and Erazz

Re: eePe Announcements

Posted: Tue Sep 11, 2012 8:09 pm
by jhsa
Mike, just installed the latest eepe's version and on the custom switches menu, AND switch, it is possible to choose a SW0 switch??

João

Re: eePe Announcements

Posted: Tue Sep 11, 2012 8:39 pm
by jhsa
Mike, I don't want to be saying that there are bugs in eepe because maybe you're still not finished with it.. but this is what I found till now..
Loaded my eeprom in eepe and on custom switch SW5 for example I have v<ofs Batt 9.1V
But Batt doesn't show up and 9.1V shows as -34

Also on voice switches eepe didn't recognize the correct telemetry events.

VS14 should have varibl A1= and it has nothing where A1= should be
VS15 should have varibl BATT and it has Cvlt instead..

I think it's putting everything but 1 position before.. I explain:
Before A1 there is nothing because it's the first, so puts nothing.
before BATT it's Cvlt on the options drop down menu, so it did put Cvlt instead of BATT

Maybe that explains the SW0 as well??

Sorry for being confusing..

João

Re: eePe Announcements

Posted: Tue Sep 11, 2012 8:42 pm
by gohsthb
What is SW0? It looks like you can choose any custom switch.

Mike,
The numbering is off by 1. In the pull down list they start at CS0 (which doesn't exist). To make one work you have to choose the switch you want -1.
-Gohst

Re: eePe Announcements

Posted: Tue Sep 11, 2012 9:08 pm
by jhsa
yeah, the same happens to the telemetry events.

João

Re: eePe Announcements

Posted: Tue Sep 11, 2012 9:54 pm
by MikeB
Hmmm, I'm not surprised, I had to do quite a lot of changes just to get what is working in. I knew I needed some testers! I'm still getting to grips with the eepe code.
Re: But Batt doesn't show up and 9.1V shows as -34. The -34 is understandable, I'll look into why the Batt isn't there.

Yes, I can see the offset is out by 1.

Give me a day or two to get to it and sort these out.

Mike.

Re: eePe Announcements

Posted: Tue Sep 11, 2012 10:19 pm
by jhsa
it's not only batt that doesn't show up.. none of the telemetry events is available there

Re: eePe Announcements

Posted: Tue Sep 11, 2012 11:15 pm
by MikeB
OK, I can fix most of those problems easily, just been testing them. THe only one that is more complicated is the value beside, say Batt, if you have:
v>ofs Batt 9.1v.

I think I will have to leave the 'spinbox' in (what you use to change the numeric value), and add another box with the meaning in it. This is because the meaning changes depending on the telemetry item you select. I may do better if Iinvestigate QtCreator more, there may be a neater solution, but this one should, at least, work.

Mike.

Re: eePe Announcements

Posted: Wed Sep 12, 2012 12:49 am
by ShowMaster
What is a signature error when using eepe? I was asked and never heard of it?



ShowMaster
Sent from my iPod touch using Tapatalk

Re: eePe Announcements

Posted: Wed Sep 12, 2012 7:17 am
by Kilrah
Most likely wrong processor set in avrdude settings, or bad communication between programmer and target.

Re: eePe Announcements

Posted: Wed Sep 12, 2012 11:21 am
by ShowMaster
Thanks Kilrah


ShowMaster
Sent from my iPod touch using Tapatalk

Re: eePe Announcements

Posted: Wed Sep 19, 2012 2:11 pm
by MikeB
r353 is released, thanks Erazz for the build. Any feedback welcome, I'm trying to find what is missing, i.e. what er9x does that eepe doesn't.

Mike.

Re: eePe Announcements

Posted: Wed Sep 19, 2012 2:44 pm
by jhsa
mike in Custom switches, AND Switch, there are only the custom switches.. the others are missing..

Amp Sensor?? not sure about this one..

João

If I find something else I'll post it here

Re: eePe Announcements

Posted: Wed Sep 19, 2012 3:54 pm
by MikeB
OK, thanks. Fixed the AND switches ready for the next revision.

Mike.

Re: eePe Announcements

Posted: Sun Oct 07, 2012 4:32 pm
by MikeB
r358 is built and released. the custom switch AND names should now be correct.

Mike.

Re: eePe Announcements

Posted: Sat Feb 09, 2013 11:22 am
by MikeB
r362 built and available, thanks Erazz.
Simulator should handle the extra 'AND' switch is custom switches.
Gvars tab added.
M128 EEPROM support included.

Mike.

Re: eePe Announcements

Posted: Sat Feb 09, 2013 11:46 am
by jhsa
Thanks Mike. Awesome

João

Re: eePe Announcements

Posted: Sat Feb 09, 2013 12:39 pm
by HC1969
:)

Re: eePe Announcements

Posted: Sat Feb 09, 2013 1:55 pm
by MikeB
I need to remove that. Recent versions of er9x have had the filter option removed. On careful testing, the 'filtered' option did not really improve the accuracy, but did add significant latency. 'Single' reduced the resolution as the 10-bit value read was simply multiplied by 2 to give an 11-bit value. You now always have 'OSMP' that reads the analog value twice and adds the two (10-bit) values together to give the required 11-bit result.

Mike.

Re: eePe Announcements

Posted: Sat Feb 09, 2013 2:21 pm
by HC1969
Yes, we know that, just wanted to indicate that it was in the eePe.
Many thanks for the many upgrades!!!

Re: eePe Announcements

Posted: Mon Apr 15, 2013 10:00 pm
by MikeB
Up until now, while I've been updating eepe sources, I've relied on Erazz to do the builds. Now he has used Linux, while I'm using Windows. This means all his "build release" files fail to run.
I have just now managed to get a build of the windows version working, I still need to find out how I can build Linux versions.
I also do not yet have a "makensis" loaded, so I can't package the windows version with an installer.

All takes time to sort out.

Mike.

Re: eePe Announcements

Posted: Fri Apr 19, 2013 4:07 pm
by MikeB
Anyone able to specify a good download for a "makensis" package for a windows installer?

Mike.

Re: eePe Announcements

Posted: Fri Apr 19, 2013 4:17 pm
by Rob Thomson

Re: eePe Announcements

Posted: Fri Apr 19, 2013 4:33 pm
by MikeB
Thanks, I'll give it a try.

Mike.

Re: eePe Announcements

Posted: Sat Apr 20, 2013 4:27 pm
by MikeB
I think I now have a build working for the windows version, including an installer package.
I'm hoping I can build the linux versions, I need to try them. Where I may have trouble is the build command file (from Erazz) seems to use a program called "sudo" to package the linux versions. This I don't have on windows, does anyone know if it is available?
The repository includes all the sources, but much of the build configurations seems only to be on Erazz's system!

I'll commit a new revision of eepe very soon, but it may only be available for windows users at the moment.

Mike.

Re: eePe Announcements

Posted: Sat Apr 20, 2013 4:45 pm
by Kilrah
sudo is a linux command that serves to execute the rest of the command line as root.
As far as I know creating the linux packages can only be done on a linux machine.

Re: eePe Announcements

Posted: Sat Apr 20, 2013 7:17 pm
by Flaps 30
Or a machine that has a virtual system on it by using something like Oracle's Virtualbox. Which will enable you to run any flavour of Linux on/within a Windows machine.

Re: eePe Announcements

Posted: Sat Apr 20, 2013 7:21 pm
by MikeB
Yes, I'm running windows 7, so I have virtual machines available, I actually have Win98 running in one to allow me to use old 16-bit software!

I thought I would have to go that route, downloading a copy of lubuntu as I type. I was hoping I could do it more easily than setting up a virtual machine, ah well.

Mike.