Parallax 433 MHz RF Receiver sighnal strength
chris jones
Posts: 391
Can anyone help with code that will display the signal strength of a Parallax 433 MHz RF Receiver And Transmiter
Comments
Post Edited (Mike Green) : 10/19/2009 5:47:24 AM GMT
http://www.emesystems.com/BS2rct.htm
my overall goal is to display the signal strength on my LCD
·
1) Getting a number from the analog RSSI signal
2) Displaying that number or a derivative of it on an LCD
Either the method shown in the EmeSystems' article or using some kind of external ADC will get you #1. There are plenty of examples already available on how to display something on an LCD. You'll have to figure that part out by yourself. It should be easy given the examples.
1) You need to try the method shown on the EmeSystems website or something else like using an ADC. There are plenty of examples of the use of ADCs in Parallax's tutorials like "Basic Analog and Digital" and in several of the Nuts and Volts Columns. All are downloadable from Parallax's website under the "Resources" tab.
2) You need to become comfortable with the use of an LCD. There are plenty of examples of this on Parallax's website. Check the webstore page for the display that you have. There are always sample programs with links on the webstore page. Also check the Nuts and Volts Columns. They all have sample code.