Difference between revisions of "Firmware 9.9 Specs"
Line 37: | Line 37: | ||
1. Trigger Events - the device will wake up and start recording from that specific moment = Wake Up Event (24 seconds) | 1. Trigger Events - the device will wake up and start recording from that specific moment = Wake Up Event (24 seconds) | ||
+ | |||
+ | 2. Timer - the device will remain in the Sleep Mode 72 hours (this value can be set from Config file), after Sleep Mode and if no IGN ON the device will shut down. | ||
+ | |||
+ | 3. If IGN ON the device will enter in Event Mode (without restart) | ||
+ | |||
+ | 4. Optional! In Sleep Mode the device can go in Transfer Mode ever hour or so (adjustable from Config file) | ||
==New Features== | ==New Features== |
Revision as of 13:34, 7 September 2012
Summary
Changes, Updates and New Features
Important! Need to create a single modular Firmware that can work with all old (v5) devices, current boards (v7, v8) and future devices (Idrive X2).
Code Improvements
Single Config File
Config File Structure
7/8 stable frames
Set lower values for SDRAM
Sleep Mode
On 9.6 firmware we have 3 modes: Test, Event, Transfer.
The Sleep Mode will be optional by checking a variable in the Config file.
The device will enter the Sleep Mode after Transfer Mode.
Sleep Mode Initialization
1. Stop the IR Led power (shut the IR leds off)
2. Stop the buffering (video, audio, GPS, etc)
3. Stop both cameras
4. Stop the GPS logger
Sleep Mode Functionality
1. Trigger Events - the device will wake up and start recording from that specific moment = Wake Up Event (24 seconds)
2. Timer - the device will remain in the Sleep Mode 72 hours (this value can be set from Config file), after Sleep Mode and if no IGN ON the device will shut down.
3. If IGN ON the device will enter in Event Mode (without restart)
4. Optional! In Sleep Mode the device can go in Transfer Mode ever hour or so (adjustable from Config file)