Search found 3 matches
- Tue Jan 10, 2017 6:23 am
- Forum: Freematics Products
- Topic: Using the V2 adapter with esp8266
- Replies: 4
- Views: 12720
Re: Using the V2 adapter with esp8266
Hi, after trying around for quite some time now, I've finally got it to work and can now read the RPM values with the engine running. In OBD2UART.h, I've commented out the following lines: #ifndef OBDUART #if defined(__AVR_ATmega328P__) || defined(__AVR_ATmega168P__) #define OBDUART Serial #else #de...
- Tue Dec 20, 2016 11:26 pm
- Forum: Freematics Products
- Topic: Using the V2 adapter with esp8266
- Replies: 4
- Views: 12720
Re: Using the V2 adapter with esp8266
Yes, I've tried it with the USB cable unplugged, but that doesn't help either. It still reboots continuously.
- Mon Dec 19, 2016 4:57 am
- Forum: Freematics Products
- Topic: Using the V2 adapter with esp8266
- Replies: 4
- Views: 12720
Using the V2 adapter with esp8266
Hi, I've recently ordered and received the OBD-II UART adapter V2 and wanted to try it out today. Unfortunately I haven't been able to get it to work with my wemos D1 mini pro (esp8266) board. When trying the basic RPM example, the board just gets stuck in some kind of boot loop (soft WDT reset, rst...