Skip to content

Commit ffaf11f

Browse files
committed
How to understand the console output Values
1 parent 317ca82 commit ffaf11f

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ Thu Dec 31 23:00:00 2020: This image is not provisioned
612612

613613
*** VANMOOF S3/X3 Monitor Program ***
614614

615-
BLE MAC Address: "f8:8a:5e:4f:9e:cb"
615+
BLE MAC Address: "f8:8a:5e:ff:ff:ff"
616616

617617
Device name ................ : ES3-F88A5EFFFFFF
618618
Firmware version ........... : 1.04.01
@@ -686,7 +686,7 @@ ES3 v1.08.02
686686
```console
687687
> ble-info
688688
number of connections: 0/3
689-
Device address: cb:9e:4f:5e:94:f8
689+
Device address: cb:9e:4f:ff:ff:ff
690690
```
691691

692692
```console
@@ -751,7 +751,18 @@ Disable Advertise
751751
### GSM Modem (gsmdebug)
752752
See Chris Repo. You need to use AT Commands. The Modem is directly attached to the UART Output.
753753

754+
### Reading the Console Values
755+
756+
Interesting for me is LiPOSOC and BMSSOC
757+
758+
```
759+
TIME; LiPOSOC; BMSSOC; BATTEMP; BATVOLTAGE; BATCURRENT; MOTORCURRENT; MOTORTMP; DRIVERTMP; SPEED; ODO; BOOST; LUX; BATDSG
760+
01/00:11:04; 0.0; -1; -247.-6; 0.00; 0.00; 0.0; 0; 0; 0.0; 4119.5; 0; 0; 0
761+
```
762+
754763
### Update mainware Firmware by updating shadow
764+
Make sure that it is either an original Firmware or if modified the CRC32 and Magic Values are correct.
765+
755766
```console
756767
'MT' (@) 2019 STM32F4, Stop
757768
top

0 commit comments

Comments
 (0)