Commit Graph

866 Commits (122d5ea64ba9dffaac185df10ea0f87fa5b4e7d7)

Author SHA1 Message Date
alanbjohnston 56283ca0a8
added get_image_file();
4 years ago
alanbjohnston 2d03e67ff0
changed back to v0.2 hardware, added include for pico-get-jpeg-serial
4 years ago
alanbjohnston a96afe45a2
Update and rename pico-get-jpeg-serial.ino to pico-get-jpeg-serial.cpp
4 years ago
alanbjohnston 43e8bceddd
Create pico-get-jpeg-serial.h
4 years ago
alanbjohnston 185c224b53
Create pico-get-jpeg-serial.ino
4 years ago
alanbjohnston f1606a9e7a
test with v0.1 hardware
4 years ago
alanbjohnston 2470790976
added debug_mode to sstv
4 years ago
alanbjohnston 606c9f0bc6
debug mode sstv
4 years ago
alanbjohnston 85774ce5b3
fix destination
4 years ago
alanbjohnston c708e43110
changed debug to debug_mode
4 years ago
alanbjohnston 2bb650dcbb
added destination APCSS and debug for send_packet
4 years ago
alanbjohnston b3d335d5d1
missing )
4 years ago
alanbjohnston 70c992e70f
change debug to debug_mode
4 years ago
alanbjohnston f29764d1af
added v read ina219 sensors
4 years ago
alanbjohnston 7268308165
added PROMPT_VOLTAGE
4 years ago
alanbjohnston 04a4fd0a7b
changed to BPF_PIN
4 years ago
alanbjohnston 4c6face930
added ina219_started
4 years ago
alanbjohnston 8f76eb5181
added voltage_read
4 years ago
alanbjohnston a1d870f3c6
config simulated telem when change, payload query
4 years ago
alanbjohnston 85d95b1508
implemented reset count
4 years ago
alanbjohnston 287cc59810
implemented debug mode
4 years ago
alanbjohnston 741cf588f0
misplaced }
4 years ago
alanbjohnston f493369050
added debug_mode and reset
4 years ago
alanbjohnston 6d3dc92378
added PROMPT_DEBUG
4 years ago
alanbjohnston 8ffed8573f
added debug_mode
4 years ago
alanbjohnston 2948ea635f
added payload_command
4 years ago
alanbjohnston 3659bca574
\ typo
4 years ago
alanbjohnston 790d9310b9
changed icon
4 years ago
alanbjohnston 2d05f1b5dd
added 0 in lat sprintf
4 years ago
alanbjohnston ba10303ccb
added set_lat_lon
4 years ago
alanbjohnston e7f409a504
added set_lat_lon()
4 years ago
alanbjohnston 73a22cf889
added lat and lon to aprs
4 years ago
alanbjohnston 35eded0065
clear serial input buffer for multiple prompts
4 years ago
alanbjohnston 7839457828
added void get_serial_clear_buffer()
4 years ago
alanbjohnston f5d1665ba9
added longitude
4 years ago
alanbjohnston 9b54ddba7c
fixed variable initialization in case
4 years ago
alanbjohnston f058f585d3
missing }
4 years ago
alanbjohnston 933b146d5d
typo on float
4 years ago
alanbjohnston c124fc0de8
removed extra latitude and longitude
4 years ago
alanbjohnston 6d21812e72
added latitude update
4 years ago
alanbjohnston 54d5595eb5
added latitude and longitude
4 years ago
alanbjohnston c24ab5d0de
turned serial input on
4 years ago
alanbjohnston 354537bf2c
typos
4 years ago
alanbjohnston 46b6b20cd0
fixed (
4 years ago
alanbjohnston ec7b907148
fixed serial_string
4 years ago
alanbjohnston 4691e08843
again
4 years ago
alanbjohnston 1719241318
missing ;
4 years ago
alanbjohnston 9acdb2e472
added get_serial_char and simulated telemetry prompt
4 years ago
alanbjohnston 3e172895e7
added get_serial_char()
4 years ago
alanbjohnston a58a4f9a22
Merge pull request #180 from alanbjohnston/pico-camera-read-input-cw
4 years ago
alanbjohnston 4a94d0b83c
added CW mode change in serial input
4 years ago
alanbjohnston 2aa19f5104
AFSK TYPO
4 years ago
alanbjohnston e90129c802
set callsign immediately if in APRS mode
4 years ago
alanbjohnston 382d59163d
Merge branch 'pico-camera-read-input-cw' into pico-v0.11
4 years ago
alanbjohnston 8af6434f19
changed send_packet to send_aprs_packet
4 years ago
alanbjohnston bf96672065
set callsign in APRS and rename send_packet to send_aprs_packet
4 years ago
alanbjohnston c74ce72f88
moved help out of isr
4 years ago
alanbjohnston 3e22efaf53
added extra prompt values
4 years ago
alanbjohnston 46e8523752
CW fixes to make input work reliably
4 years ago
alanbjohnston 8028a28252
take out serial_input query
4 years ago
alanbjohnston cfa24efd83
timeout 20 seconds
4 years ago
alanbjohnston a93341ba41
don't add /n or /r to string
4 years ago
alanbjohnston e7856f9b6a
move start button isr
4 years ago
alanbjohnston 8d02c152dc
fix strlen
4 years ago
alanbjohnston 7603e30bdb
removed sleep(5.0) after callsign
4 years ago
alanbjohnston 87d5c0cad2
only update callsign if length > 0
4 years ago
alanbjohnston 10280b4f88
print current callsign correctly
4 years ago
alanbjohnston b3d07b5f10
typo
4 years ago
alanbjohnston e836a2887b
print serial_string
4 years ago
alanbjohnston 98c1439a48
clear serial input buffer before prompt, change print to write
4 years ago
alanbjohnston 6b96b2c02f
try prompt == false
4 years ago
alanbjohnston b328e8398b
don't check for serial in isr if prompting for input
4 years ago
alanbjohnston 6a01186521
changed serial_input to serial_string
4 years ago
alanbjohnston 73a5bfc42c
add 0 to serial input string, fix strcpy
4 years ago
alanbjohnston 3e25f6e9fc
changed call to callsign
4 years ago
alanbjohnston b242ab6980
added get_serial_string
4 years ago
alanbjohnston c58fbd6f7a
added get_serial_string()
4 years ago
alanbjohnston c3470b883a
added serial_string
4 years ago
alanbjohnston ed20a2def8
added transmit_off when changing mode via serial input
4 years ago
alanbjohnston c378dba485
changed to if prompt
4 years ago
alanbjohnston 8567b9667b
change modes with input on AFSK, BPSK, SSTV
4 years ago
alanbjohnston 89db5d6d2a
changed prompt test
4 years ago
alanbjohnston b1d00dbd0f
added prompt variable
4 years ago
alanbjohnston 4583cd3b5d
added reset and query prompt values
4 years ago
alanbjohnston 4ff9ee1713
added prompt variable
4 years ago
alanbjohnston d3547dd1f5
even shorter
4 years ago
alanbjohnston 810f69b043
shorter
4 years ago
alanbjohnston 4193d35f42
changed ISR back, made text shorter
4 years ago
alanbjohnston 1895b5f755
changed pushbutton ISR from 10 ms to 100 ms
4 years ago
alanbjohnston 194cf481de
shortened and removed blink
4 years ago
alanbjohnston 4ea2923e58
shorten text
4 years ago
alanbjohnston 7718a93ec0
added help
4 years ago
alanbjohnston 83bb75f9bb
ignore \n and \r inputs
4 years ago
alanbjohnston fc56806d4e
change serial to 115200
4 years ago
alanbjohnston b6885404cf
missing }
4 years ago
alanbjohnston 4ef6e132da
typo
4 years ago
alanbjohnston 2d9f0a03ee
syntax
4 years ago
alanbjohnston 008c0889e0
added serial_input() and switch
4 years ago
alanbjohnston 69890cdfe1
added serial_input()
4 years ago
alanbjohnston 3c4388a5fe
serial1 typo
4 years ago

Powered by TurnKey Linux.