element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
    About the element14 Community
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Project14
  • Challenges & Projects
  • More
Project14
Make a Connection Fighting e-waste and device obsolescence
  • News
  • Member Updates
  • Competitions
  • Forum
  • Documents
  • Theme Suggestions
  • Polls
  • Members
  • More
  • Cancel
  • New
Join Project14 to participate - click to join for free!
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: obones
  • Date Created: 25 Aug 2026 2:25 PM Date Created
  • Views 34 views
  • Likes 4 likes
  • Comments 1 comment
  • esp32
  • rf
Related
Recommended

Fighting e-waste and device obsolescence

obones
obones
25 Aug 2026

Back in 2023, I created a subject to get help about a weather station that I inadvertently broke by applying twice its expected voltage at its power source

As I said at the time, I replaced it by another model of the same family and it had been running fine since then. The base principle is that it reads outdoor temperature from a TX35-IT sensor reporting on 866MHz and receives forecasts and time synchronization signals from a network of radio emitters across the territory.

Sadly, this station stopped working as well earlier this year, but this time this was not due to my own stupidity, but rather, it was not receiving the forecast any longer.

Reading online I discovered that I was not the only person in France affected by this and that if I was to restart the station, it would stop displaying the outdoor temperature as well.

Yes, you read that right, despite being totally local to my home, the weather station is incapable of reading the external sensor reliably if it has not seen the other signals in a timely manner!
This reminds me of all-in-one printers that no longer scan documents because of a missing yellow cartridge…

Clubic, a French tech website, started an investigation into the matter which you can read here:

https://www.clubic.com/actualite-614596-stations-meteo-la-crosse-technology-en-panne-des-francais-dans-le-brouillard-et-personne-pour-assumer-enquete-clubic.html
https://www.clubic.com/actualite-615031-la-crosse-technology-confirme-enfin-l-arret-definitif-de-starmeteo-et-nie-toute-responsabilite-dans-la-panne.html

Here is a summary of what happened:

  • The stations are using the POCSAG protocol for their messages. Yes, you read that right, the pager protocol from the 90’s
  • The weather station manufacturer had an agreement with the German operator (eMessage Germany) for its WetterDirekt products, that was never officially extended to the French subsidiary.
  • The French subsidiary (eMessage France) went bankrupt in January 2026
  • Following a justice ruling, another company was allowed to buy the assets in February 2026, with no obligations to continue providing existing services.
  • The manufacturer has no intention to enter a new commercial agreement, effectively ending the life of those weather stations, redirecting to their “newest” WiFi based ones.

We could argue for hours that it’s quite strange to sell products relying on a third-party radio transmission provider without any commercial agreement, but that would not change the current situation.

Luckily, some curious and dedicated people had been capturing those very messages when the network was still on, and an effort has been jointly made to decode what’s found in those messages. The result of their investigation can be found here: https://forum.tetrahub.net/decodage-meteo/meteofrance-pocsag-t5935.html
Note: you need to have a login/password to read this, I believe this was done to keep AI scrapers at bay.

I came along this effort only recently, with the intent to build an emitter with a small enough range that it only covers my home.

I settled on an ESP32 with a RFM69C module as I already had it from a leftover RFlink32 experiment.

After identifying some missing details in the protocol, I was thrilled to see the weather station coming back to life with weather forecast via OpenMeteo

You can see it’s boot and synchronization sequence in this video:

You don't have permission to edit metadata of this video.
Edit media
x
image
Upload Preview
image

This may seem convoluted but it matches what is in the user manual. The difference is that it now takes less than a minute to be fully synchronized while it could take up to 12 hours when the real signal was live.

This tiny project might also prove useful when the German signal is cut off, as announced for 31/12/2028: https://www.tfa-dostmann.de/en/produkte/wetterdirekt-stations/

The entire project is here: https://github.com/obones/CelebWeather

You can find the code but also documentation for the protocol as it is known today.
As I’m used to more recent devices, it felt weird working with 4-bit based “words”, but it sort of makes sense because it appears the CPU inside theses stations is a 4-bit one.
Talk about a blast from the past!

A warning must be given: this module emits on a frequency that is not free for general use (466.206250 MHz), so one must make sure it does not interfere with regular users on the same frequency. In my case, I made sure not to use RFM69HC module where the H denotes high transmit power, and I used on purpose a wire antenna of the wrong size, 8.5cm instead of the recommended 15cm. From empirical observation I noticed that the signal is only received for up to 4 meters through concrete walls, but if anyone has reference material on this subject, I’m all ears.

I hope you appreciated this report, do not hesitate to ask for clarifications if need be.

  • Sign in to reply
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2026 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube