Ultrasonic fireplace control - PING?
GICU812
Posts: 289
I have a fireplace that is controlled with a remote. It operates on some sort of sound, I believe its ultrasonic.
I bought a PING sensor because I thought I would be able to use it to decypher and then replay the signal.
What im getting, when I run the standard PING program, if I press the ONor OFF·button on the remote, the PING distance responds as 1inch.
However, if I·turn off the pulsout·command, I·get nothing, if I debug the pin, I get nothing.
Also, I tried sweeping pulsout from 0 to 16000, and the fireplace didnt respond.
So, it didnt fall right into my hands, there are a couple of more things Im going to check, but I wanted to see if anyone had allready done this and had pointers.
There are no obvious markings on the fireplace, and nothing on the remote that would be relevnat.
·
I bought a PING sensor because I thought I would be able to use it to decypher and then replay the signal.
What im getting, when I run the standard PING program, if I press the ONor OFF·button on the remote, the PING distance responds as 1inch.
However, if I·turn off the pulsout·command, I·get nothing, if I debug the pin, I get nothing.
Also, I tried sweeping pulsout from 0 to 16000, and the fireplace didnt respond.
So, it didnt fall right into my hands, there are a couple of more things Im going to check, but I wanted to see if anyone had allready done this and had pointers.
There are no obvious markings on the fireplace, and nothing on the remote that would be relevnat.
·
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Engineering
Here are the scopes off the back of the transmitter in the remote.
Looks like 39.3 khz turns it off, and 40khz turns it on. Seems that the ping shoud turn it on then.
When I hold the button, covering the transmitter, then uncover the transmitter while holding the button, it still works, and while holding the button I get a solid freq so there is no real signaling, just signal or no.
I'll have to scope the ping to see why it doesnt turn on the fireplace, might not be a long enough pulse. I suppose I could tap the transmitter leds on the PING and use the transmitter. Id pull the transmitter out of it, but I imagine I can get a US transmitter much cheaper than I could a new PING, for now I just want to see if it would work.
Post Edited (GICU812) : 10/24/2008 6:15:25 PM GMT
for x = 10000 to 15000
freqout 15 , 100 , x
next
x * 3.77 = freq (BS2p)
I narrowed it down closer to 10000 to 11000 and ran increments of 10, didnt hit anything.
So I dont know.
I can get US transmitters here http://www.allspectrum.com/store/product_info.php?products_id=1300 for $6, just dont have the patientce
FREQOUT 15, 100, 10610
this is to get 40KHz on the BS2p. If that doesn't work, then hook it up to your oscillocope and see what differences there are. Unlikely, but possible. If all that works, then you know that you piezo doesn't work at that high frequency.
My Parallax USB O-scope doesnt seem to be that accurate at higher freqs it jumps from 39.3 to 39.6 to 40 to 40.3
I might try just tapping into the back of the ping transmitter, I just dont know if powering the transmitter will backfeed and hurt the module, or I could desoilder a transciver and put it back later.
I pulled the reciever out of the fireplace, it would appear all it does is short 2 wires together when on. So I could hardwire it, but Id rather have a remote module.
Doesnt much matter to me how the stamp talks to it, but it would probably be a pain to get wires into it. And it seems it would be easier to just shoot out a freq from the stamp into a US transmitter, rather than build a complex reciever circuit.