kopia lustrzana https://github.com/bristol-seds/pico-tracker
Use Contestia 16/1000
rodzic
c99ac62ee5
commit
5671a045ea
|
@ -33,20 +33,20 @@
|
|||
/* #define CONTESTIA_CHARACTERS_PER_BLOCK 3 */
|
||||
/* #define CONTESTIA_CHANNEL_SPACING 16 // Corresponds to 124.88 Hz */
|
||||
/* #define CONTESTIA_SYMBOL_RATE 125 */
|
||||
/* /\** */
|
||||
/* * Contestia 16/1000 */
|
||||
/* *\/ */
|
||||
/* #define CONTESTIA_NUMBER_OF_TONES 16 */
|
||||
/* #define CONTESTIA_CHARACTERS_PER_BLOCK 4 */
|
||||
/* #define CONTESTIA_CHANNEL_SPACING 8 // Corresponds to 62.44 Hz */
|
||||
/* #define CONTESTIA_SYMBOL_RATE 62.5 */
|
||||
/**
|
||||
* Contestia 32/1000
|
||||
* Contestia 16/1000
|
||||
*/
|
||||
#define CONTESTIA_NUMBER_OF_TONES 32
|
||||
#define CONTESTIA_CHARACTERS_PER_BLOCK 5
|
||||
#define CONTESTIA_CHANNEL_SPACING 4 // Corresponds to 31.22 Hz
|
||||
#define CONTESTIA_SYMBOL_RATE 31.25
|
||||
#define CONTESTIA_NUMBER_OF_TONES 16
|
||||
#define CONTESTIA_CHARACTERS_PER_BLOCK 4
|
||||
#define CONTESTIA_CHANNEL_SPACING 8 // Corresponds to 62.44 Hz
|
||||
#define CONTESTIA_SYMBOL_RATE 62.5
|
||||
/* /\** */
|
||||
/* * Contestia 32/1000 */
|
||||
/* *\/ */
|
||||
/* #define CONTESTIA_NUMBER_OF_TONES 32 */
|
||||
/* #define CONTESTIA_CHARACTERS_PER_BLOCK 5 */
|
||||
/* #define CONTESTIA_CHANNEL_SPACING 4 // Corresponds to 31.22 Hz */
|
||||
/* #define CONTESTIA_SYMBOL_RATE 31.25 */
|
||||
|
||||
|
||||
void contestia_start(char* data);
|
||||
|
|
|
@ -147,7 +147,7 @@ void contestia_telemetry(struct tracker_datapoint* dp)
|
|||
len = format_telemetry_string(telemetry_string, dp, CONTESTIA_DOLLARS, 1);
|
||||
|
||||
/* RSID */
|
||||
telemetry_start_rsid(RSID_CONTESTIA_32_1000);
|
||||
telemetry_start_rsid(RSID_CONTESTIA_16_1000);
|
||||
|
||||
/* Sleep Wait for RSID */
|
||||
while (telemetry_active()) {
|
||||
|
|
Ładowanie…
Reference in New Issue