Search found 204 matches

by malcom2073
Thu Sep 18, 2014 5:44 pm
Forum: EMStudio
Topic: Passing of the Torch
Replies: 9
Views: 27663

Re: Passing of the Torch

Fred wrote:Cheers Mike!

BTW, your git describe output is bogus or from different repos with different tags. Those "StableTwo" tags have been published and should never be deleted.
Yep, unstable is from your repo, not mine. The other branches are still pointing at mine.
by malcom2073
Tue Sep 16, 2014 2:45 pm
Forum: EMStudio
Topic: Passing of the Torch
Replies: 9
Views: 27663

Re: Passing of the Torch

My build server will be taken down in the next few days, here are permanent links to the last built downloads. Thanks to JR for hosting the downloads for all this time, and ensuring that my own bandwidth didn't get killed :) Master Builds Windows 32bit amd64 Git: StableTwo-168-g9f0f013 Debian 32bit ...
by malcom2073
Thu Aug 28, 2014 10:54 pm
Forum: EMStudio
Topic: Compiling on Windows
Replies: 0
Views: 145188

Compiling on Windows

Fred requested that I post up a process for getting EMS compiling on windows, here it is: Three prerequisite applications: MinGW 4.8.2: http://download.qt-project.org/development_releases/prebuilt/mingw_32/i686-4.8.2-release-posix-dwarf-rt_v3-rev3.7z Qt 4.8.6-mingw: http://download.qt-project.org/of...
by malcom2073
Thu Aug 28, 2014 9:58 pm
Forum: Soldered
Topic: BeagleBone Wideband
Replies: 4
Views: 16659

Re: BeagleBone Wideband

Sometimes knowing what to google for, is almost as important as knowing the answer to your question :) Found this, which should be modifiable to do what you want: http://www.instructables.com/id/Arduino-analog-input-display/ , run your 0-5v signal in, in place of the potentiometer output and you sho...
by malcom2073
Thu Aug 28, 2014 1:34 pm
Forum: Soldered
Topic: BeagleBone Wideband
Replies: 4
Views: 16659

Re: BeagleBone Wideband

Using a BBB just to display two voltages is hitting a fly with a cannonball. Not only that, but using a BBB to drive a character LCD is hitting a flea with a cannonball. You can do all that with a simple $10 arduino clone from ebay. So you get a SLC wideban controller that outputs 0-5v, hook it the ...
by malcom2073
Fri Aug 15, 2014 1:06 am
Forum: EMStudio
Topic: Passing of the Torch
Replies: 9
Views: 27663

Re: Passing of the Torch

I likely should have been more clear:

I'm not going anywhere, I'm just not going to be developing EMStudio anymore. I appreciate all the kind words, and I will work a "future direction" in with the state of the code I plan on writing up in the next week or two.
by malcom2073
Wed Aug 13, 2014 11:34 am
Forum: EMStudio
Topic: Passing of the Torch
Replies: 9
Views: 27663

Passing of the Torch

Well guys, it's been a hell of a ride these past couple of years, but for now I will be discontinuing development of EMStudio. I apologize to EMStudio users for this, but at least the product is in such a state that it is usable. If someone is willing to step forward and take over development, I wil...
by malcom2073
Sun Aug 03, 2014 1:08 am
Forum: Jaguar
Topic: IMPORTANT Jaguar A3, 0.4, 0.6 & 0.7 BOM & Parts Kit Error
Replies: 31
Views: 103616

Re: IMPORTANT Jaguar A3, 0.4, 0.6 & 0.7 BOM & Parts Kit Erro

I'll fix my A3 before the next time I power it on, thanks.
by malcom2073
Thu Jul 31, 2014 1:27 am
Forum: FreeEMS General
Topic: FreeEMS Serial Protocol
Replies: 27
Views: 76835

Re: FreeEMS Serial Protocol

I sincerely hope that you do NOT do it like this!!!! Reading guts out of the packet before deescaping and checksumming is completely flawed! The packet must be received, deescaped, and checksummed IN THAT ORDER . ONLY then can the header be read and the contents interpreted appropriately. Of course...
by malcom2073
Wed Jul 30, 2014 11:19 pm
Forum: FreeEMS General
Topic: FreeEMS Serial Protocol
Replies: 27
Views: 76835

Re: FreeEMS Serial Protocol

First off, Hi! Glad to see someone else interested in writing software that talks to FreeEMS! Do you mind sharing (Either here, or in another post) what your intentions and interests are with this? It would help us to guide you in the right direction once you get the fundamentals down. Fortunately, ...