Difference between revisions of "Firmware 10.0 Notes"
Jump to navigation
Jump to search
Line 177: | Line 177: | ||
:1800 | :1800 | ||
− | :3 | + | :3,0,0 |
Revision as of 14:44, 26 April 2013
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
Event Types, Length, Gforces
- 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)
- 1111111111[\n] - Event Led ON/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;
Scheduled events
- 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
- 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)
- 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
- 1800[\n] - SLEEP MODE TIME(see details)
[0-86400] time period(seconds)
Image capture mode (1-9)
- 3[\n] - Image capture mode (1-9)
- Image capture modes(resolution, frames per second)
- 1 1600x1200, 8 fps
- 2 1200x960, 8 fps
- 3 1024x768, 8 fps (DEFALUT)
- 6 800x600, 8 fps
- 9 640x480, 8 fps
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,0,0