Wykres commitów

68 Commity (master)

Autor SHA1 Wiadomość Data
Philip Heron c403130f49 Update the SSDV encoder to the stable version 2013-02-05 19:40:54 +00:00
Philip Heron fba97665cc Speed up flashing 2012-03-04 23:36:51 +00:00
Philip Heron ab1de758f8 Update SSDV encoder to latest version 2012-03-04 23:36:37 +00:00
Philip Heron 938f63e5e8 PROGMEM requires const declaration. 2012-03-04 19:14:47 +00:00
Philip Heron fb420cd20d Add a delay to allow the rtty radio to settle 2011-12-29 19:33:13 +00:00
Philip Heron 6155f601ce Rebuild if config.h is changed 2011-12-29 19:29:49 +00:00
Philip Heron 7c084e7340 Don't crash on a marker error, it's rude 2011-06-25 00:06:13 +01:00
Philip Heron d0de8164a8 Fix issue where exact huffman code matches were missed 2011-06-25 00:03:59 +01:00
Philip Heron 06f7931b07 Updates done for hadie:3 flight code 2011-06-25 00:03:13 +01:00
Philip Heron f2e6d0aea2 Update to the new packet format -- added a 16-bit checksum 2011-01-26 17:01:33 +00:00
Philip Heron 5705af4f23 Fix baud rate calculation. Actual baud rate was slightly slower than expected. 2011-01-24 23:38:58 +00:00
Philip Heron 9a69adc45a Pre-flight updates 2011-01-08 17:06:05 +00:00
Philip Heron ce34a9ac77 GPS fix and satellites values now have their own field in dl-fldigi 2010-10-27 19:22:54 +01:00
Philip Heron e8c0eb78e1 Flush any remaining bits left in the output bit buffer 2010-10-13 16:39:24 +01:00
Philip Heron 311c85d527 Don't begin a new image if the payload is falling 2010-10-12 13:21:18 +01:00
Philip Heron 429b3b4cfc Fill empty parts of packets with random data 2010-10-12 11:49:36 +01:00
Philip Heron 9ae89d153e Remove unnecessary prefix 2010-10-12 11:43:18 +01:00
Philip Heron 829baad2bc Handle the end of image better, and AC RLE fix 2010-10-04 19:56:10 +01:00
Philip Heron ba17274a5a Expose function for TX'ing PGM data 2010-10-04 19:54:39 +01:00
Philip Heron f9a4095148 Output correct RLE length. 2010-10-02 18:08:39 +01:00
Philip Heron 2d08faf137 Remove unneeded bits 2010-09-30 23:31:35 +01:00
Philip Heron 8acbec06c1 First attempt at the new 'hardened' packet format. Untested. 2010-09-30 23:28:13 +01:00
Philip Heron 2a7aeeaedd Image dimensions are divided by 16 now 2010-08-13 13:01:01 +01:00
Philip Heron a1e377ae8a Cosmetic fixes 2010-08-13 12:59:17 +01:00
Philip Heron d238915f38 Don't copy if *ptr is NULL. Can be used to skip past data in the stream. 2010-08-09 17:03:14 +01:00
Philip Heron 3af237b5d6 Add basic error reporting if the camera misbehaves 2010-08-07 18:38:09 +01:00
Philip Heron 4cf75874ad Make reading camera data less crazy 2010-08-07 16:58:06 +01:00
Philip Heron bf2af64026 Update pins description 2010-08-05 22:28:38 +01:00
Philip Heron bfd33257d0 Store GPS hemisphere separately -- old method couldn't handle positions between 0 and -1 degrees. 2010-08-05 22:25:15 +01:00
Philip Heron be2ce1a11a Calculate the expected number of packets for the image 2010-08-05 16:21:56 +01:00
Philip Heron 0834c39d8c Fix image resolution reported in the packet headers 2010-08-05 09:49:07 +01:00
Philip Heron 3479d906cd Tweaks 2010-08-03 23:49:44 +01:00
Philip Heron 763fda3cdb Add GPS parser and other bits 2010-08-03 23:42:15 +01:00
Philip Heron 7918bd3790 Add GPL text 2010-07-27 11:06:14 +01:00
Philip Heron 2bfebbd674 Use the more compatible 14.4k baud rate 2010-07-27 11:03:47 +01:00
Philip Heron 98c38ca9e1 Workaround compiler bug, and other cleanups. 2010-07-09 16:27:19 +01:00
Philip Heron cbdc235291 Updates 2010-07-06 12:16:42 +01:00
Philip Heron 908f4f46dd Make local variables static 2010-06-30 22:05:47 +01:00
Philip Heron cd7c7395c1 Fixups 2010-06-29 22:23:58 +01:00
Philip Heron 4300a99631 Get image length from the proper bytes 2010-06-29 19:10:55 +01:00
Philip Heron 7d83c22f1f Increase timeout for when the camera is capturing/compressing. 2010-06-29 19:05:17 +01:00
Philip Heron ea5763b005 Add C328 support functions 2010-06-29 16:46:13 +01:00
Philip Heron 201c0d5b18 Switched to using a single pin for RTTY 2010-06-17 21:41:45 +01:00
Philip Heron a0aa94751f Nest the second loop inside the other 2010-06-17 21:14:10 +01:00
Philip Heron ea7fa94287 Move reed-solomon tables into PROGMEM 2010-06-16 23:19:58 +01:00
Philip Heron eb2cce95bd Prevent rtx_wait() returning when txlen is being updated (non atomic) 2010-06-16 23:19:04 +01:00
Philip Heron a0398932be Move things about a bit 2010-06-16 22:36:30 +01:00
Philip Heron 952b9c9ac8 Test PGM string TX 2010-06-16 21:56:34 +01:00
Philip Heron 70d65e8f94 Add PGM string support to RTTY 2010-06-16 21:55:57 +01:00
Philip Heron d841092e74 Interrupt driven RTTY 2010-06-16 21:02:24 +01:00