Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beta v1.3.1.1 #291

Merged
merged 180 commits into from
Dec 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
180 commits
Select commit Hold shift + click to select a range
a586edb
Update rpitx.py add battery_saver_check each transmit
alanbjohnston Oct 14, 2023
c341361
Update rpitx.py typo
alanbjohnston Oct 14, 2023
eda4fac
Update rpitx.py added pass
alanbjohnston Oct 14, 2023
1691bee
Update rpitx.py with prints
alanbjohnston Oct 14, 2023
fec17d5
Update rpitx.py remove close
alanbjohnston Oct 14, 2023
c41932c
Update rpitx.py changed to .close
alanbjohnston Oct 14, 2023
4181561
Update rpitx.py added global
alanbjohnston Oct 14, 2023
f54751d
Update rpitx.py txc true when off
alanbjohnston Oct 14, 2023
322f527
Update rpitx.py added rest of f.close
alanbjohnston Oct 14, 2023
fdaf62e
Update rpitx.py not debugging rpitx
alanbjohnston Oct 14, 2023
d2d1658
Update rpitx.py force txc off
alanbjohnston Oct 14, 2023
d65bdf7
Update rpitx.py use config to change modes
alanbjohnston Oct 14, 2023
650c467
Update config APRS setting based on battery saver mode
alanbjohnston Oct 14, 2023
dcc3de2
Update rpitx.py turn of txc off forcing
alanbjohnston Oct 14, 2023
576ff98
Update rpitx.py debug mode back on
alanbjohnston Oct 15, 2023
0dbcc91
Update main.c fix typo for HAB mode
alanbjohnston Oct 17, 2023
2551c3b
Update ina219.py to avoid BrokenPipeError
alanbjohnston Nov 7, 2023
2783e45
Update rpitx.py added file.close
alanbjohnston Nov 11, 2023
a52308a
Update main.c added squelch to sim.cfg
alanbjohnston Nov 11, 2023
328ef15
Update main.h added squelch = 3
alanbjohnston Nov 11, 2023
10aeddf
Update config added squelch setting
alanbjohnston Nov 11, 2023
6ba9235
Update main.c typo
alanbjohnston Nov 11, 2023
d9065d9
Update config added sq output
alanbjohnston Nov 11, 2023
840c1fd
Update main.c config radio using squelch
alanbjohnston Nov 11, 2023
4b4dcb9
Update main.c handling telem_string error
alanbjohnston Nov 11, 2023
25582c8
Update main.c added &
alanbjohnston Nov 11, 2023
4b8b31d
Update rpitx.py get squelch from sim.cfg
alanbjohnston Nov 11, 2023
16190e8
Update rpitx.py print config
alanbjohnston Nov 11, 2023
583f19f
Update rpitx.py adjust number
alanbjohnston Nov 11, 2023
f5d2302
Update rpitx.py turn off command if squelch is 8
alanbjohnston Nov 12, 2023
239f089
Update rpitx.py split on whitespace
alanbjohnston Nov 12, 2023
c0d2fe4
Update rpitx.py changed to last
alanbjohnston Nov 12, 2023
2831d5c
Update rpitx.py changed to 5
alanbjohnston Nov 12, 2023
04263ca
Update config fixed -t
alanbjohnston Nov 12, 2023
f75502f
Update rpitx.py print no_command
alanbjohnston Nov 12, 2023
a43f471
Update rpitx.py changed squelch to sq
alanbjohnston Nov 12, 2023
e4deee8
Update rpitx.py changed 8 to '8'
alanbjohnston Nov 12, 2023
0951067
Update main.c change back to 434.9
alanbjohnston Nov 12, 2023
4921e95
Update main.c adding tx rx frequencies
alanbjohnston Nov 13, 2023
3cf2791
Update main.h adding tx rx
alanbjohnston Nov 13, 2023
263deb3
Update config adding -F change rx and tx frequency
alanbjohnston Nov 13, 2023
dae9110
Update config update config
alanbjohnston Nov 13, 2023
0ce4735
Update config update for real
alanbjohnston Nov 13, 2023
fe95265
Update config display new rx tx
alanbjohnston Nov 13, 2023
7b333c8
Update config don't override callsign
alanbjohnston Nov 13, 2023
9ee32cb
Update rpitx.py read tx and rx from sim.cfg
alanbjohnston Nov 13, 2023
05bde2a
Update rpitx.py force CW ID rpitx using tx
alanbjohnston Nov 13, 2023
ab62d1d
Update rpitx.py add tx for BPSK
alanbjohnston Nov 13, 2023
e48a588
Update rpitx.py FSK and BPSK use tx, force txc off
alanbjohnston Nov 13, 2023
f40f703
Update rpitx.py change all 434.9 to tx
alanbjohnston Nov 13, 2023
19a0745
Update main.c set FM to tx and rx
alanbjohnston Nov 13, 2023
625d740
Update main.c print tx and rx
alanbjohnston Nov 13, 2023
4fdda4c
Update main.c move program_radio()
alanbjohnston Nov 13, 2023
c52d0f9
Update main.c basic program_radio
alanbjohnston Nov 13, 2023
cff2f12
Update main.c move program_radio back to start
alanbjohnston Nov 13, 2023
b8d4f5e
Update main.c back to normal programradio
alanbjohnston Nov 13, 2023
b95b42c
Update main.c move wiring pi setup
alanbjohnston Nov 13, 2023
7ed88f9
Update main.c swapped rx and tx
alanbjohnston Nov 13, 2023
ecb0192
Update main.c disable program radio - do in rpitx.py instead
alanbjohnston Nov 14, 2023
4a51870
Update rpitx.py added program radio
alanbjohnston Nov 14, 2023
2ff39ec
Update rpitx.py change to bytes
alanbjohnston Nov 14, 2023
ef73a3c
Update rpitx.py add try for serial
alanbjohnston Nov 14, 2023
a0b8119
Update rpitx.py with tx and rx
alanbjohnston Nov 14, 2023
eb29193
Update rpitx.py fix string to bytes
alanbjohnston Nov 14, 2023
725d384
Update config remove pin 18 func 2 for aprs battery saver
alanbjohnston Nov 14, 2023
74bc314
Update config remove more from config.txt
alanbjohnston Nov 14, 2023
84b81c5
Update rpitx.py don't activate FM module when txc False aprs
alanbjohnston Nov 14, 2023
3642fda
Update rpitx.py fix aprs
alanbjohnston Nov 14, 2023
d9b0323
Update rpitx.py fix sstv
alanbjohnston Nov 14, 2023
8ddce21
Update config fixed config aprs change
alanbjohnston Nov 14, 2023
19812e4
Update rpitx.py more txc cleanup
alanbjohnston Nov 14, 2023
0fbbac2
Update main.c added extra echo
alanbjohnston Nov 15, 2023
48314e6
Update config manual battery saver, change modes a,s,m
alanbjohnston Nov 16, 2023
a3e849c
Update main.h add battery_saver function
alanbjohnston Nov 16, 2023
63d3074
Update main.h add CHECK
alanbjohnston Nov 16, 2023
76f3005
Update main.c add battery_saver function
alanbjohnston Nov 16, 2023
5f39728
Update main.c typo file
alanbjohnston Nov 16, 2023
cb54b36
Update main.h
alanbjohnston Nov 16, 2023
8e9ad63
Update ina219.py remove signals
alanbjohnston Nov 16, 2023
a8c760d
Update main.c (void) battery_saver
alanbjohnston Nov 16, 2023
c826869
Update main.c typo in HAB mode
alanbjohnston Nov 16, 2023
1d5c4ca
Update main.c added int battery_saver_check()
alanbjohnston Nov 16, 2023
629f299
Update main.h int battery_saver_check()
alanbjohnston Nov 16, 2023
697c3c1
Update main.c no sudo
alanbjohnston Nov 16, 2023
d7ccb16
Update main.c battery_saver(ON) do nothing
alanbjohnston Nov 16, 2023
dfed6fc
Update main.c do nothing
alanbjohnston Nov 16, 2023
f8ab2ec
Update config manual battery saver, change modes a,s,m
alanbjohnston Nov 16, 2023
7c107b2
Update rpitx.py read open battery_saver
alanbjohnston Nov 16, 2023
326b57d
Update main.c print battery_saver_chack()
alanbjohnston Nov 16, 2023
0f2c292
Update main.c fix conditional
alanbjohnston Nov 16, 2023
b2a881d
Update main.c print conditional
alanbjohnston Nov 16, 2023
4d66242
Update main.c conditional test
alanbjohnston Nov 16, 2023
422cb1e
Update main.c added stderr to printfs
alanbjohnston Nov 16, 2023
8b17d6c
Update main.c removed stray off
alanbjohnston Nov 16, 2023
061921a
Update main.c added to battery saver change mode
alanbjohnston Nov 16, 2023
8576430
Update main.c fixes to quotes
alanbjohnston Nov 16, 2023
8125c9a
Update main.c fixed *
alanbjohnston Nov 16, 2023
544b2c8
Update main.c add print
alanbjohnston Nov 16, 2023
7f1fa28
Merge pull request #285 from alanbjohnston/beta-v1.3.2-battery-saver-2
alanbjohnston Nov 18, 2023
c03b12b
Update main.h added hab_mode and battery_saver_mode
alanbjohnston Nov 18, 2023
34b176e
Update main.c added battery_saver_mode
alanbjohnston Nov 18, 2023
888ce41
Update rpitx.py battery_saver_check() once at starty
alanbjohnston Nov 18, 2023
30bcd1b
Update config add rotate to clear logs
alanbjohnston Nov 18, 2023
ce6fd86
Update rpitx.py stray battery_saver_mode
alanbjohnston Nov 18, 2023
1ba7718
Update main.c only if battery_saver_mode changes execute
alanbjohnston Nov 18, 2023
be72b99
Update main.c add !
alanbjohnston Nov 18, 2023
889d532
Update main.c paste battery_saver_check code
alanbjohnston Nov 18, 2023
84d388b
Update main.c don't close if open fails
alanbjohnston Nov 18, 2023
38926b7
Update main.c cleanup
alanbjohnston Nov 18, 2023
3488cc9
Update config typo in journalctl
alanbjohnston Nov 18, 2023
99d505f
Update main.c fix sed for battery on
alanbjohnston Nov 18, 2023
86dd8f8
Update main.c switch battery_saver_check() outputs
alanbjohnston Nov 18, 2023
ed7ff12
Update config restart CubeSatSim after -B
alanbjohnston Nov 18, 2023
f89b6c4
Update main.c add battery prints
alanbjohnston Nov 18, 2023
5361a5b
Update main.c print battery status mode ON or OFF
alanbjohnston Nov 18, 2023
88ecd3f
Update main.c fix battery saver turn off
alanbjohnston Nov 18, 2023
b8d328e
Update main.c add back in auto shutdown
alanbjohnston Nov 18, 2023
c69169d
Update main.c try removing AMSAT-11 from APRS string
alanbjohnston Nov 19, 2023
959e3a4
Update update added git --no-rebase
alanbjohnston Nov 19, 2023
87fbd64
Update main.c add str2 but not used yet
alanbjohnston Nov 19, 2023
3c81cdb
Update main.c add extra APRS packet only for battery_saver_mode
alanbjohnston Nov 19, 2023
139ca31
Update update remove --no-rebase
alanbjohnston Nov 19, 2023
1cf9f76
Update rpitx.py fix command
alanbjohnston Nov 19, 2023
85e9018
Update config only restart on -B if a/s/m mode
alanbjohnston Nov 19, 2023
edc66f9
Update update add back --no-rebase
alanbjohnston Nov 19, 2023
9f15edb
Update rpitx.py added back missing squelch variable
alanbjohnston Nov 19, 2023
c0d6d0d
Update main.c remove extra prints
alanbjohnston Nov 19, 2023
701e1ee
Merge branch 'beta-v1.3.1.1' into beta-v1.3.2-battery-saver-4
alanbjohnston Nov 19, 2023
32563fd
Merge pull request #286 from alanbjohnston/beta-v1.3.2-battery-saver-4
alanbjohnston Nov 19, 2023
af82f4e
Update main.c command_count fix
alanbjohnston Nov 19, 2023
a2a4a7d
Update config added -H to set HAB mode
alanbjohnston Nov 21, 2023
388aeee
Update main.c added hab_yes and hab_mode
alanbjohnston Nov 21, 2023
41070be
Update main.h added hab_yes
alanbjohnston Nov 21, 2023
bdb17d7
Update main.c print sim mode
alanbjohnston Nov 21, 2023
b69a78c
Update main.c removed HAB macro
alanbjohnston Nov 21, 2023
31ee958
Update main.c added more printfs
alanbjohnston Nov 21, 2023
91a1e3b
Update main.c fixed writing of sim.cfg
alanbjohnston Nov 21, 2023
200939c
Update config cleanup
alanbjohnston Nov 21, 2023
39f9e32
Update config more cleanup
alanbjohnston Nov 21, 2023
8581a49
Update main.c don't change config.txt
alanbjohnston Nov 21, 2023
9a5390f
Update config no config,txt change
alanbjohnston Nov 21, 2023
f4750bb
Update config stop rpitx when rebooting
alanbjohnston Nov 21, 2023
56e655b
Update main.c APRS always BAT telem
alanbjohnston Nov 21, 2023
e5520ab
Update main.c simulated telem to APRS
alanbjohnston Nov 21, 2023
0ea5b65
Update main.c typo
alanbjohnston Nov 21, 2023
3559a95
Update config battery_saver restart
alanbjohnston Nov 21, 2023
df07296
Update config removed "is activated"
alanbjohnston Nov 21, 2023
2ad4952
Update config reboot for battery_saver change
alanbjohnston Nov 21, 2023
210cf68
Merge pull request #287 from alanbjohnston/beta-v1.3.1.1-hab-3
alanbjohnston Nov 22, 2023
622947d
Update install add force_turbo if not present
alanbjohnston Nov 22, 2023
f667dda
Update update add force_turbo if not present
alanbjohnston Nov 22, 2023
39f4605
Update update for new version
alanbjohnston Nov 22, 2023
329045a
Update update add defaults to sim.cfg test
alanbjohnston Nov 22, 2023
ed1dd9c
Update update only write sim.cfg if changed
alanbjohnston Nov 22, 2023
63e41e5
Update update added sim.cfg defaults
alanbjohnston Nov 22, 2023
df597d5
Update update cleanup
alanbjohnston Nov 22, 2023
0fda3a6
Merge pull request #288 from alanbjohnston/beta-v1.3.1.1-config
alanbjohnston Nov 22, 2023
9dce00e
Update config Configuraation
alanbjohnston Nov 22, 2023
56bca8d
Update config rest of configuraation
alanbjohnston Nov 22, 2023
550c8b0
Update payload_pico.ino gpio 0 and 1 to input
alanbjohnston Nov 22, 2023
5ddc12f
Update payload_pico.ino
alanbjohnston Nov 22, 2023
e502c87
Update payload_pico.ino GPS and AN
alanbjohnston Nov 22, 2023
fddb27b
Update README.md
alanbjohnston Nov 22, 2023
9e031a5
Update README.md
alanbjohnston Nov 23, 2023
108f841
Update README.md
alanbjohnston Nov 23, 2023
736183e
Update install added sim.cfg update
alanbjohnston Nov 23, 2023
19bb630
Update install with --no-rebase
alanbjohnston Nov 23, 2023
c9ea7e1
Update install default mode FSK
alanbjohnston Nov 23, 2023
da68e0e
Update rpitx.py don't use ./config script to change mode
alanbjohnston Dec 2, 2023
0507620
Update config cleanup
alanbjohnston Dec 2, 2023
3fdd053
Update rpitx.py turn off debugging mode
alanbjohnston Dec 5, 2023
ec1d595
Update rpitx.py more time at start of APRS packet
alanbjohnston Dec 9, 2023
d7b182c
Update update pi-power-button uses FLAG=1 to reboot
alanbjohnston Dec 10, 2023
8030080
Update rpitx.py formatting of tx and rx frequency
alanbjohnston Dec 12, 2023
5252970
Update main.c read sensors in sim mode
alanbjohnston Dec 13, 2023
fc81909
Update main.c don't show voltage and current in sstv if not sensor
alanbjohnston Dec 13, 2023
b96200a
Update main.c typo
alanbjohnston Dec 13, 2023
4a2fb41
Update config change HAB to Balloon
alanbjohnston Dec 16, 2023
8c4880c
Merge pull request #290 from alanbjohnston/beta-v1.3.1.1-sim
alanbjohnston Dec 16, 2023
2621dd2
Update config Balloon mode
alanbjohnston Dec 16, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ To get the software follow these steps:

`cd CubeSatSim`

`git checkout beta-v1.3.1`
`git checkout beta-v1.3.1.1`

You are now ready to install the software using this script in the CubeSatSim directory:
`# You are now ready to install the software using this script in the CubeSatSim directory:`

`./install`

Expand Down
Loading