Author Topic: Homemade 457KHz Avalance Beacon?  (Read 11716 times)

0 Members and 1 Guest are viewing this topic.

Offline casper.bangTopic starter

  • Frequent Contributor
  • **
  • Posts: 311
  • Country: dk
  • Pro SE, amateur EE.
    • BangBits
Homemade 457KHz Avalance Beacon?
« on: January 06, 2014, 09:09:56 pm »
While researching for my cat location project, I stumbled upon commercial avalanche beacons and trackers, you know, those devices which can be used to locate avalanche victims under snow on the slopes. Apparently there are older analog and newer digital versions, using the 457kHz band. To my surprise, these devices, even old analog ones, are quite expensive and I also have not been able to come up with a simple diagram for how to do just a transmitting beacon (I'd be ok with buying a commercial tracker unit, but the transmitter would have to be as simple and as small as possible).

The beacon appears to transmit for about 200ms once a second but does anyone have an idea how the signal looks like, what's modulated or whether a carrier frequency is all that's needed? A 457kHz xtal seems impossible to find, so would a Colpitts oscillator (or similar) be drift-stable enough to stay within the +/- 100Hz?

« Last Edit: January 06, 2014, 09:13:38 pm by casper.bang »
 

Offline dannyf

  • Super Contributor
  • ***
  • Posts: 8221
  • Country: 00
Re: Homemade 457KHz Avalance Beacon?
« Reply #1 on: January 06, 2014, 10:07:11 pm »
You can generate that easily with a mcu.
================================
https://dannyelectronics.wordpress.com/
 

Offline fcb

  • Super Contributor
  • ***
  • Posts: 2129
  • Country: gb
  • Test instrument designer/G1YWC
    • Electron Plus
Re: Homemade 457KHz Avalance Beacon?
« Reply #2 on: January 06, 2014, 10:13:32 pm »
No.  It's unlikely you'll be able to make a colpitts *that* stable.  Especially in that application.

I would use a PLL (like the 4046) to build a frequency synthesized transmitter.  You could even do the divide by 457 in a micro-controller - although i'd wrap the whole thing up in a 4046 & small CPLD or a 4059.

It is very close to the ubiquitous 455KHz I.F. frequency - so you might be able to pull a SAW filter- based oscillator that far off...
« Last Edit: January 06, 2014, 10:20:37 pm by fcb »
https://electron.plus Power Analysers, VI Signature Testers, Voltage References, Picoammeters, Curve Tracers.
 

Offline SArepairman

  • Frequent Contributor
  • **
  • Posts: 885
  • Country: 00
  • wannabee bit hunter
Re: Homemade 457KHz Avalance Beacon?
« Reply #3 on: January 06, 2014, 10:46:48 pm »
how about using a DDS chip
 

Offline DavidGoncalv

  • Contributor
  • Posts: 20
Re: Homemade 457KHz Avalance Beacon?
« Reply #4 on: January 06, 2014, 11:45:53 pm »
How about a programmable XO? SiLabs make them, and they are in stock at DigiKey for a little over $3.

http://www.silabs.com/Support%20Documents/TechnicalDocs/Si501-2-3.pdf
 

Offline dannyf

  • Super Contributor
  • ***
  • Posts: 8221
  • Country: 00
Re: Homemade 457KHz Avalance Beacon?
« Reply #5 on: January 07, 2014, 12:20:48 am »
Quote
for a little over $3.

Why?

Give me a minute and I turn an Attiny to a 457Khz oscillator, :)
================================
https://dannyelectronics.wordpress.com/
 

Offline DavidGoncalv

  • Contributor
  • Posts: 20
Re: Homemade 457KHz Avalance Beacon?
« Reply #6 on: January 07, 2014, 01:49:26 am »
If it can meet the +/- 80 Hz spec over -20 to 45 C, then yah that would be better since you can put the keyer logic in there too.
 

Offline calexanian

  • Super Contributor
  • ***
  • Posts: 1881
  • Country: us
    • Alex-Tronix
Re: Homemade 457KHz Avalance Beacon?
« Reply #7 on: January 07, 2014, 04:14:35 am »
RF induction heaters work in that freq range. they are also several thousand watts.. How far might your cat go??  O0
Charles Alexanian
Alex-Tronix Control Systems
 

Offline casper.bangTopic starter

  • Frequent Contributor
  • **
  • Posts: 311
  • Country: dk
  • Pro SE, amateur EE.
    • BangBits
Re: Homemade 457KHz Avalance Beacon?
« Reply #8 on: January 07, 2014, 05:52:26 am »
Quote
You can generate that easily with a mcu.

Quote
Give me a minute and I turn an Attiny to a 457Khz oscillator

Love that idea (I have some ultra small ATtiny10's) but it's my understanding, that the internal RC oscillator of the ATtiny are very unstable. So how would you achieve this, clocking with a 10MHz xtal and dividing down 22 times by software gets you 454.5KHz which is still 1.5KHz off?

There IS a multiple-of-457KHz xtal in the form of 1.828MHz (divide by 4) but they appear hard to source.
 

Offline Maxlor

  • Frequent Contributor
  • **
  • Posts: 565
  • Country: ch
Re: Homemade 457KHz Avalance Beacon?
« Reply #9 on: January 07, 2014, 10:34:04 am »
While a beacon should transmit at 457kHz +-80Hz, the receivers actually handle +-180Hz. You can get 457.143kHz by dividing a 16MHz oscillator by 35. Easy enough for an MCU :)
 

Offline dannyf

  • Super Contributor
  • ***
  • Posts: 8221
  • Country: 00
Re: Homemade 457KHz Avalance Beacon?
« Reply #10 on: January 07, 2014, 11:35:26 am »
I was thinking about using the pwm mode to generate the signal (OCRx to set the top). After that, everything is done in hardware and the mcu is free to do other things, like modulating the carrier signal.

Yeah, the 1.8Mhz crystal would work. There is another that is off by just 0.002Mhz. Potentially more options in the oscillator land.

================================
https://dannyelectronics.wordpress.com/
 

Offline fcb

  • Super Contributor
  • ***
  • Posts: 2129
  • Country: gb
  • Test instrument designer/G1YWC
    • Electron Plus
Re: Homemade 457KHz Avalance Beacon?
« Reply #11 on: January 14, 2014, 05:55:12 pm »
Quote
for a little over $3.

Why?

Give me a minute and I turn an Attiny to a 457Khz oscillator, :)

And?
https://electron.plus Power Analysers, VI Signature Testers, Voltage References, Picoammeters, Curve Tracers.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf