This chapter describes how to replace the ELM327 Wifi V1.5 HW: V01W_M_V1.0 adapter PIC18F25K80 and ESP8266ex firmware. ELM327 Wifi V1.5 HW: V01W_M_V1.0 adapter Usb to serial with 3.3v I/O PicKit 3/4 ...
It is derived from the python-OBD repo for serial data. This is an adaption for ELM327 Wifi compatible modules. Basic Usage ----- ```Python import obd connection = obd.OBD("192.168.0.10", 35000) # ...