Difference between revisions of "WeatherDuino"
m (git link) |
m (update: webserver for weatherduino) |
||
Line 13: | Line 13: | ||
== Log == | == Log == | ||
+ | ''6-6-2014'' | ||
+ | * Combined a webserver example with the weatherduino code | ||
+ | * Measurements seem a bit static (read: probably no measurements) Need to check the connections | ||
+ | |||
''3-1-2014'' | ''3-1-2014'' | ||
* Soldered the components on it, now figuring out the code :) | * Soldered the components on it, now figuring out the code :) | ||
* It measures.. and it broadcasts the measurements | * It measures.. and it broadcasts the measurements | ||
* The python tool listens to the usb port (this was for the LCD display option I guess) and not to the broadcast address, so something needs to be written for this | * The python tool listens to the usb port (this was for the LCD display option I guess) and not to the broadcast address, so something needs to be written for this |
Revision as of 23:40, 7 June 2014
Projects | |
---|---|
Participants | Narya |
Skills | Soldering, Coding |
Status | Active |
Niche | Electronics |
Purpose | Fun |
We got a WeatherDuino PCB via brainsmoke via Frack. Git
It can measure temperature and humidity and you can make pretty graphs of the measurements.
Log
6-6-2014
- Combined a webserver example with the weatherduino code
- Measurements seem a bit static (read: probably no measurements) Need to check the connections
3-1-2014
- Soldered the components on it, now figuring out the code :)
- It measures.. and it broadcasts the measurements
- The python tool listens to the usb port (this was for the LCD display option I guess) and not to the broadcast address, so something needs to be written for this