Search found 4 matches
- Tue Nov 16, 2021 8:50 am
- Forum: Freematics Software
- Topic: Program Fuse / Memory Lock Bits
- Replies: 1
- Views: 3935
Re: Program Fuse / Memory Lock Bits
I've tried the following things to program the lock bits: Platform I/O Configuration I'm using Visual Studio Code... The platformio.ini file is as follows: ;start of file [env:uno] platform=atmelavr board=uno framework=arduino monitor_speed=115200 upload_flags = -Ulock:w:0xFC:m lib_extra_dirs=../lib...
- Mon Nov 15, 2021 11:23 am
- Forum: Freematics Software
- Topic: Program Fuse / Memory Lock Bits
- Replies: 1
- Views: 3935
Program Fuse / Memory Lock Bits
H/W - Freematics One
Is there a way to program the fuse and/or memory lock bits through the micro USB connection?
Thanks,
DB
Is there a way to program the fuse and/or memory lock bits through the micro USB connection?
Thanks,
DB
- Tue Sep 07, 2021 11:04 pm
- Forum: Freematics Products
- Topic: Cannot Monitor CANBUS Data
- Replies: 13
- Views: 30647
Re: Cannot Monitor CANBUS Data
Sorry, I posted by accident before finishing my thought... NOTE: I slightly altered the library to make receive a public function. then in the arduino loop, I'm calling this: Serial.println("Listen for data on the bus."); boolean DataReceived = false; char buf[32]; DataReceived = obd.recei...
- Tue Sep 07, 2021 10:57 pm
- Forum: Freematics Products
- Topic: Cannot Monitor CANBUS Data
- Replies: 13
- Views: 30647
Re: Cannot Monitor CANBUS Data
Hi Stanley, HW: Freematics One SW: https://github.com/stanleyhuangyc/Freematics/tree/master/libraries/FreematicsONE I'm stuck right now trying to determine if the ignition is on / off. My initial thought was to periodically check the accel and see if the vehicle is moving. This won't work for me bec...