2020-10-07 09:46:25 +00:00
|
|
|
You probably don't care about this ugly file of personal notes ;-)
|
2020-10-01 17:03:23 +00:00
|
|
|
|
2020-10-05 06:43:44 +00:00
|
|
|
for taiwan region:
|
|
|
|
bin/run.sh --set region 8
|
|
|
|
|
2020-10-06 01:43:00 +00:00
|
|
|
time only mode
|
|
|
|
./bin/run.sh --set gps_operation 3
|
|
|
|
|
2020-10-07 03:44:30 +00:00
|
|
|
ublox parsing failure
|
|
|
|
|
2020-10-06 04:45:19 +00:00
|
|
|
record power measurements and update spreadsheet
|
2020-10-06 03:48:53 +00:00
|
|
|
|
SX1262: fix serious bug with detecting if we have a rx packet in progress
Could cause hangs on the way into sleep (and enormous power consumption).
Instead of checking for rx packet length (which only changes at completion)
check if we've received preamble bits but haven't yet received a completed
packet interrupt.
notes:
wait to sleep loop problem
radio wait to sleep, txEmpty=0
radio wait to sleep, txEmpty=0
radio wait to sleep, txEmpty=0
radio wait to sleep, txEmpty=0
radio wait to sleep, txEmpty=0
radio wait to sleep, txEmpty=0
Can not send yet, busyRx
radio wait to sleep, txEmpty=0
radio wait to sleep, txEmpty=0
radio wait to sleep, txEmpty=0
radio wait to sleep, txEmpty=0
radio wait to sleep, txEmpty=0
radio wait to sleep, txEmpty=0
radio wait to sleep, txEmpty=0
radio wait to sleep, txEmpty=0
vs normal run
radio wait to sleep, txEmpty=0
radio wait to sleep, txEmpty=0
radio wait to sleep, txEmpty=0
radio wait to sleep, txEmpty=0
radio wait to sleep, txEmpty=0
radio wait to sleep, txEmpty=0
radio wait to sleep, txEmpty=0
radio wait to sleep, txEmpty=0
radio wait to sleep, txEmpty=0
radio wait to sleep, txEmpty=0
radio wait to sleep, txEmpty=0
radio wait to sleep, txEmpty=0
radio wait to sleep, txEmpty=0
radio wait to sleep, txEmpty=0
radio wait to sleep, txEmpty=0
Starting low level send (id=0x53fe1dd0 Fr0xe5 To0xff, WantAck0, HopLim3 encrypted)
Completed sending (id=0x53fe1dd0 Fr0xe5 To0xff, WantAck0, HopLim3 encrypted)
2020-10-07 05:43:51 +00:00
|
|
|
make sure we are turning off lora radio in deep sleep
|
|
|
|
|
2020-10-05 06:43:44 +00:00
|
|
|
have loop methods return allowable sleep time (from their perspective)
|
|
|
|
increase main cpu sleep time
|
|
|
|
|
|
|
|
warn people about crummy gps antennas - add to faq
|
|
|
|
|