Search found 24 matches

by crazyafrican
Sat May 17, 2014 9:06 pm
Forum: DIY HW
Topic: New BrickRPM Dual VR Conditioner Board!
Replies: 56
Views: 146539

Re: New BrickRPM Dual VR Conditioner Board!

Hey Fred, when will you have more of these in stock? Do you have any spare lying around? If you are in Auckland I can just come and pickup
by crazyafrican
Thu Nov 07, 2013 12:54 pm
Forum: FOSS EMS Firmware
Topic: Arduino go kart EMS
Replies: 70
Views: 221345

Re: Arduino go kart EMS

by crazyafrican
Tue Sep 24, 2013 5:38 am
Forum: FOSS EMS Firmware
Topic: Arduino go kart EMS
Replies: 70
Views: 221345

Re: Arduino go kart EMS

You can take some more load off the cpu by using uart receive and transmit interrupts. Take a look at "uart.c" in the zip file I posted up 6 comments above this one.
by crazyafrican
Mon Aug 05, 2013 12:11 am
Forum: General FOSS EMS
Topic: load calculations
Replies: 10
Views: 26784

Re: load calculations

Because BTUs.
please explain
by crazyafrican
Sat Aug 03, 2013 9:02 pm
Forum: General FOSS EMS
Topic: load calculations
Replies: 10
Views: 26784

Re: load calculations

Why would ground angle change the amount of advance that the engine can tolerate? Surely the advance is just changed slightly to allow for a bit more torque up hill rather than peak hp.
by crazyafrican
Mon Jul 08, 2013 1:45 am
Forum: FOSS EMS Firmware
Topic: my simple ECU
Replies: 94
Views: 1372111

Re: my simple ECU

Good to know thanks! Awesome project by the way
by crazyafrican
Mon Jul 08, 2013 12:53 am
Forum: FOSS EMS Firmware
Topic: my simple ECU
Replies: 94
Views: 1372111

Re: my simple ECU

Are you using usb as a virtual com port or do you have a serial adapter on one of the usart's? I got the f4discovery a few days ago and having a play with it now.
by crazyafrican
Thu Jul 04, 2013 6:33 am
Forum: FOSS EMS Firmware
Topic: Arduino go kart EMS
Replies: 70
Views: 221345

Re: Arduino go kart EMS

Here are the results from the new funtion

http://youtu.be/gFQdOlcSBac
by crazyafrican
Thu Jul 04, 2013 3:02 am
Forum: FOSS EMS Firmware
Topic: Arduino go kart EMS
Replies: 70
Views: 221345

Re: Arduino go kart EMS

I will give it a go thanks! I wrote a small scheduler for task scheduling and task timing. https://sourceforge.net/projects/microdispatch/ It wont be very precise for event timing but should be ok for 0.1ms resolution for fuel injection. So I use timer0 to generate a 0.1ms interrupt that ticks the s...
by crazyafrican
Wed Jul 03, 2013 4:12 pm
Forum: FOSS EMS Firmware
Topic: Arduino go kart EMS
Replies: 70
Views: 221345

Re: Arduino go kart EMS

I tried your interpolation function with my firmware and I'm getting some strange results. Sometimes it works flawlessly but other times no interpolation is done. Here is a screen shot of mine where the required fuel is 10.0 and the pulse width should be 9.0, on arduino uno. As soon as MAP goes down...