Wykres commitów

60 Commity (06f7931b07dce92a46cee689325d75603876335c)

Autor SHA1 Wiadomość Data
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
Philip Heron 3d9b7b7d7d Make radio bit change a single operation 2010-06-09 16:47:48 +01:00
Philip Heron 8d125fb61f Add CRC16 function 2010-06-09 16:32:22 +01:00
Philip Heron 6a4744a1b0 Add dummy rtx_wait() function 2010-06-08 11:45:34 +01:00
Philip Heron b20c165ca7 Move pins descriptions to PINS file 2010-06-08 11:45:12 +01:00
Philip Heron 825f4d57b2 Move RTTY_BAUD define into config.h 2010-06-08 11:28:37 +01:00
Philip Heron 5179344daf Initialise rtty code 2010-06-08 11:19:37 +01:00
Philip Heron effffecc69 Change the rtx_packet function to a more generic rtx_data 2010-06-08 09:06:47 +01:00
Philip Heron 2cdbd1ca31 Add rtty to the makefile 2010-06-08 09:05:47 +01:00