ken1784
Junior
Regarding to the Gen2 passive frames, Attila's xls sheet is the bible.
http://vassfamily.net/ToyotaPrius/CAN/PriusCodes.xls
Yoshi@Japan
http://vassfamily.net/ToyotaPrius/CAN/PriusCodes.xls
Yoshi@Japan
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
@kinetik
@ vous les studios
welcome Winston
regarding BT maybe it will work, as we are only forwarding frames, there is no dialog...
Torque supports BT, USB and wifi , I will contact Ian Hawkins when we will have something operational.
FYI, I teached Ian how to deal with multiframes... I showed him also how to make combined requests.
I had a big/bad surprise with mbed : modserial is not compatible with sdcard...
so I have to revert to serial(standard) when using sdcard.
sdcard is really tricky: I tested 3 differents microsd/ sdhc: 1giga, 4 giga & 16 giga, it was necessary to use differents tricks to access each of them....
- I would like a full long term log of current and SOC, in order to evaluate and understand charge losses of the HV battery.
....
good idea and not difficult to install (both of them).-....- Add a 20 cm precision altimeter (bmp085 barometer for example) in order to have a better potential energy measurement. Coupled to GPS log, It will possible to add data to openstreetmap http://wiki.openstreetmap.org/wiki/Route_altitude_profiles_SRTM.
How much time is long enough for the analysis? hours or days or months?
for ICE, MG1 & MG2 , the fields are : rpm , torque , temp"22/04/2011 11:09:56",<BATT 1.320000 53.725490 216 216 20 20>
"22/04/2011 11:09:56",<ICE 0 0 51>
"22/04/2011 11:09:56",<MG1 0 0 30>
"22/04/2011 11:09:56",<MG2 -1 0 27>
"22/04/2011 11:09:56",<BATT 1.320000 53.725490 216 216 20 20>
"22/04/2011 11:09:57",<ICE 0 0 51>
"22/04/2011 11:09:57",<MG1 0 0 30>
"22/04/2011 11:09:57",<MG2 0 0 27>
"22/04/2011 11:09:57",<BATT 1.320000 53.725490 216 216 20 20>
"22/04/2011 11:09:57",<ICE 0 0 51>
"22/04/2011 11:09:57",<MG1 0 0 30>
"22/04/2011 11:09:57",<MG2 0 0 27>
filterx.txt was:// need a space after the last code, max line length 256
// 1 pos is ECU , second is period and FULL Message
//7E0 1 02 21 01 00 00 00 00 00 // ICE rpm, coolant temp
7E0 1 02 21 3C 00 00 00 00 00 // Inj
7E0 1 02 21 49 00 00 00 00 00 // ICE torque
7E2 1 03 21 61 67 00 00 00 00 // MG1 rpm, torque, temp
7E2 1 03 21 62 68 00 00 00 00 // MG2 rpm, torque, temp
7E2 1 02 21 8A 00 00 00 00 00 // Amp
7E2 200 02 21 01 00 00 00 00 00 // SoC
7E2 300 02 21 74 00 00 00 00 00 // BC temp, VLB VLH
7E0 400 03 01 3C 3E 00 00 00 00 // Cat temps
7E2 401 03 21 70 71 00 00 00 00 // Inv temps
7E2 500 02 21 87 00 00 00 00 00 // Batt temps
7E2 500 02 21 98 00 00 00 00 00 // DCL CCL
// max line length 128
0B4 FF// this frame will give the exact speed
1C4 FF // ICE RPM
230 FF
245 FF // acc pedal
3D3 FF // fuel flow L/H
498 FF // coolant temp
4A6 FF //
63B 03 //
7E0 00
7E2 00
7E8 00
7EA 00
about shrinking, there is the BT device from Andy Honecker.
about the bootloader, it is possible to use a mbed http://mbed.org/cookbook/lpc-bootloader
or http://mbed.org/users/chris/notebook/prototype-to-hardware/
in case of using a bare NXP1768, we would need definitely a sdcard for reading the parms
regarding use of ports:
for CAN idem skpang : 29 30
Bluetooth 27-RXD1 28 -TXD1
BMP085: 9 10
external GPS RX 14
SDCARD:
SDFileSystem sd(p5, p6, p7, p8, "sd"); // mosi, miso, sclk, cs
idem this link http://mbed.org/cookbook/SD-Card-File-System
idem smartboard or SparkFun MicroSD Breakout Board
MicroSD Breakout mbed
CS o-------------o 8 (DigitalOut cs)
DI o-------------o 5 (SPI mosi)
VCC o-------------o VOUT
SCK o-------------o 7 (SPI sclk)
GND o-------------o GND
DO o-------------o 6 (SPI miso)
CD o
maybe add an USB-A port using D+ D- to get the possibility to use usbstick
the CR2032 could also be located under the mbed as on the smartboard.
if we use a mbed, there is no need for this kind of thing, there is already the connector for this connexion (and it works perfectly and is easy to use).Do we need a Mini-B USBconnector and bridge chip such as FTDI or SiLabs to upload/download to Laptop would connect to a UART Port.