Maraming salamat sa mga dumalo sa SFD2013 ng Pamantasan ng Lalawigan ng Maynila. Naway marami kayong natutunan tulad ng pagbabahagi ng kaalaman at pagtulong sa kapwa.
Kasama sina Meric Mara at Jerico James Milo noong September 14, 2013.
Blockchain | Software Freedom Advocate | Humanitarian Volunteer | root
My first presentation using impress.js … showing the parts of Raspberry Pi from a static image.
update 20130910: Download the presentation here
Organize your news feed using OwnCloud News App. Check out their website owncloud.org for documentation and manuals on how to host your own cloud.
Download the OwnCloud News Reader android app from https://f-droid.org and sync it with your server.
I just carefully followed the instruction in http://learn.adafruit.com/dht-humidity-sensing-on-raspberry-pi-with-gdocs-logging/overview and now it’s working ^_^. I’ll be posting the GDocs file link soon 😀
Update 20130831 15:08: See the docs here https://docs.google.com/spreadsheet/ccc?key=0AruZq1bsDTVadGV3WUJsakwtUGNGMFB3aWxUdmMxc1E&usp=sharing
The Adafruit DHT library was written for AM2302 sensor… if you are using DHT11 sensor, you have to change the line 44 of “Adafruit_DHT_googledocs.ex.py” from:
output = subprocess.check_output([“./Adafruit_DHT”, “2302”, “4”]);
to
output = subprocess.check_output([“./Adafruit_DHT”, “11”, “4”]);
Then everything will work well 😀
Happy hacking! ^_^
Have you tried the Foursquare Time Machine? not yet???… then check this out https://foursquare.com/timemachine you will see the animated and infographics of your foursquare check-ins.
You must be logged in to post a comment.