JAW : Just Another Wideband
Moderator: Matt
JAW : Just Another Wideband
Hello,
Just wondering, can Nistune Support, "Just Another Wideband"?
Here's the link
http://www.14point7.com/JAW/JAW.htm
Just wondering, can Nistune Support, "Just Another Wideband"?
Here's the link
http://www.14point7.com/JAW/JAW.htm
It potentially can... I didnt like the part about requiring the massive .NET framework but I should be able to just read the serial port directly like for any other wideband unit. Just need to have a look at their sample code to figure out the protocol
I'll add it to the enhancement list and have a look at their source. Usually takes about 5-6 hours to add another unit and emulator for itSerial communications for programming the analog outputs, firmware upgrades, and real-time datalogging requires a PC with Windows 98/XP/Vista, Microsoft .Net Framework, and available serial port or serial-to-usb converter.
-
- Posts: 74
- Joined: Sat Mar 22, 2008 7:39 am
- Location: Denmark
-
- Posts: 19
- Joined: Wed Mar 05, 2008 12:09 am
- Location: Charlotte, N.C., U.S.A
- Contact:
-
- Posts: 3
- Joined: Thu Nov 29, 2007 4:42 pm
If you need any testing done on this one we have one in the shop to play with. Just a word of caution to anyone thinking of getting one, you will need to think carefully about your mounting options as the heatsink gets very hot on the JAW, so your enclosure needs to be designed with appropriate heat sinking.
Other than that, there not bad for the minimal outlay. The hardest part is tracking down a cheap source for the LSU4.2 sensor. I haven't tested it against any other widebands yet for accuracy - I'll get to it one day
Other than that, there not bad for the minimal outlay. The hardest part is tracking down a cheap source for the LSU4.2 sensor. I haven't tested it against any other widebands yet for accuracy - I'll get to it one day
Okay this is finally done
Sorry its taken so long. Its just difficult finding the time these days to get new code in. I've fully tested it using a JAW simulator with their software and the Nistune software
There is the AFR output, RPM output (fixed at same value JAW uses - dont think they use cylinder conversion though...)
Also Aux1, Aux2 is in volts - use the lookup tables to map this to something useful like boost sensors etc
Temp is straight through bytes which goes into a lookup table in case you want to map it to something else (0-255 currently)
Finishing up VEMS wideband next since it is similar...
Sorry its taken so long. Its just difficult finding the time these days to get new code in. I've fully tested it using a JAW simulator with their software and the Nistune software
There is the AFR output, RPM output (fixed at same value JAW uses - dont think they use cylinder conversion though...)
Also Aux1, Aux2 is in volts - use the lookup tables to map this to something useful like boost sensors etc
Temp is straight through bytes which goes into a lookup table in case you want to map it to something else (0-255 currently)
Finishing up VEMS wideband next since it is similar...