Commit Graph

730 Commits (a67c0b961375b1e2b2fc164f80c979f66d778723)

Author SHA1 Message Date
alanbjohnston f2bc637f1e
include <errno.h>
7 years ago
alanbjohnston 720f804053
added strerror(errno) for send()
7 years ago
alanbjohnston a4d6a7e571
added printf of return value of send()
7 years ago
alanbjohnston 8ae05e2511
fixed dim of buffer
7 years ago
alanbjohnston 07ad5ec59f
Update main.c
7 years ago
alanbjohnston f45bbc645b
made buffer a global
7 years ago
alanbjohnston 16a8aafcb6
print out max bufLen
7 years ago
alanbjohnston 0172a63445
Update main.c
7 years ago
alanbjohnston 6471317960
Update main.c
7 years ago
alanbjohnston bc4ead6f88
added alt to buffer which alternates between 0 and 1
7 years ago
alanbjohnston 3be637dae6
commented out changing mode
7 years ago
alanbjohnston 3482f3a298
printf get_tlm
7 years ago
alanbjohnston 5d4f0d5a08
pre increment mode
7 years ago
alanbjohnston 8eb069b1f8
added modulo printf
7 years ago
alanbjohnston e9cc3e187a
fixed divide by 0
7 years ago
alanbjohnston 2903c8dc05
moved mode settings into loop
7 years ago
alanbjohnston ec22b535d1
incrementing mode modulo 3
7 years ago
alanbjohnston 8f22a0c0a8
works for FSK and BPSK with two sleep(1)s
7 years ago
alanbjohnston 830771d17d
put back in 1 sleep(1)
7 years ago
alanbjohnston 59d66b92d3
added > /dev/null 2>&1 to fuser
7 years ago
alanbjohnston 6dfeda59a0
added > /dev/null 2>&1 to kill
7 years ago
alanbjohnston 87abd8aa70
removed most sleep(1)
7 years ago
alanbjohnston 7adeb180a9
Update main.c
7 years ago
alanbjohnston cdb8e1a216
added sleep(1) after popoens
7 years ago
alanbjohnston ecea1398ae
added sleep(1) after rpitx
7 years ago
alanbjohnston 04e2813782
Update main.c
7 years ago
alanbjohnston 1f28d94643
typos
7 years ago
alanbjohnston 7ceaa6251a
added popens for nc and rpitx commands
7 years ago
alanbjohnston 611c99b3c1
back to h[6] again
7 years ago
alanbjohnston 89816feb70
changed to h[7]
7 years ago
alanbjohnston 0233994ba6
fixed BPSK fox id of 99 in h[6]
7 years ago
alanbjohnston aa2c676c04
added while for loop
7 years ago
alanbjohnston 29365849b0
Update main.c
7 years ago
alanbjohnston f70a784a2b
fixed pointer
7 years ago
alanbjohnston 09b34ba11a
added loop variable from argv[2]
7 years ago
alanbjohnston c7cf8f9a59
Update main.c
7 years ago
alanbjohnston 8c45e7cf84
if argv is 'b' then BPSK mode
7 years ago
alanbjohnston 71d4d04774
added id = 99 for BPSK
7 years ago
alanbjohnston 2bf87ac79c
trying BPSK
7 years ago
alanbjohnston fb1a3dd426
removed b10 and h10
7 years ago
alanbjohnston 1c60563a5c
added if mode ==
7 years ago
alanbjohnston 97571e6d64
removed data[]
7 years ago
alanbjohnston 165b1b946a
fixed dataLen value
7 years ago
alanbjohnston c621eef947
fixed write_wave
7 years ago
alanbjohnston dd0d7cc4eb
Update main.c
7 years ago
alanbjohnston 1459938b67
moved buffer
7 years ago
alanbjohnston e4dcb26a00
moved data8 and other variables
7 years ago
alanbjohnston bfa703a12c
Update main.c
7 years ago
alanbjohnston c71c5b974e
Update main.c
7 years ago
alanbjohnston ebcb84b2d2
moved variables
7 years ago
alanbjohnston 39f76f4156
changing to variables part 2
7 years ago
alanbjohnston fa5ffa55a2
changed from macros to variables - part 1
7 years ago
alanbjohnston e1dc4174e3
turned off LED at start
7 years ago
alanbjohnston 0e89c8da0c
added LED on/off on socket write
7 years ago
alanbjohnston 90920c19cb
FSK
7 years ago
alanbjohnston 0f7af2be1a
changed NaN to 0's, added value check and set fd = -1 if not present
7 years ago
alanbjohnston c3d58f88db
replaced NaN with 0; and tested value for -1 and set fd -1 if not present on bus
7 years ago
alanbjohnston ef6b75dd03
BPSK
7 years ago
alanbjohnston 512bdf538a
Update main.c
7 years ago
alanbjohnston 899838f442
FSK
7 years ago
alanbjohnston 0fb1b95438
BPSK
7 years ago
alanbjohnston 4119e36367
back to continuous and 3 frames of FSK
7 years ago
alanbjohnston 469213cc4d
loop once
7 years ago
alanbjohnston 86646db527
writing transmit.wav and 60 frames sleep(2)
7 years ago
alanbjohnston aae927e049
trying FRAME_CNT 2
7 years ago
alanbjohnston 910c56a6c3
Trying sleep(2);
7 years ago
alanbjohnston 8d52549c9a
Really setting to FRAME_CNT 3
7 years ago
alanbjohnston dcdf7d2c75
Went wrong way, reduced to sleep(3);
7 years ago
alanbjohnston af51b37447
Back to 3, increasing to sleep(5)
7 years ago
alanbjohnston 7733716d7e
Trying FRAME_CNT 4
7 years ago
alanbjohnston 8d22f46e6c
Trying FRAME_CNT 2
7 years ago
alanbjohnston a3e8021702
Increased FRAME_CNT to 14 to see if get better reception
7 years ago
alanbjohnston 8207918d23
back to FSK
7 years ago
alanbjohnston 4c3844ebbb
added frames per sec display
7 years ago
alanbjohnston 8839232786
typo
7 years ago
alanbjohnston fd4b685a09
added mode printf with bits per frame display
7 years ago
alanbjohnston f678a32ef5
BPSK 3 frames at a time
7 years ago
alanbjohnston 45ffdfa29d
FSK, 3 frames per, 4 second delay
7 years ago
alanbjohnston 94c8afaa8a
BPSK amplitude is 3x FSK amplitude
7 years ago
alanbjohnston 19a95f767a
Continuous BPSK Working! Gets layout errors in FoxTelem
7 years ago
alanbjohnston 854ae7ed27
Trying BPSK continuous
7 years ago
alanbjohnston 3a872432e8
Working! Continuous FSK!
7 years ago
alanbjohnston 4ea2c7358a
Didn't work, added ctr=0 in for loop
7 years ago
alanbjohnston 41755fce40
Didn't work, trying enabling for loop
7 years ago
alanbjohnston 2e6d6f2ac3
trying to send multiple times over same socket
7 years ago
alanbjohnston bffd8b1289
Update main.c
7 years ago
alanbjohnston b6dfe6fe39
Working, added socket_open variable to check if socket already open
7 years ago
alanbjohnston 3fea286394
reverted to _old and cnt to 11
7 years ago
alanbjohnston bb177c6240
removed version marks
7 years ago
alanbjohnston 1bcbeac093
Update main.c
7 years ago
alanbjohnston e3a7560ff0
Old version
7 years ago
Alan Johnston e93326ceb6 Merge branch 'fox-encoding' of http://github.com/alanbjohnston/CubeSatSim into fox-encoding
7 years ago
alanbjohnston 74d22435ce
copied from Pi
7 years ago
Alan Johnston 82707cc9b8 changes done locally - BPSK still not working
7 years ago
alanbjohnston 363442c3e9
not working, set frames to 11, sleep to 20
7 years ago
alanbjohnston bf44a25ce6
not working, trying commenting out for loop
7 years ago
alanbjohnston 92d2feb081
increased sleep to 10
7 years ago
alanbjohnston bf6a4b0b7b
still not working, frame count back to 3
7 years ago
alanbjohnston 80c55fa16b
moved sleep to after socket write
7 years ago
alanbjohnston abae966267
no frames, increasing frame count to 5
7 years ago
alanbjohnston d246646e77
added sleep 5 before socket write
7 years ago
alanbjohnston c72e09af70
fixed variables
7 years ago
alanbjohnston 0a22a49c68
moved socket open to before for loop
7 years ago
alanbjohnston 8ef22a18e2
reset ctr to zero
7 years ago
alanbjohnston 4af3e531dd
for not working, reduced frame count to minimum of 3
7 years ago
alanbjohnston c6ac5f43eb
Turned on for loop
7 years ago
alanbjohnston d064285e6f
Seems to work! turned of WAV file write
7 years ago
alanbjohnston f81c883389
turned off popen transmit
7 years ago
alanbjohnston 02b78b26c5
Update main.c
7 years ago
alanbjohnston 4527882610
adding in socket write after WAV file write
7 years ago
alanbjohnston 280d85e43a
Changed DUV to FSK
7 years ago
alanbjohnston e912587c83
actually backing out memcpy changes
7 years ago
alanbjohnston b9b6b9c738
reverted memcpy changes
7 years ago
alanbjohnston 3379854f21
Create main_memcpy.c
7 years ago
alanbjohnston 44b260424b
Update main.c
7 years ago
alanbjohnston 08e0455945
Update main.c
7 years ago
alanbjohnston 9bc53de58d
moved initialization
7 years ago
alanbjohnston 3901f3dcf6
Update main.c
7 years ago
alanbjohnston ec0c5d2458
copied in changes from main3.c with memcpy
7 years ago
alanbjohnston 7dc9e960d8
copy of main prior to memcpy changes
7 years ago
alanbjohnston d32d6f8b67
Update main3.c
7 years ago
alanbjohnston 9f94782fa3
copy prior to memcpy changes
7 years ago
alanbjohnston 24cb0fe11f
Trying 11 frames
7 years ago
alanbjohnston 9d8fe09a5d
realized won't work as all 6 payloads have same header and hence timestamp
7 years ago
alanbjohnston 0a6bbe5e20
telem per payload
7 years ago
alanbjohnston fff3611321
copied to try telem per data frame
7 years ago
alanbjohnston 74de387895
Trying BPSK
7 years ago
alanbjohnston 59966713d6
sleep 1 to avoid duplicate times, 30 frames
7 years ago
alanbjohnston 8a7455944b
sleep 0.5 to make sure more than 1 sec, 20 in a row
7 years ago
alanbjohnston 441d166620
no sleep
7 years ago
alanbjohnston 13d117fdb5
Update main.c
7 years ago
alanbjohnston 8806efd67b
read telem each time, sleep only 0.5 sec
7 years ago
alanbjohnston 2ef456b82e
current telem instead of voltage
7 years ago
alanbjohnston 673cf8f48a
Update main.c
7 years ago
alanbjohnston 2866deabaf
added neg voltages and battery voltage and current to telem
7 years ago
alanbjohnston cd546883ff
added sendor read
7 years ago
alanbjohnston b1ab3c1df5
Update main.c
7 years ago
alanbjohnston 1d8b5fb15a
Update main.c
7 years ago
alanbjohnston 0eac3399d3
Update main.c
7 years ago
alanbjohnston 374c5cc9f9
added DUV FM modulation
7 years ago
alanbjohnston c869310518
Trying DUV
7 years ago
alanbjohnston 3b6e13d0be
reset back to one shot frame
7 years ago
alanbjohnston 1404b92960
trying continuous, 3 second delay
7 years ago
alanbjohnston e500a6d8c8
3 frames
7 years ago
alanbjohnston f349b32cd0
removed printfs in generation of wav, 2 frames
7 years ago
alanbjohnston aefd3b3b8f
Update main.c
7 years ago
alanbjohnston 170a4b7536
Update main.c
7 years ago
alanbjohnston d62bffa482
added sendiq transmit!
7 years ago
alanbjohnston b8afc693d9
Update main.c
7 years ago
alanbjohnston 2b3a59a0c0
Update main.c
7 years ago
alanbjohnston 90a868bfca
Update make_wav.h
7 years ago
alanbjohnston 57d8d0208a
Update make_wav.h
7 years ago
alanbjohnston 4fdd9907b9
Update main.c
7 years ago
alanbjohnston f5a6d0da6a
Update main.c
7 years ago
alanbjohnston 858bf55370
Update main.c
7 years ago
alanbjohnston d0d012fa4e
added make_wav.h
7 years ago
alanbjohnston 04038b143b
moved encode 8b10
7 years ago
alanbjohnston ca6c946bac
added Encode 8b10
7 years ago
alanbjohnston 96bc0732a1
Update main.c
7 years ago
alanbjohnston 0a828e8c7e
Update main.c
7 years ago
alanbjohnston c62971366e
Update main.c
7 years ago
alanbjohnston 8d1b188e3c
copied from make_wav
7 years ago
alanbjohnston ea05eb12a9
merged in make_wav code into get_tlm_fox
7 years ago
alanbjohnston 06729a79b7
typo
7 years ago
alanbjohnston f21b47a986
edits to latest Fox-1E telem variable names
7 years ago
alanbjohnston 68a7d50bba
cleanup
7 years ago
alanbjohnston d1dea70e41
defined header offset of 6
7 years ago
alanbjohnston f10681c776
fixed ihu_temp
7 years ago
alanbjohnston 56598af13c
added offset of 6 after header
7 years ago
alanbjohnston 88d28e718d
fixed ihu_cpu_temp
7 years ago
alanbjohnston 0466948964
added lots of fox telemetry fields
7 years ago
alanbjohnston 2b43ed0a68
added cpuTemp
7 years ago
alanbjohnston bdb81fb3d3
testing
7 years ago
alanbjohnston 3fa4178056
testing
7 years ago
alanbjohnston 4426ecf61e
temp
7 years ago
alanbjohnston 29b706f357
temp
7 years ago
alanbjohnston 94421b55a8
added fox telem temp
7 years ago
alanbjohnston 36366a478a
fixed hex printf
7 years ago
alanbjohnston 4810e91091
fixed printf
7 years ago
alanbjohnston 42d1aa3974
change printf
7 years ago
alanbjohnston f3bbad67bc
typo
7 years ago
alanbjohnston e47f058aac
typos in uint8_t
7 years ago
alanbjohnston eb70bd8394
fixed typo
7 years ago
alanbjohnston fb4abcf1c6
changed fmo str to uint_t b
7 years ago
alanbjohnston 8ba69a80d4
more tests of encode A & B
7 years ago
alanbjohnston bac819ac30
typos
7 years ago
alanbjohnston dbdceb5ed8
testing encodeA
7 years ago
alanbjohnston aae2a05dc6
more typos in ecode A & B usage
7 years ago
alanbjohnston 3a98fdfe90
typos in encode A and B
7 years ago
alanbjohnston dd2f70ca86
encode A and B functions added with tests
7 years ago
alanbjohnston 8c10819d60
adding parameters to fox telem
7 years ago
alanbjohnston 1b417de961
initialize fox telmetry to 0's
7 years ago
alanbjohnston 7547db7fb0
display fox telem as hex
7 years ago
alanbjohnston 935687812f
typo in get_tlm_fox
7 years ago
alanbjohnston 5f2b513675
added Fox telemetry formatting to get_tlm_fox
7 years ago
alanbjohnston 1f8069e757
added get_tlm_fox
7 years ago
alanbjohnston 82119b99b4
printf cleanup
7 years ago
alanbjohnston 1d40b91dd6
pointer passing to get_tlm
7 years ago
alanbjohnston 5485d9795f
moved AX.25 header out of get_tlm string str
7 years ago
alanbjohnston 4711c7fc4c
typo
7 years ago
alanbjohnston 3c2960980d
moving tlm array to get_tlm
7 years ago
alanbjohnston e214af7358
passed buffer to get_tlm instead of AO-7 array
7 years ago
alanbjohnston afed75decb
removed transmit
7 years ago
alanbjohnston a48687b744
disabled transmit
7 years ago
alanbjohnston 63af9ad620
moved Adafruit_INA219.h
7 years ago
alanbjohnston 4018f396ae
moving location of Adafruit_INA219.h
7 years ago
alanbjohnston 997631fc88
initial add
7 years ago
alanbjohnston a76d43c0c5
old code removal
7 years ago
alanbjohnston 0750ddba56
removed old file
7 years ago
alanbjohnston fa9b5ebc40
removed old file
7 years ago
alanbjohnston 1e784f1109
printf fix
7 years ago
alanbjohnston ff35fe2211
formatting fixes
7 years ago
alanbjohnston aa188e32f9
fixed temp
7 years ago
alanbjohnston 3db862c41b
added temp
7 years ago
alanbjohnston 7d099f362a
added sensor read variable
7 years ago
alanbjohnston eb6263830d
typos
7 years ago
alanbjohnston 70efb45f64
removed double print
7 years ago
alanbjohnston 3d9f423b6f
typos
7 years ago
alanbjohnston 9a84a873e0
added telem printfs
7 years ago
alanbjohnston 64670a843b
Added in sensor read and printf
7 years ago
alanbjohnston 8b8e0774d4
removed command line argument processing
7 years ago
alanbjohnston 916d025e06
remove stuff
7 years ago
alanbjohnston 2cf1191f3a
cleanup
7 years ago
alanbjohnston 94d5e94cf3
initial add of telemetry display function
7 years ago
alanbjohnston 29506570f1
turned off SatNOGS upload
7 years ago
alanbjohnston 1189628e9f
turned on SatNOGS upload
7 years ago
alanbjohnston 9b6ae0f027
old code removal
7 years ago
alanbjohnston 211c94a922
typo
7 years ago
alanbjohnston 81a605c3a6
changed tempSensor into struct
7 years ago
alanbjohnston a1607d6eb3
typos
7 years ago
alanbjohnston 598dcbb2a1
simplified configuration
7 years ago
alanbjohnston 95b816e9aa
rewrote confg_sensor
7 years ago
alanbjohnston 550d93b615
reset
7 years ago
alanbjohnston a931999042
swapped order of voltage and power reading
7 years ago
alanbjohnston f0849cd11d
added calc and config
7 years ago
alanbjohnston 52819fa7ad
a
7 years ago
alanbjohnston d7fb15541d
added calc write before power
7 years ago
alanbjohnston a9df2d2b38
changed power reading
7 years ago
alanbjohnston 8e98c1be19
cleaned up current, voltage, and power readings
7 years ago
alanbjohnston d3e546fba5
reverted current read
7 years ago
alanbjohnston ad35fdedba
Update main.c
7 years ago
alanbjohnston bc9d9125e8
Update main.c
7 years ago
alanbjohnston 6a51214407
50ms delay
7 years ago
alanbjohnston 200b33ed85
tried 2'c complement manual
7 years ago
alanbjohnston c2c56d3944
cleanup after paste and replacing current code too
7 years ago
alanbjohnston 4bcd29327e
typo
7 years ago
alanbjohnston 647a746081
removing wireRead by including code
7 years ago
alanbjohnston f7cf243f36
reverted to previously working with wireRead
7 years ago
alanbjohnston 0f9e1e0835
typo
7 years ago
alanbjohnston af3c96f3c3
fixed typo
7 years ago

Powered by TurnKey Linux.