發表文章

目前顯示的是有「RTL_433」標籤的文章

RTL_433 on beaglebone hacking for general 433Mhz device(weather station)

圖片
I have a Chinese made weather station, it comes with a station and a receiver panel I try to get the data out, there is a way using RTL-SDR...and the lib is ready, for a lot of protocol on the market... https://github.com/merbanan/rtl_433 building step : fro debian: sudo apt-get install libtool libusb-1.0-0-dev librtlsdr-dev rtl-sdr build-essential autoconf cmake pkg-config then clone the git  git clone https://github.com/merbanan/rtl_433.git Installation using CMake: cd rtl_433/ mkdir build cd build cmake .. make make install then run rtl_433 I got my weather station data, and some one else... I live in a 11 flowers building, I setup the weather station on the roof, my room is in 7th floor, I got nothing from the receiver. So the first thing comes to my mind is to upgrade the antenna inside the weather station. it took me a while to  open up the station, since it's all siliconned. you also need to release the wire of temp and humidity senso...