Firmware 10.0 Notes

From Idrive
Jump to navigation Jump to search

Summary

Firmware 10.0( - beta)

Bug fixes

RTC issue fix - correction for GPS log

Wifi reconnect timeout fix.


New Features

Image capture modes

Selectable image resolution

Scheduled events

New type of event.
The device triggers event on a defined time interval(periodic) or random period ( minimum defined time interval + random period)

Different g-force value for sleep mode;

WiFi transfer protocol improvements;

Support for Factory Tool 2.0 & V7.x boards;

New configuration file format (size.cfg) & compatible to version 9.6 configuration files.

size.cfg File Format

File Contents by line as shown in example below

Event Types, Length, Gforces (lines 1 - 7)

8,0.5,0.3 sock[\n] - Shock event size/2 , G-force Value for event mode, G-force Value for sleep mode
8 door[\n] - Door event size/2
10 panic[\n] - Panic event size/2
10 wpanic[\n] - Wire panic event size/2
6 alarm[\n] - Alarm event size/2
6 shutdown[\n] - Power off event size/2
6 start[\n] - NOT USED

Event Led ON/OFF (line 8)

1111111111[\n] - Event Led ON/OFF (1=ON, 0=OFF)
from left to right, each character
[0/1] shock event;
[0/1] door event;
[0/1] panic event;
[0/1] wpanic event;
[0/1] alarm event;
[0/1] Power off event;
[0/1] NOT USED;
[0/1] Scheduled event;
[0/1] speed event;
[0/1] super speed event;

Periodic events (line 9)

0,4,0,2,3[\n] - Scheduled events
comma separated values, from left to right
[0/1] disable/enable event;
[1-120] event size / 2;
[0/1] 0 = Periodic, 1 = Random ;
[10-1440] interval min
[10-1440] interval max

SPEED EVENTS (Line 10)

0,8,27,5[\n] - SPEED EVENTS
comma separated values, from left to right
[0/1] disable/enable event;
[1-120] event size / 2;
[1-120] speed limit(KNOTS);
[1-120] time limit(seconds);

SUPER SPEED EVENTS (Line 11)

0,9,38,5[\n] - SUPER SPEED EVENTS
comma separated values, from left to right
[0/1] disable/enable event;
[1-120] event size / 2;
[1-120] speed limit(KNOTS);
[1-120] time limit(seconds);

SLEEP MODE TIME (Line 12)

1800[\n] - SLEEP MODE TIME(see details)

[0-86400] time period(seconds)

Resolution Mode , Sound ON/OFF , Log ON/OFF (Line 13)

3,1,0[\n]
Image capture modes(resolution, frames per second) Values 1 - 9
1 1600x1200, 8 fps
2 1200x960, 8 fps
3 1024x768, 8 fps (DEFALUT)
6 800x600, 8 fps
9 640x480, 8 fps
Sound ON/OFF (1=ON, 0=OFF)
Log ON/OFF (1=ON, 0=OFF)

(accelerometer Forward on/off, acc Lateral on/off, acc Vertical on/off) (Line 14)

1,1,0
Forward ON/OFF (1=ON, 0=OFF)
Lateral ON/OFF (1=ON, 0=OFF)
Vertical ON/OFF (1=ON, 0=OFF)

Notes

Please note that there is no need for size.cfg file update, firmware 10.0 will use default values for variables that could not be found on file. This will set the resolution to 1024x768(mode 3) and use the existing g-force value(shock.cfg file).

Update archive contains 4 files(DriveEye, portc.ko, camera.ko, event.ko) and all of them must be copied to BETA folder(see Radu’s email)

Very important! Please stop the CC Transfer service while you will copy the firmware files under BETA folder.

Sample Size.cfg file

8,0.5,0.3 sock
8 door
10 panic
10 wpanic
6 alarm
6 shutdown
6 start
1111111111
0,4,0,2,3
0,4,65,5
0,4,75,5
1800
3,1,0
1,1,0