projects:jimbob:habtrk
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
projects:jimbob:habtrk [2013/06/30 15:24] – [Dev board 1] kevwal | projects:jimbob:habtrk [2013/08/08 16:58] (current) – kevwal | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ==== Dev board 1 ==== | + | ==== PCB Version 006 Board 1 ==== |
+ | |||
+ | NCP1400 Voltage Reg at 1.8v | ||
+ | |||
+ | ATMega328p Processor at 4Mhz, 1.8v | ||
+ | |||
+ | uBlox GPS | ||
+ | |||
+ | RFM22B Radio | ||
+ | |||
+ | |||
+ | {{http:// | ||
+ | |||
+ | {{http:// | ||
+ | |||
+ | |||
+ | ==== Programming the Mega ==== | ||
Program fuses using AtmelStudio and Olimex AVR-ISP500 - STK500 programmer. | Program fuses using AtmelStudio and Olimex AVR-ISP500 - STK500 programmer. | ||
- | External | + | The Olimex AVR-ISP500 has an external |
- | external clock fuse; This clock output can be really helpful when target AVR is accidentally | + | with enabled external clock fuse but no external clock This clock output can be really |
- | programmed with External Clock FUSE option. To resurrect it just wire | + | helpful when target AVR is accidentally programmed with External Clock FUSE option. |
- | ICSP10 pin 3 to XTAL1 pin of the target AVR chip and initiate a | + | To resurrect it just wire ICSP10 pin 3 to XTAL1 pin of the target AVR chip and initiate a |
programming session to fix the FUSE values. | programming session to fix the FUSE values. | ||
Line 25: | Line 42: | ||
^ SUT_CKSEL | INTRCOSC_8Mhz_6ck_14ck_65ms | ExtXOsc_3Mhz_8Mhz_16KCK_14CK_65ms | | ^ SUT_CKSEL | INTRCOSC_8Mhz_6ck_14ck_65ms | ExtXOsc_3Mhz_8Mhz_16KCK_14CK_65ms | | ||
- | Full Swing Crystal Oscillator will only operate for VCC = 2.7 - 5.5 volts | + | Note Full Swing Crystal Oscillator will only operate for VCC = 2.7 - 5.5 volts |
^ Setting ^ Default ^ Set ^ | ^ Setting ^ Default ^ Set ^ | ||
Line 41: | Line 57: | ||
http:// | http:// | ||
+ | |||
+ | ==== Arduino ==== | ||
+ | |||
+ | Arduinio Software Serial library doesn' | ||
+ | |||
+ | < | ||
+ | #elif F_CPU == 4000000 | ||
+ | |||
+ | static const DELAY_TABLE table[] PROGMEM = | ||
+ | { | ||
+ | // baud rxcenter | ||
+ | { 9600, | ||
+ | }; | ||
+ | |||
+ | const int XMIT_START_ADJUSTMENT = 3; | ||
+ | </ | ||
+ | |||
+ | Arduinio wiring.c does not support 4Mhz clocks, so delays in the code will be wrong I think - either edit your delays (/2) or edit wiring.c | ||
+ | |||
+ | Added a section to boards.txt to tell the Arduinio IDE about the board: | ||
+ | |||
+ | < | ||
+ | ############################################################## | ||
+ | HabTrk.name=HabTrk (1.8V, 4 MHz) ATmega328 | ||
+ | HabTrk.build.mcu=atmega328p | ||
+ | HabTrk.build.f_cpu=4000000L | ||
+ | HabTrk.build.core=arduino | ||
+ | HabTrk.build.variant=standard | ||
+ | </ | ||
+ | |||
+ | Added a section to programmers.txt to tell it about my serial Olimex AVR-ISP500, or you can just flash the | ||
+ | hex file directly from Atmel Studio. | ||
+ | |||
+ | < | ||
+ | avrispmkiis.name=AVRISP mkII Serial | ||
+ | avrispmkiis.communication=serial | ||
+ | avrispmkiis.protocol=stk500v2 | ||
+ | </ | ||
+ | ==== Checking ==== | ||
+ | |||
+ | Checked frequency of transmission by measuring the pulse width - http:// | ||
+ | |||
+ | |||
+ | |||
+ | ===== Habhub Payload Config ===== | ||
+ | |||
+ | Using the form [[http:// | ||
+ | |||
+ | Payload Name: G7PMO $$HABTRK | ||
+ | |||
+ | Primary, 434.150, USB, RTTY, 470, ASCII-7, 50 Baud, Parity none, 1 Stop bits. | ||
+ | |||
+ | {" | ||
+ | |||
+ | Doc ID: e55cc3ffb42062c70087dae3d9520903 | ||
+ | |||
+ | Note the filter I use to identify if I have a satellite fix " | ||
+ | |||
+ | I should really implement another variable in the sentence to define lock directly for the PUBX code, but I am told the above should do what I want it to do. |
projects/jimbob/habtrk.1372605840.txt.gz · Last modified: 2013/06/30 15:24 by kevwal