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
- need the FTDI VCP drivers installed (http://www.ftdichip.com/Drivers/VCP.htm) and
- then you can make use of XLoader as explained here: http://xloader.russemotto.com/
- You find Meteostick hex file version 1.2 here: http://tau.meteobridge.com/files/meteostick_v1.2.hex
Code: Select all
avrdude -F -b 115200 -c stk500v1 -p m328p -P /dev/ttyUSB0 -U flash:w:/meteostick_v1.2.hex