Commit Graph

1653 Commits (master)

Author SHA1 Message Date
alanbjohnston 78b440aed7
added src>dst: to printf
7 years ago
alanbjohnston 78499e72d9
removed last printf
7 years ago
alanbjohnston 65b6fac1c3
added stdio.h
7 years ago
alanbjohnston 20178e9d7c
added printf of packet
7 years ago
alanbjohnston aa2148083c
added #ifdef DEBUG_LOGGING around INFO printf messages
7 years ago
alanbjohnston 568bab80e1
Fixed missing / in /dev/i2c-0
7 years ago
alanbjohnston c8db1e4f62
Added #ifdef DEBUG_LOGGING around all non-error printfs
7 years ago
alanbjohnston 799fd71444
Merge branch 'next-version' into code-cleanup
7 years ago
Jacob McLemore 2bfa17abfd Fix indentation in read_sensor_data
7 years ago
jmclemo6 73675b2f9f Change i2c sensor reading code to use the read_sensor_data function
7 years ago
jmclemo6 a59e0c3088 Add function and struct to read sensor data.
7 years ago
alanbjohnston 4bbdddddd9
Update main.c
7 years ago
alanbjohnston c0e3b9e70f
Autoranging error messages added
7 years ago
alanbjohnston 02133b00af
Update ax5043.c
7 years ago
alanbjohnston 2ae75ad8a7
autoranging with timeout
7 years ago
alanbjohnston 02ff2ecb32
autoranging bug fix
7 years ago
alanbjohnston d0ae44ea32
Testing change of RNG START bit test in ax5043_autoranging
7 years ago
alanbjohnston fbf6fa8c0c
Update main.c
7 years ago
alanbjohnston cd14848514
Update main.c
7 years ago
alanbjohnston 16cd676459
Update main.c
7 years ago
alanbjohnston f720278ce4
Update main.c
7 years ago
alanbjohnston f6a0888126
Update main.c
7 years ago
alanbjohnston ed6452ed25
Update main.c
7 years ago
alanbjohnston b24d1fcf83
Update main.c
7 years ago
alanbjohnston 0a36cc2f07
Update main.c
7 years ago
alanbjohnston 89f794331e
Update main.c
7 years ago
alanbjohnston b1f6e12f53
Update main.c
7 years ago
alanbjohnston 0c6805f1cd
Update main.c
7 years ago
alanbjohnston 0d51b46465
Update main.c
7 years ago
alanbjohnston 61c3790ad3
Update main.c
7 years ago
alanbjohnston 5d3131276e
Update main.c
7 years ago
alanbjohnston e4cbde2f88
Update main.c
7 years ago
alanbjohnston b893833d6c
Update main.c
7 years ago
alanbjohnston d6e1eceb5c
Update main.c
7 years ago
alanbjohnston 341356bf33
Update main.c
7 years ago
alanbjohnston 96d3b910a1
Update main.c
7 years ago
alanbjohnston 34481f4eb4
Update main.c
7 years ago
alanbjohnston 9e0e42617e
added calls to Adafruit_INA219 libs
7 years ago
Alan Johnston 2d8d802da5 testing c code not working
7 years ago
Alan Johnston b1ae87aa5e added CPU temp sensor to tlm
7 years ago
alanbjohnston 773b7b90b3
added modulo 24 to UTC calculation bug
7 years ago
alanbjohnston 40c5f4ea27
Fixed callsign
7 years ago
alanbjohnston 38fcb96a03
fixed -Z telem bug
7 years ago
alanbjohnston be415f1fab
fixed -Z telem bug
7 years ago
alanbjohnston df85a9440f
fixed -Z current bug
7 years ago
Alan Johnston 7f0ec0d1e8 curl seems to work
7 years ago
Alan Johnston f2f21cea26 still trying to get curl to work
7 years ago
Alan Johnston aacade364f almost working curl
7 years ago
Alan Johnston 304b366370 linked with libcurl4-openssl-dev
7 years ago
alanbjohnston 80549a39c1
added stdio.h
7 years ago
alanbjohnston 9561938724
added date and frame printing for curl
7 years ago
jmclemo6 3dbf81adf8 Change open calls to access
7 years ago
jmclemo6 55660e29fb Refactor afsk/main.c to have better formatting and use ifdef guards instead of commenting out logging.
7 years ago
jmclemo6 cc872f923b Change for loop to memset
7 years ago
Alan Johnston 7118098894 set channel to 0
7 years ago
Alan Johnston ba678c5625 tx_freq_hz sets frequency and tx_channel sets channel -50k step
7 years ago
Alan Johnston d81fff6df9 Arduio 4 register telemetry transmitted if present
7 years ago
Alan Johnston 7761aec9e9 started adding arduino telemetry
7 years ago
Alan Johnston 017a4b8960 fixed AX.25 header PID from 0x0f to 0xf0
7 years ago
alanbjohnston 3d4ad40a54
Changed Arduino I2C address to 0x4B
7 years ago
Alan Johnston 60e9a1da91 modified
7 years ago
Alan Johnston 8cf765a7d0 turned off autoranging on ax5043 to avoid freeze
7 years ago
alanbjohnston ab6e7b087c
turned on transmit again
7 years ago
alanbjohnston 60b548ba31
Update main.c
7 years ago
alanbjohnston cabbeb6ce3
Update main.c
7 years ago
alanbjohnston 9625b4943f
reactivated tlm
7 years ago
alanbjohnston 201ae20f67
Merge branch 'master' into i2c_ina219
7 years ago
Alan Johnston 8077763cf6 commented out conf_tx_path since it was locking up Pi Zero W sometimes!
7 years ago
Alan Johnston 007fada311 trying to find lockup - everything disabled
7 years ago
alanbjohnston 0b352d75ec
changed 1000 to 999 in fgets
7 years ago
Alan Johnston d9201fe636 changed 1000 to 999 on fgets
7 years ago
Alan Johnston 7918b87f2a i2c reg read from arduino payload
7 years ago
alanbjohnston a0437b6a74
Update main.c
7 years ago
alanbjohnston 66132de2f5
fixed i2c bus check for arduino
7 years ago
alanbjohnston 6bbc0ba496
check i2c-0 before using
7 years ago
Alan Johnston 43a44bccb2 Merge branch 'i2c_ina219' of http://github.com/alanbjohnston/CubeSatSim into i2c_ina219
7 years ago
Alan Johnston 91650f75ca blinking LED using WiringPi
7 years ago
alanbjohnston 725a9c4e9b
added -Z
7 years ago
Alan Johnston 8711c75523 removed sleep and readdata tab spacing:
7 years ago
Alan Johnston 9e53199bd3 updates
7 years ago
alanbjohnston 01e557a5d0
fixed current and y_current calculation
7 years ago
alanbjohnston 351ba53514
fixed y_current
7 years ago
alanbjohnston 601aa8ff10
Changed 1C, 1D, 2A, and 2B telemetry values transmitted
7 years ago
alanbjohnston b1d399ef9a
read i2c sensors
7 years ago
alanbjohnston e1f34d2480
i2c open for X- and Y-
7 years ago
alanbjohnston d3eacc9529
removed ;
7 years ago
alanbjohnston b2ceca87a5
added ina219.h
7 years ago
alanbjohnston 8148d7f6ac
created for c code reading of ina219 current sensors
7 years ago
Alan Johnston bd0fcb40e9 30 second delay plus output cleanup
7 years ago
Alan Johnston 3a27d60cc0 boot autorun working with sleep
7 years ago
Alan Johnston c4bd8d09dd yellow LED blinks on transmit on charging
7 years ago
alanbjohnston c18174271b
Update main.c
7 years ago
alanbjohnston 702c2f0fd0
Update main.c
7 years ago
alanbjohnston 4e1562c894
added back MoPower telemetry reading
7 years ago
Alan Johnston 84320aa446 added callsign
7 years ago
Alan Johnston 04664c8939 changes
7 years ago
alanbjohnston 87b7189801
Update main.c
7 years ago
alanbjohnston 8eba7e9bb4
switched 1C and 1D to agree with schematic
7 years ago
Alan Johnston 51a9f8136e updates
7 years ago
Alan Johnston 5b5de2d31b detecting i2c bus
7 years ago
Alan Johnston 2e1343b8b7 tempSensor -1 check and abs(tlm[3][A]
7 years ago
Alan Johnston bce1707aa3 resync
7 years ago
alanbjohnston b4b5f02e82
Update main.c
7 years ago
alanbjohnston af9a70b244
more cleanup
7 years ago
alanbjohnston a356090fa5
cleanup
7 years ago
alanbjohnston a27b65e6ee
Now with temp sensor
7 years ago
alanbjohnston bb8694f826
Update main.c
7 years ago
alanbjohnston 889176dbde
Update main.c
7 years ago
alanbjohnston 9759c5ec0a
Update main.c
7 years ago
alanbjohnston 005e45ae55
Transmitting AFSK again!
7 years ago
alanbjohnston bed69c5ae7
Update main.c
7 years ago
alanbjohnston 51707a02b6
Update main.c
7 years ago
alanbjohnston 271f4fa6b2
Update main.c
7 years ago
alanbjohnston f5f037fec7
Update main.c
7 years ago
alanbjohnston 5c25fdf7f0
Update main.c
7 years ago
alanbjohnston 2f531c0d52
Update main.c
7 years ago
alanbjohnston 8cd330abe6
Update main.c
7 years ago
alanbjohnston bf723ccd64
Update main.c
7 years ago
alanbjohnston 9030a1e187
Update main.c
7 years ago
alanbjohnston 5c0ee8e332
Update main.c
7 years ago
alanbjohnston d8c90e6dad
Update main.c
7 years ago
alanbjohnston 3dea7e12e0
Update main.c
7 years ago
alanbjohnston ab53352c11
config_afsk and send_afsk working
7 years ago
Alan Johnston fd6efbd0a9 afsk only
7 years ago
Alan Johnston ec3198b0d6 only setup SPI once
7 years ago
Alan Johnston 665de2c84d added INFOs
7 years ago
Alan Johnston 3e66f4d42c code reorg, doesn't work
7 years ago
Alan Johnston a9ce6fef39 ina reading but not in tlm yet
7 years ago
alanbjohnston 2ca3ec5777
Update main.c
7 years ago
alanbjohnston 998802ab40
Update main.c
7 years ago
alanbjohnston 433ec31dc1
Update main.c
7 years ago
alanbjohnston f1b9561a7c
Update main.c
7 years ago
Alan Johnston fd0b32d23e current sensors
7 years ago
Alan Johnston df7d8990cb tlm array passed around
7 years ago
alanbjohnston 1d1710e9e3
Update send_afsk.c
7 years ago
alanbjohnston 27d6861a24
Update send_afsk.c
7 years ago
alanbjohnston 8d008059f1
Update send_afsk.c
7 years ago
alanbjohnston f783baaa5a
Update send_afsk.h
7 years ago
alanbjohnston 891ad0680f
Update send_afsk.c
7 years ago
Alan Johnston 033375badb 13 channels of tlm including temperature
7 years ago
Alan Johnston 46e26e649f CW and AFSK workng together!
7 years ago
Alan Johnston 90353f214f library conflict _reset corrected
7 years ago
Alan Johnston f5b50cb71c 10 channels of TLM working
7 years ago
Alan Johnston 7747856f2e tlm 2c and 3a working
7 years ago
Alan Johnston 04ab418df7 sending 3a tlm
7 years ago
Alan Johnston c28d24e541 added MoPower TLM query
7 years ago
alanbjohnston b4368401e4
Update main.c
7 years ago
Alan Johnston 62917ccd84 Segmentation fault with afsk/ax5043.o problem
7 years ago
Alan Johnston a4f91cfc2c working
7 years ago
Alan Johnston dbc9fdd820 initial add
7 years ago
alanbjohnston 66f9a5fb7e
Update main.c
7 years ago
alanbjohnston 442e2d82aa
Update main.c
7 years ago
Alan Johnston bd8c49fb7f Adding my copy of AFSK 1200 X.25
7 years ago

Powered by TurnKey Linux.