Search found 41 matches

by FlappySocks
Thu Sep 25, 2008 10:28 am
Forum: FOSS EMS Hardware
Topic: BeaglesRide.org
Replies: 5
Views: 11370

Re: BeaglesRide.org

Yeah, I got quite excited when I first saw the gumstix. I like the modular design, but it starts to get expansive when you factor in all the parts you need. Beagle gives you the performance to run a Linux or Windows desktop, with on-board video for $150. Just add screen, USB hub, mouse & keyboar...
by FlappySocks
Wed Sep 24, 2008 4:11 pm
Forum: FOSS EMS Hardware
Topic: BeaglesRide.org
Replies: 5
Views: 11370

BeaglesRide.org

If you haven't already heard of the BeagleBoard, then it's a 3" x 3" PC that runs Linux or Windows Embedded. Costs $149, and for that you get laptop performace, on board video and sound. Just add flash, and your peripherals. Beaglesride.org is focusing on the in-vehicle side of it, staring...
by FlappySocks
Mon Aug 18, 2008 2:23 pm
Forum: Users Rides
Topic: E30 325i Motorsport
Replies: 3
Views: 9959

E30 325i Motorsport

This is what I have been working on since Oct 2007. Rare pre-face-lift BMW Motorsport 325i manual. http://farm4.static.flickr.com/3271/2760688374_4163737fbb_b.jpg Megasquirt built into stock Motronic ECU housing. Wasted Spark output. http://farm4.static.flickr.com/3061/2678668776_208a1dc706_b.jpg Wo...
by FlappySocks
Sun Jun 15, 2008 4:59 pm
Forum: FreeEMS Firmware Dev
Topic: Serial protocol pre-design discussion - give us your input!
Replies: 160
Views: 193756

Re: Serial protocol pre-design discussion - give us your input!

Fred, would a command line tool that reads the serial data be handy? I wouldn't mind putting one of those together, comple with source code based on the latest protocol spec. It would display what it read from the serial port, and also send preset commands.
by FlappySocks
Wed May 28, 2008 1:06 am
Forum: FreeEMS Firmware Dev
Topic: Serial protocol pre-design discussion - give us your input!
Replies: 160
Views: 193756

Re: Serial protocol pre-design discussion - give us your input!

I wonder if we should specify an end of String character. Byte Zero maybe? Otherwise, how do you send multiple variably sized strings in the same payload. Why would there be any strings other than what is defined? Error conditions? Can't think of more. Neither can I really. Debug information in tex...
by FlappySocks
Sun May 25, 2008 12:18 am
Forum: FreeEMS Firmware Dev
Topic: Serial protocol pre-design discussion - give us your input!
Replies: 160
Views: 193756

Re: Serial protocol pre-design discussion - give us your input!

Here are my thoughts. [*]CRC semantics, header included, separate, or header not checked, pre escaping, post escaping, 8 bits/16 (I vote 8) 8-bit vote for me. If comms is unreliable, it will probably be obvious, and therefore 8-bit is good enough. My gut feeling is that CRC should be pre-escaping, a...
by FlappySocks
Sat May 24, 2008 2:45 am
Forum: FreeEMS Firmware Dev
Topic: Serial protocol pre-design discussion - give us your input!
Replies: 160
Views: 193756

Re: Serial protocol pre-design discussion - give us your input!

Admin wrote:I'll do this if you don't have time Stu, just let me know.Admin.
Fine by me Fred. Don't worry, your not stepping on my toes. Been busy developing stuff for my day job.
by FlappySocks
Thu May 22, 2008 9:38 am
Forum: FreeEMS Firmware Dev
Topic: Serial protocol pre-design discussion - give us your input!
Replies: 160
Views: 193756

Re: Serial protocol pre-design discussion - give us your input!

I wonder what Stu has to say next :-) HA HA :D Just use a string and have done with it. Let the coders decide how they want to version it. Simply recommend in the protocol spec, that it should be sortable alphanumerically, starting with the name as a constant. FreeEMS Vanilla 1.0.2a FreeEMS Vanilla...
by FlappySocks
Wed May 21, 2008 5:16 pm
Forum: FreeEMS Firmware Dev
Topic: Serial protocol pre-design discussion - give us your input!
Replies: 160
Views: 193756

Re: Serial protocol pre-design discussion - give us your input!

thebigmacd wrote:I was thinking about a mechanism whereby a random "serial" number is burnt along with the firmware
I like the sound of that. This solves another problem i was thinking of the other day, but alas I cant remember it now. :?