Bertrand Lemasle
|
32be4cf9e5
|
Started some real work around a gps tracker postions server.
|
pirms 7 gadiem |
Bertrand Lemasle
|
ba971f712a
|
Introduced constant for the "no network" bail out
|
pirms 7 gadiem |
Bertrand Lemasle
|
b8aed99418
|
Added project for python server that will receive gps tracker positions
|
pirms 7 gadiem |
Bertrand Lemasle
|
e77f5aac48
|
Gave some more space for the "no network" bail out
|
pirms 7 gadiem |
Bertrand Lemasle
|
9ccd312144
|
Sending freeRam and gsm signal attenuation along with position for debugging purpose
|
pirms 7 gadiem |
Bertrand Lemasle
|
f47ab930e4
|
Changed network backup configuration
|
pirms 7 gadiem |
Bertrand Lemasle
|
cb75225139
|
Cleaned up code of freeRam debugs. Cleaned commented code
|
pirms 7 gadiem |
Bertrand Lemasle
|
2273ed1464
|
Adjusted sleep timings
|
pirms 7 gadiem |
Bertrand Lemasle
|
f5b38feed3
|
Do not wait the full time when no gsm signal can be found
|
pirms 7 gadiem |
Bertrand Lemasle
|
c12fc78f7d
|
Fix sleep time at night
|
pirms 7 gadiem |
Bertrand Lemasle
|
1b8e898a9b
|
Introduced speed timing variations based on time of the day
|
pirms 7 gadiem |
Bertrand Lemasle
|
27c290dd5b
|
Added detected velocity and sleep timing when setting false gps coordinate
|
pirms 7 gadiem |
Bertrand Lemasle
|
6b19ce95d3
|
Adjusted speed timings
|
pirms 7 gadiem |
Bertrand Lemasle
|
878f509e4b
|
Reduced sleeping time for debugging purpose, and menu timeout is not effective after first command
|
pirms 7 gadiem |
Bertrand Lemasle
|
a093a1ea47
|
Revert "Removed menu timeout, that was a bad idea"
This reverts commit 92c6a34fef .
|
pirms 7 gadiem |
Bertrand Lemasle
|
c0febe7fd6
|
Force the hand to obtain an accurate fix when possible. To be improved (intermediate timeout between fix / accurate fix and no fix at all)
|
pirms 7 gadiem |
Bertrand Lemasle
|
039e2c98ad
|
Removed menu timeout, that was a bad idea
|
pirms 7 gadiem |
Bertrand Lemasle
|
838c2c3b62
|
Fixed maxEntryIndex being set to 6 as eeprom is not initialized on static init.
|
pirms 7 gadiem |
Bertrand Lemasle
|
6a2a305cd1
|
Adjusted log levels
|
pirms 7 gadiem |
Bertrand Lemasle
|
d66789faed
|
Code cleanup etc
|
pirms 7 gadiem |
Bertrand Lemasle
|
dc106a1ce2
|
Fixed _DEBUG vs !_DEBUG. Fixed code delcarations when network backup is disabled
|
pirms 7 gadiem |
Bertrand Lemasle
|
eea6c85b9d
|
Removed _DEBUG define for release configuration
|
pirms 7 gadiem |
Bertrand Lemasle
|
bbbc829b7f
|
Defined configuration constants. Added a timeout to the menu. The goal is to automatically run normally at boot if no input is detected
|
pirms 7 gadiem |
Bertrand Lemasle
|
4ecb38a8ea
|
Added debug functions to print sleeep times based on velocity
|
pirms 7 gadiem |
Bertrand Lemasle
|
5815e5c8d4
|
Avoid to backup positions if no positions have been saved at all
|
pirms 7 gadiem |
Bertrand Lemasle
|
fe7723c9d9
|
getVelocity() returns 0 when parsing from lastPosition fails
|
pirms 7 gadiem |
Bertrand Lemasle
|
01f3a488a1
|
Added some code to reduce the effect of a gps fix that would indicate no speed, leaving the device in sleep mode for too long
|
pirms 7 gadiem |
Bertrand Lemasle
|
4d8986d485
|
Saving network backup progress into eeprom
|
pirms 7 gadiem |
Bertrand Lemasle
|
30a99cb251
|
Working network positions backup
|
pirms 7 gadiem |
Bertrand Lemasle
|
5bbf96694e
|
For now expected code is 200 as most of the online request bin like respond with that code
|
pirms 7 gadiem |
Bertrand Lemasle
|
4864d8d9c1
|
Messed up state where I try to gain some RAM
|
pirms 7 gadiem |
Bertrand Lemasle
|
ba9531f2dd
|
Display signal quality while searching for network
|
pirms 7 gadiem |
Bertrand Lemasle
|
7159d83009
|
Fixed debug print from Positions::get
|
pirms 7 gadiem |
Bertrand Lemasle
|
dfae1a9a34
|
Fixed timeout for gsm and gps overflow uint16
|
pirms 7 gadiem |
Bertrand Lemasle
|
00f5660f52
|
Fixed Gprs being disabled after CFUN has been set to the minimum
|
pirms 7 gadiem |
Bertrand Lemasle
|
7a9987c78a
|
Improved gprs activation in NetworkPositionsBackup
|
pirms 7 gadiem |
Bertrand Lemasle
|
c7c7652d1f
|
Fixed main unit being woke up by SoftwareSerial interrupts
|
pirms 7 gadiem |
Bertrand Lemasle
|
5d9920d3c4
|
Added doBackup debug command
|
pirms 7 gadiem |
Bertrand Lemasle
|
0be4128850
|
Removed sim808 powerOn / off on startup to improve startup speed
|
pirms 7 gadiem |
Bertrand Lemasle
|
2c35fbe0f1
|
Implemented wait for network. Call backups directly to face what seems to be a segfault in positions::doBackup
|
pirms 7 gadiem |
Bertrand Lemasle
|
1ce692f9e4
|
Blind implementation of network positions backup
|
pirms 7 gadiem |
Bertrand Lemasle
|
f7679c8187
|
Transformed config seed into uint8_t and removed apn from config
|
pirms 7 gadiem |
Bertrand Lemasle
|
9143e494eb
|
Conditionnal includes of backup code work for more than one implementation
|
pirms 7 gadiem |
Bertrand Lemasle
|
fda3aaa2c7
|
Conditionnaly include sdcard backup into code
|
pirms 7 gadiem |
Bertrand Lemasle
|
f4ed7d4b5b
|
Merge branch 'master' into sdcard
# Conflicts:
# GpsTracker/GpsTracker.vcxproj
|
pirms 7 gadiem |
Bertrand Lemasle
|
2f5fa03d61
|
Time3.h has been removed from uDS3231 library
|
pirms 7 gadiem |
Bertrand Lemasle
|
b64990c0a5
|
Code cleanup after DS3231 trim
|
pirms 7 gadiem |
Bertrand Lemasle
|
f4516c0301
|
Switched time reading and writing to parameter based function rather than private variables
|
pirms 7 gadiem |
Bertrand Lemasle
|
84e09577ae
|
Use tmElements_t struct (offset from 2000) to set and get time
|
pirms 7 gadiem |
Bertrand Lemasle
|
31fcdba7c0
|
Adapted code to uDS3231 code trim
|
pirms 7 gadiem |