Author Topic: Recommended approach to get data from AcuRite 5-in-1  (Read 1918 times)

0 Members and 1 Guest are viewing this topic.

Offline rallan

  • Member
  • *
  • Posts: 1
Recommended approach to get data from AcuRite 5-in-1
« on: February 20, 2022, 06:05:55 PM »
I have just purchased an Acurite 5-in-1 PRO+ weather station for a remote unattended location. I want to get a basic data stream (which may or may not be down to decoded data elements) from a basic 433MHz receiver connected to a Raspberry Pi. This data stream would then be transferred half way round the world via standard internet. The destination computer could do the final processing (e.g database, graphics, data analysis, 'publishing').

Having looked at loads of web pages on alternative approaches, I wonder if there is now an accepted approach for detecting a 433MHz signal (without a SDR receiver). It appears that most posts stop at around 2016. Is this because no better way has been found since? A code package in C++ (or Python) would be the ideal. What I don't want to do is have to debug a potential solution as I have limited time before I leave the facinity, although I am willing to code additional features at a later date.