-->
Page 1 of 1

RF433MHz Analyser

PostPosted: Wed Mar 06, 2019 5:18 am
by btidey
This is an ESP-12 project to provide a tool to assist with analysing 433MHz based sensors and controls. It uses a RXB6 superhet receiver module to access 433MHz info.

It provides a real time measurement of the signal strength (RSSI) and also allows intelligent data transition capture based on a trigger when the signal strength goes up based on a real message being received. This avoids all the background clutter that occurs when trying to capture 433MHz signals.

The ESP allows capturing both types of data to files and making them available on a browser for viewing and downloading.

It s one of the examples where the accuracy of internal ADC of the ESP8266 is OK as the RSSI already has a degree of uncertainty due to antenna gain. The RSSI measure is still useful as one can see the background level and then check range by seeing the level achieved by a transmitter in different locations.

Code is at https://github.com/roberttidey/RF433Analyser

Construction details at https://www.instructables.com/id/RF433Analyser

Re: RF433MHz Analyser

PostPosted: Wed Mar 06, 2019 5:57 am
by Pablo2048
Your Instructables link is wrong. The correct one is:
https://www.instructables.com/id/RF433Analyser/
Anyway - good job :-) ...

Re: RF433MHz Analyser

PostPosted: Wed Mar 06, 2019 7:21 am
by btidey
Pablo2048 wrote:Your Instructables link is wrong. The correct one is:
https://www.instructables.com/id/RF433Analyser/
Anyway - good job :-) ...



Thanks. I corrected the original