Commit Graph

727 Commits (75a3fcdd4cb48d802967d8445bbc4e1e63da8bbd)

Author SHA1 Message Date
alanbjohnston 2ffd487802
Added station ID in CW Morse using Direwolf gen_packets
6 years ago
Alan Johnston 6f719f91f8 read callsign from sim.cfg file
6 years ago
Alan Johnston d50f89ecfc fixed bug in telem.c
6 years ago
alanbjohnston 4cefb93971
voltage x 100
6 years ago
alanbjohnston 102331d6fa
actual v and i telemetry
6 years ago
alanbjohnston f4e36354ca
battery voltage x 100
6 years ago
alanbjohnston d0bf92e0e4
typo
6 years ago
alanbjohnston b4d9863d65
added current as well as voltage encoding in fox
6 years ago
Alan Johnston daa93ff053 BPSK not working
6 years ago
Alan Johnston 35e97006af better vB3, TFB, and vB4 determination
6 years ago
alanbjohnston cbd1a85f83
typo
6 years ago
alanbjohnston 3d9cf80913
added batteryThreshold with auto shutdown
6 years ago
Alan Johnston de30dc6eda not sure if TFB LEDs working
6 years ago
Alan Johnston a671aecb2a added LED default for vB3 only board
6 years ago
Alan Johnston f128bc6803 vB4 sensing and LEDs working
6 years ago
Alan Johnston 0be5b7342e TFB sensing and tx LED
6 years ago
Alan Johnston 4aafa43afe argument changed to loop count, cycle per reset
6 years ago
Alan Johnston 2bae990de8 FSK and BPSK working with sleepTime and 3000
6 years ago
Alan Johnston 2133853aa9 cycle partial, sleep(0.5) works, samplePeriod gives BPSK 1 Radiation Error
6 years ago
Alan Johnston c4e86f6a9b BPSK working?
6 years ago
Alan Johnston 2c4f80d66d FSK and BPSK works sort of
6 years ago
Alan Johnston 6bd2050f0b FSK 1 working but BPSK no decodes
6 years ago
Alan Johnston d750b6dbd3 working sampleTime - 500 ms
6 years ago
Alan Johnston a006157417 working TFB
6 years ago
Alan Johnston 1ba9a2d372 not working
6 years ago
Alan Johnston 0279f5eb60 fixed socket write length bug
6 years ago
alanbjohnston 71d168dccf
removed curl
6 years ago
alanbjohnston c3a88ff432
changed to i2c 4 and removed tempSensor
6 years ago
alanbjohnston c414e1d2b8
changed to ic2 4
6 years ago
alanbjohnston b705ed4bbb
changed to i2c-3 bus
6 years ago
alanbjohnston 8c1b666f0a
changed to i2c-3
6 years ago
alanbjohnston c25755484c
added default frameCnt if not specified as an argument to avoid crash
6 years ago
alanbjohnston 9c22441e13
added BPF error text
6 years ago
alanbjohnston 07ea618e50
added pullup test
6 years ago
alanbjohnston 4ecd3074f5
adding read to GPIO22
6 years ago
alanbjohnston aeb1e6059e
added green and blue LED control
6 years ago
alanbjohnston fa25410cfe
fixed I2C address
6 years ago
alanbjohnston bfe8596617
fixed I2C address
6 years ago
alanbjohnston fff2d3c755
updated with I2C addresses for new vB4 PCB
6 years ago
alanbjohnston 6d6a8c48f6
changed I2C addresses to match vB4 PCB
6 years ago
alanbjohnston d982023221
moved firstTime to only avoid sleep(3) not writing values
7 years ago
alanbjohnston 8acb8306fe
reducing sleep by 2 in AFSK
7 years ago
alanbjohnston a3ebcb97da
Update main.c
7 years ago
alanbjohnston 32d16380a2
LED AFSK
7 years ago
alanbjohnston 7d4cf1bd71
changed LED for AFSK
7 years ago
alanbjohnston ada7bc15d4
fixed LED on AFSK
7 years ago
alanbjohnston 45851ed13f
only do digitalWrite when not transmitting
7 years ago
alanbjohnston 6be96fe44b
fixed LED
7 years ago
alanbjohnston 6bbda34af4
LED test
7 years ago
alanbjohnston 2194619af7
fixed blue LED
7 years ago
alanbjohnston 26a515d926
added firstTime detection to write frame of zeros, blue LED off during sleep(3);
7 years ago
alanbjohnston 972ae85829
fixed order of telem, removed 10x scaling
7 years ago
Alan Johnston 98bd2b5775 Working FSK telem
7 years ago
alanbjohnston 8d57f47c62
added telem value set
7 years ago
alanbjohnston f2c6f9643d
added more delay
7 years ago
alanbjohnston f335e388dc
fixed temp and extra delays in AFSK
7 years ago
alanbjohnston 9ffb00acc7
fixed timing of AFSK
7 years ago
alanbjohnston ee9feab8e2
position of cycle mode change
7 years ago
alanbjohnston c0801cedc8
changed callsign, made cycle alternate each time running
7 years ago
alanbjohnston 5fc7dd9199
changed back
7 years ago
alanbjohnston a52973ea58
no 2x on send test
7 years ago
alanbjohnston 9a399017d3
cycle starting with FSK
7 years ago
alanbjohnston 05fa436f60
Just FSK and BPSK cycle
7 years ago
alanbjohnston 0fbf5aff3f
always kill processes after frameCnt
7 years ago
alanbjohnston aa899f0222
fixed mode changing
7 years ago
alanbjohnston 08b76359b5
Update main.c
7 years ago
alanbjohnston 57d5b2f543
cycle debugging
7 years ago
alanbjohnston eedd8ac138
cycle fix
7 years ago
alanbjohnston 0538c5bebf
changed from cycle true false to ON/OFF
7 years ago
alanbjohnston e5dbe67546
fixed true/false
7 years ago
alanbjohnston 91932f58d1
fixed cycling error
7 years ago
alanbjohnston 86c2b124f0
typo
7 years ago
alanbjohnston 73c7c9d85d
added c parameter for cycle through modes, number parameter is now framCnt, recommended to be 3
7 years ago
alanbjohnston d7ee690066
starting with FSK
7 years ago
alanbjohnston e933ac7315
defaults to FSK, added afsk command line setting
7 years ago
alanbjohnston 926185ac80
Update main.c
7 years ago
alanbjohnston e26535aca3
Update main.c
7 years ago
alanbjohnston e568f2a925
added killall before AFSK
7 years ago
alanbjohnston 3d32dc0a67
fixed delays around AFSK mode
7 years ago
alanbjohnston a0f6f3a8c2
fixed AFSK looping
7 years ago
alanbjohnston 7c21ce36dc
Update main.c
7 years ago
alanbjohnston e5aa68cfeb
send 3 AFSK packets, shift frequency 3 Hz lower
7 years ago
alanbjohnston 4429dd66c9
fixed tlm_str and str errors
7 years ago
alanbjohnston f3748dffec
Update main.c
7 years ago
alanbjohnston 8ee7a590f3
fixed str typos
7 years ago
alanbjohnston f5d02d5269
added back rpitx afsk code
7 years ago
alanbjohnston 4fb1c99a1a
added socket_open = 0; after closing of socket
7 years ago
alanbjohnston 7f4b533b8f
Update main.c
7 years ago
alanbjohnston 1fb9fbe0b8
BPSK frame count to 3, added debugs
7 years ago
alanbjohnston 43c2f57033
turned on mode alternation
7 years ago
alanbjohnston 4de0c85706
more kill -9
7 years ago
alanbjohnston 80a48603d5
removed rpitxStatus reset on errors to try to figure out sendiq multiplication
7 years ago
alanbjohnston 6134164b02
fixed 0xa5
7 years ago
alanbjohnston c4e6e9ae6a
frameCnt back to 3.
7 years ago
alanbjohnston e1644a7fcb
cleared buffer with a5 instead of 0.
7 years ago
alanbjohnston 199a623fdc
try 2x send
7 years ago
alanbjohnston a7b4bb3896
plus 1 instead of round
7 years ago
alanbjohnston 34b849f332
fixed roundup
7 years ago
alanbjohnston c5931f609d
made float
7 years ago
alanbjohnston 9b6df1c3cd
changed send to only send half of buffer
7 years ago

Powered by TurnKey Linux.