Difference between revisions of "WeatherDuino"

From Technologia Incognita
Jump to: navigation, search
m (it measures and it broadcasts something)
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
{{Project
 
{{Project
 
|picture=20140103 145141-weatherduino.jpg
 
|picture=20140103 145141-weatherduino.jpg
|ProjectSkills=Soldering,
+
|ProjectSkills=Soldering, Coding,
|ProjectStatus=Active
+
|ProjectStatus=Dormant
 
|ProjectNiche=Electronics
 
|ProjectNiche=Electronics
 
|ProjectPurpose=Fun
 
|ProjectPurpose=Fun
 
}}
 
}}
We got a [http://frack.nl/wiki/WeatherDuino WeatherDuino] PCB via [[User:brainsmoke|brainsmoke]] via [http://frack.nl/ Frack]
+
We got a [http://frack.nl/wiki/WeatherDuino WeatherDuino] PCB via [[User:brainsmoke|brainsmoke]] via [http://frack.nl/ Frack]. [https://github.com/JanKlopper/WeatherDuino Git]
  
It can measure temperature and humidity and you can make pretty graphs of it.
+
It can measure temperature and humidity and you can make pretty graphs of the measurements.
 +
 
 +
[http://tronixstuff.com/ Tutorial for ethernet]
  
 
== 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
 +
Notes:
 +
* IP address can be determined with the testDHCP example of the [https://github.com/jcw/ethercard EtherCard library]
 +
* Webserver is a combination of the rbbb_server of the EtherCard library with the code from Frack
 +
 
''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 measuments
+
* 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

Latest revision as of 02:08, 15 February 2017

Projects
20140103 145141-weatherduino.jpg
Participants Narya
Skills Soldering, Coding
Status Dormant
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.

Tutorial for ethernet

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

Notes:

  • IP address can be determined with the testDHCP example of the EtherCard library
  • Webserver is a combination of the rbbb_server of the EtherCard library with the code from Frack

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