Hello,
I would like to interface my Apdater ModeL B (3.3V) with a Raspberry. As I would like to get access to the ELM237 commands I thought about bypassing the I2C Interface and talk directly to the STM32.
Can I do this by using the OBD_RX and OBD_TX I can access via J6? I'd wire the OBD_TX to the PI's RX, OBD_RX to the Pi's TX and GND to GND, bypassing the AtMega on board.
Then set the Baudrate to 38400 and talk via the /devttyAMA0 on the PI.
Is this feasible?
Talking to a Model B with a Raspberry using OBD_TX/RX
Re: Talking to a Model B with a Raspberry using OBD_TX/RX
Why don't you just use the UART version?
Re: Talking to a Model B with a Raspberry using OBD_TX/RX
Valid question Note I could also talk to it via I2C (the Pi can do that too) and a level shifter to get the voltage from 5V to 3.3V.
The answer is: I thought about it for the fun of hacking, to see if I can bypass the AtMega and just use the more powerful Pi.
The answer is: I thought about it for the fun of hacking, to see if I can bypass the AtMega and just use the more powerful Pi.
Re: Talking to a Model B with a Raspberry using OBD_TX/RX
If you add a level shifter, it will work.