Originally Posted by DGL
(Post 2293500)
Looks like the update is not taking:
Just one thing - I am pretty sure you downloaded the correct (5.0 engine) version of the updater, yes? https://cimg0.ibsrv.net/gimg/www.jag...f93cfe00aa.png |
That picture doesn't look like version 2.1.0.5. What version indicates the startup screen? I noticed that when errors are occurring, this is due to the ELM327 can't keep up with the request frequency of the device. About the gallons (and other non-metric units), this is chosen otherwise there are too many variables for me to create an "EZ-update" file. But you can always try to do it the less convenient way: - install arduino IDE software - install ESP32 in the arduino IDE (Additional Boards Manager) - connect the device to your computer - select the correct ESP32 board (Boards Manager) and COM port - download the (not-EZ) Arduino code. - change the code to your liking's (units) - upload the code to the ESP32 board All is explained in the PDF "Manual: software" downloadable from my website (see my signature) |
Originally Posted by DGL
(Post 2293500)
|
also what the first screen shows where it detects the device, can you show?
|
Originally Posted by Cabrio Bob
(Post 2293518)
can you make a printscreen? I can read the text ...
https://cimg9.ibsrv.net/gimg/www.jag...2790f3d18a.png |
Mine showed up last night! I've got very full work days today and tomorrow, so it'll probably be Saturday or Sunday before I get to all this. But I'm very excited to have coolant temp / warning indicators. :D
|
Thanks Barnsie I can read it.
It looks like it doesn't connect to the ESP32 in a correct way. Looking at DGL's picture, he has Windows 10, probably he has to re-download the drivers from this site (windows 10 universal) and install them again. use a different USB (3.0) port may also help. It should look like this: (I downloaded the firmware so using the same file) https://cimg9.ibsrv.net/gimg/www.jag...822daf6f1e.png https://cimg1.ibsrv.net/gimg/www.jag...ed997cd399.png |
Originally Posted by Rahtok
(Post 2293533)
Mine showed up last night! I've got very full work days today and tomorrow, so it'll probably be Saturday or Sunday before I get to all this. But I'm very excited to have coolant temp / warning indicators. :D
|
Originally Posted by Cabrio Bob
(Post 2293537)
Thanks Barnsie I can read it.
It looks like it doesn't connect to the ESP32 in a correct way. Looking at DGL's picture, he has Windows 10, probably he has to re-download the drivers from this site (windows 10 universal) and install them again. use a different USB (3.0) port may also help. It should look like this: (I downloaded the firmware so using the same file) |
I think for now I will stay with the way it is , am very happy just to look down and see temp. Would like to have the warning but can live without it for now.
|
|
Originally Posted by barnsie
(Post 2293506)
Just one thing - I am pretty sure you downloaded the correct (5.0 engine) version of the updater, yes?
and 5.0 code also works on a 4.2 car (until you request a screen that should display oil level, you'll get an error) |
|
Screen shots of downloaded update file for 5l:
https://cimg1.ibsrv.net/gimg/www.jag...a265712f27.png https://cimg2.ibsrv.net/gimg/www.jag...998d6f65d7.png |
strange ... I see "access denied".
Can you check: - what does the 1st cmd screen show? - in device manager the COM port of the device (it should show COM3) - disable bluetooth on your laptop (often seen as a COM port) - try right-click the firmware.bat file and select "run as administrator". |
|
|
Disabled bluetooth, ran as user and as admin still did not update.
|
ok so COM3 is correct.
things that might cause the problem: - you installed the X64 drivers and you have a X32 computer, - the esptool.exe file is corrupt: re-download the firmware - the esptool.exe comes from my computer (X64) an is not suitable for X32 computers. - you don't have administrator rights on the laptop (very unlikely this causes the problem) other solutions possible - - use a different USB port - use a different USB cable - use a different computer - connect the existing USB cable to a power supply (or computer, providing extra power) |
Screen shot from device manager showing bluetooth off and device recognizing COM3:
https://cimg5.ibsrv.net/gimg/www.jag...4f2ac8aaa5.png |
I have an 64bit surface pro 6. I downloaded the firmware twice. However, it gave be a warning of possible virus and I proceeded. I will try again...
|
Continue with a list:
- remove the ESP32 from the device and flash it from there - the ESP32 is defective ( a different computer should verify this) - surface pro ... that's tablet right? maybe that's the problem. |
I'll try on another laptop laptop
|
I downloaded the update again, but I don't see the .bat file. I opened the folders.
|
Originally Posted by DGL
(Post 2293584)
I'll try on another laptop laptop
Need to wait to get the password from the wife. I'll keep trying on my surface pro 6 |
on the other laptop? And did Windows see it as a virus and quarantined it ....?
- ok lets wait for that |
Originally Posted by Cabrio Bob
(Post 2293576)
Continue with a list:
- remove the ESP32 from the device and flash it from there - the ESP32 is defective ( a different computer should verify this) - surface pro ... that's tablet right? maybe that's the problem. surface pro is Microsoft's laptop/tablet running windows 10 (PC) |
at the back of the device where the display is sticking out, just above that push the black bar with a small screwdriver, the lid can be taken off,
then remove the electronics (not fully - the USB cable prevents this) , flip it over and you can take off the ESP32 by pulling it away from the electronics pcb (mind the orientation when putting it back again) But first try the other laptop... |
Originally Posted by Cabrio Bob
(Post 2293600)
at the back of the device where the display is sticking out, just above that push the black bar with a small screwdriver, the lid can be taken off,
then remove the electronics (not fully - the USB cable prevents this) , flip it over and you can take off the ESP32 by pulling it away from the electronics pcb (mind the orientation when putting it back again) But first try the other laptop... |
Because the "firmware.bat" file was vanished, I think your sufrace pro treats it like a virus, thus not working properly.
In Windows Defender you could allow the bat file from doing it's thing. But let's see what the other laptop does. |
or, copy and paste the below code into notepad, save it as a BAT file in the same folder next to the firmware bat file and try to run that.
it's the same as the firmware.bat file but will cause a slower upload to the ESP32 (maybe speed is a problem) Code:
@echo off |
If windows defender is interfering I can turn it off to see if that helps. Would this help?
|
Originally Posted by DGL
(Post 2293614)
If windows defender is interfering I can turn it off to see if that helps. Would this help?
|
Taking a break, watching my soccer team on TV ....
|
|
Originally Posted by DGL
(Post 2293614)
If windows defender is interfering I can turn it off to see if that helps. Would this help?
Also, are you running the firmware,bat file from inside the ZIP? Bob said this was a no-no and the ZIP should be unzipped to a folder and the batch file run from there. Just random thoughts. Apologies if you have tried these things already. |
Originally Posted by DGL
(Post 2293626)
|
Woo hoo...it worked on a different laptop. What is the reason for this? I'll like to use my surface pro 6 for updates.
https://cimg6.ibsrv.net/gimg/www.jag...9db3c7fd92.jpg |
Originally Posted by DGL
(Post 2293632)
Woo hoo...it worked on a different laptop. What is the reason for this? I'll like to use my surface pro 6 for updates.
Glad you got it done in the end, regardless of how. So, have you installed the ADU in your car yet? :) |
Originally Posted by DGL
(Post 2293632)
Woo hoo...it worked on a different laptop. What is the reason for this? I'll like to use my surface pro 6 for updates.
https://cimg6.ibsrv.net/gimg/www.jag...9db3c7fd92.jpg |
All times are GMT -5. The time now is 11:24 AM. |
© 2024 MH Sub I, LLC dba Internet Brands