Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

Wireless sensor

Status
Not open for further replies.

heida11

New Member
I have come upon several wireless sensors transmitting on 433.92.
However no tech ref available.

I have developed several RF links using a PIC so have some understanding of baud rate etc.

I would like to setup one of my spare receivers(433.92) and a PIC to
be able to read the transmitted data from these sensors (temp and humidity).

Any ideas on how to setup a program that will "learn" the baud rate etc.
being transmitted.
I use ASM with mplab.

Thanks
John
 
You first need to find out if any coding is used, usually Manchester coding (or something similar is used) as it's more reliable with a wireless link.

Probably your first move should be to put a scope on the output of the receiver and see what's coming out (which would also let you measure the baud rate, if it is RS232).
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top