projects:jimbob:promini
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
projects:jimbob:promini [2012/11/18 18:45] – [Testing] kevwal | projects:jimbob:promini [2012/12/07 17:10] (current) – [Connections] kevwal | ||
---|---|---|---|
Line 34: | Line 34: | ||
The UKHAS Guide to the RFM22b is [[guides: | The UKHAS Guide to the RFM22b is [[guides: | ||
- | The Hope FM Mfg product page, with links to application notes is: [[http:// | + | The Hope FM Mfg product page, with links to application notes is: [[http:// |
Note Frequency range legally available is 434.04MHz - 434.79MHz according to IR2030. | Note Frequency range legally available is 434.04MHz - 434.79MHz according to IR2030. | ||
+ | |||
+ | Now using radio1.write(0x73, | ||
===== Assembled uBLOX MAX-6 Pico Breakout with Chip Scale Antenna ===== | ===== Assembled uBLOX MAX-6 Pico Breakout with Chip Scale Antenna ===== | ||
Line 51: | Line 53: | ||
* Arduino Pro Mini, GND -> RFM22B, GND (ground in) | * Arduino Pro Mini, GND -> RFM22B, GND (ground in) | ||
* Arduino Pro Mini, Pin D3 -> RFM22B, SDN (shutdown in) | * Arduino Pro Mini, Pin D3 -> RFM22B, SDN (shutdown in) | ||
- | * Arduino Pro Mini, pin 7 -> RFM22B, VCC (3.3V in) | + | * Arduino Pro Mini, VCC -> RFM22B, VCC (3.3V in) |
* Arduino Pro Mini, Int 0 pin D2 -> RFM22B, NIRQ (interrupt request out) | * Arduino Pro Mini, Int 0 pin D2 -> RFM22B, NIRQ (interrupt request out) | ||
* Arduino Pro Mini, SS pin D10 -> RFM22B, NSEL (chip select in) | * Arduino Pro Mini, SS pin D10 -> RFM22B, NSEL (chip select in) | ||
Line 74: | Line 76: | ||
In the warm office, Signal rx'ed loud and clear on 434.190.700 Mhz rather than the set 434.201 Mhz | In the warm office, Signal rx'ed loud and clear on 434.190.700 Mhz rather than the set 434.201 Mhz | ||
- | Sentence is: $$PROM,28,000455, | + | Sentence is: $$PROM,2,000010, |
+ | |||
+ | which is: %%PROM, id, time, lat, lon, alt, sats, vinmv, rfm_temp*CHECKSUM | ||
RTTY 50 Baud, 480 Hz Shift, 7 Bits, No Parity, 2 stop bits | RTTY 50 Baud, 480 Hz Shift, 7 Bits, No Parity, 2 stop bits | ||
+ | |||
+ | |||
+ | ===== Habhub Payload Config ===== | ||
+ | |||
+ | Using the form [[http:// | ||
+ | |||
+ | Payload Name: G7PMO $$PROM | ||
+ | |||
+ | Primary, 434.175, USB, RTTY, 480, ASCII-7, 50 Baud, Parity none, 2 Stop bits. | ||
+ | |||
+ | {" | ||
+ | |||
+ | Doc ID: 7ca1c7874831f6e8a0616ca98add1600 | ||
+ | |||
+ | 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. | ||
Line 82: | Line 103: | ||
===== Further Reading ===== | ===== Further Reading ===== | ||
+ | |||
Inspired by: http:// | Inspired by: http:// | ||
Line 94: | Line 116: | ||
https:// | https:// | ||
- | Use Frequency shift register: | ||
- | |||
- | < | ||
- | { | ||
- | if (bit) | ||
- | { | ||
- | radio1.write(0x73, | ||
- | } | ||
- | else | ||
- | { | ||
- | radio1.write(0x73, | ||
- | } | ||
- | }</ | ||
More RFM22b code to look at: https:// | More RFM22b code to look at: https:// |
projects/jimbob/promini.1353264306.txt.gz · Last modified: 2012/11/18 18:45 by kevwal