Anwar0510

Results 4 comments of Anwar0510

Hello, @PowerBroker2 I have also retry your library using the "ESP32_bt_serial" example. I changed the name "OBDII" to MAC address. My serial monitor is like this ![image](https://user-images.githubusercontent.com/88101203/149803530-6ae7366d-f9b1-4c92-9890-ebfff849a5e4.png) Hello @costeacostin ,...

I think he meant like this, send `010C` immediately followed by `010D` and parsing both responses at once. can we just print the data on the serial monitor without printing...

Hello, thanks again for the reply. I want to retrieve engine load and throttle position data, is this method correct? ```C++ //Load float tempLoad = myELM327.load(); if (myELM327.nb_rx_state == ELM_SUCCESS)...

First of all, sorry, didn't mean to spam. I just tried querying for three data, namely RPM, throttle and Timing Advance. With the code as below. ``` //querying for RPM...