How to update firmware of Meteostick

All about the cool new device that can read RF data directly from Davis® weather stations

Moderator: Mattk

Post Reply
User avatar
admin
Platinum Boarder
Platinum Boarder
Posts: 7877
Joined: Mon Oct 01, 2007 10:51 pm

How to update firmware of Meteostick

Post by admin »

Firmware of Meteostick can be easily updated with standard Arduino tools. The Meteostick behaves like an Arduino Uno (ATMega 328) and has to be connected via its virtual COM port, configured to 8N1 and 115200 baud. Updating firmware depends a bit of the hardware you use.

When you have a Meteobridge, just plugin the Meteostick and browse to http://ip-of-your-meteobridge/cgi-bin/stickupdate.cgi (please don't type this literally, but insert the LAN IP of your Meteobridge), wait a few seconds. When a success message appears, you are done.

When you have the stick connected to a PC, you All others have to install "avrdude" for their specific OS and upload firmware with a command line like this:

Code: Select all

avrdude -F -b 115200 -c stk500v1 -p m328p -P /dev/ttyUSB0 -U flash:w:/meteostick_v1.2.hex
User avatar
admin
Platinum Boarder
Platinum Boarder
Posts: 7877
Joined: Mon Oct 01, 2007 10:51 pm

Re: How to update firmware of Meteostick

Post by admin »

Meteohubs running 4.9y can now also update Meteostick firmware very easily. Precondition is that Meteohub runs on X86 or Sheevaplug platform.

Just plugin the Meteostick and browse to http://ip-of-your-meteohub/cgi-bin/stickupdate.cgi (please don't type this literally, but insert the LAN IP of your Meteohub), wait a few seconds. When a success message appears, you are done.
sprante
Fresh Boarder
Fresh Boarder
Posts: 18
Joined: Wed Jan 20, 2010 9:23 pm
Contact:

Re: How to update firmware of Meteostick

Post by sprante »

If I try to update my Meteostick on my Meteobridge Version 2.2 (Build 2457) I got an error message.

Is there somewhere a way to read the current Firmware Version of the Stick?

Klaus
Attachments
stickupdate.jpg
stickupdate.jpg (12.87 KiB) Viewed 12144 times
User avatar
admin
Platinum Boarder
Platinum Boarder
Posts: 7877
Joined: Mon Oct 01, 2007 10:51 pm

Re: How to update firmware of Meteostick

Post by admin »

Which HW platform? MR3020, WL330N3G?
sprante
Fresh Boarder
Fresh Boarder
Posts: 18
Joined: Wed Jan 20, 2010 9:23 pm
Contact:

Re: How to update firmware of Meteostick

Post by sprante »

HW Plattform: Asus WL-330N3G
sprante
Fresh Boarder
Fresh Boarder
Posts: 18
Joined: Wed Jan 20, 2010 9:23 pm
Contact:

Re: How to update firmware of Meteostick

Post by sprante »

After new Meteobridge Update to Version 2.2 Build 2461 the Meteostick update with the stickupdate.cgi is no problem.
stickupdate2.jpg
stickupdate2.jpg (39.66 KiB) Viewed 12126 times
After the stick update the logger process shows the stick version in his messages.
loggermessages.jpg
loggermessages.jpg (36.29 KiB) Viewed 12126 times
User avatar
admin
Platinum Boarder
Platinum Boarder
Posts: 7877
Joined: Mon Oct 01, 2007 10:51 pm

Re: How to update firmware of Meteostick

Post by admin »

I forgot to make corresponding changes to platform WL-330N3G public, is done now. All WL-330N3G will now
be able to update connected Meteosticks after a reboot.
astrodanco
Fresh Boarder
Fresh Boarder
Posts: 13
Joined: Fri Mar 02, 2012 1:36 pm

Re: How to update firmware of Meteostick

Post by astrodanco »

I tired to update my X86 Meteohub from 4.9w to 4.9y today, but I was told that no updates are available. (Interestingly 4.9w itself is no longer listed on the update web page as ever having existed.)
Post Reply