New Sketch for Uno_Weather Shield for LaCrosse WS3600. 14 August 2014
i put the @ top - because there old code place doesn't work more.
this does. simon ratcliffe works extremely well. wrote it.
a freetronics uno + ask weather receiver, , code. if add adafruit bmp180 breakout it, pressure , indoor temperature well. plus few other things on bmp board. freetronics uno uses 5v. sparkfun uses 3.3 volts. don't mix them up. not sure arduino uno self.
anyway - code sketch. load in, , should go. here, both gcc compilable c program read data through usb/serial port , save file, print screen. there xcode project uses same code. on mac inside xcode. i'm working on doing full on weather display in bit.
output looks this
all 3 file sets downloadable blog here. download files here
they aren't big, it's in 1 place here. on home page, code weather.c, data logger pc/mac well. it's in zip files, along compiler line called ss.sh
this does. simon ratcliffe works extremely well. wrote it.
a freetronics uno + ask weather receiver, , code. if add adafruit bmp180 breakout it, pressure , indoor temperature well. plus few other things on bmp board. freetronics uno uses 5v. sparkfun uses 3.3 volts. don't mix them up. not sure arduino uno self.
anyway - code sketch. load in, , should go. here, both gcc compilable c program read data through usb/serial port , save file, print screen. there xcode project uses same code. on mac inside xcode. i'm working on doing full on weather display in bit.
output looks this
code: [select]
80,31,31,21.2,54,1018,ssw,51.0,wnw,0.7
80,27,27,21.4,56,-,w ,3.0,w ,2.3
80,27,27,21.5,55,-,w ,2.9,ssw,1.0
80,27,27,21.6,55,-,wsw,3.3,ssw,1.1
80,27,27,21.6,55,-,ssw,4.3,s ,1.5
80,31,31,21.6,56,1018,ssw,51.0,wsw,0.5
80,27,27,21.6,56,-,ssw,51.0,nnw,1.3
80,27,27,21.3,57,-,ssw,51.0,nne,1.4
80,27,27,21.3,59,-,ssw,51.0,w ,0.0
80,27,27,21.1,59,-,ssw,51.0,sw ,1.0
80,31,31,20.5,60,1018,ssw,51.0,sw ,1.0
all 3 file sets downloadable blog here. download files here
they aren't big, it's in 1 place here. on home page, code weather.c, data logger pc/mac well. it's in zip files, along compiler line called ss.sh
code: [select]
robert$ cat ss.sh
gcc -o weather -wall -g weather.c
Arduino Forum > Using Arduino > Programming Questions > New Sketch for Uno_Weather Shield for LaCrosse WS3600. 14 August 2014
arduino
Comments
Post a Comment