frankieb.blogspot.com
Live from Chicago...: 07/01/2010 - 08/01/2010
http://frankieb.blogspot.com/2010_07_01_archive.html
News from me in Chicago. Wednesday, July 07, 2010. This past semester, I could make one! So the basic idea is that there is a temperature sensor (or more than one) in a glove that measures surface joint temperature. It relays this information over Bluetooth to a phone which records the data along with the time, external temperature, and humidity from the Google weather API. All of this data gets logged in a CSV file for later inspection and analysis in front of a computer. And a BlueSMiRF Bluetooth module.
syclops.wordpress.com
PS2 controller library for arduino | @syclops || Hacking with robotic
https://syclops.wordpress.com/2011/08/08/ps2-controller-library-for-arduino
Syclops Hacking with robotic. August 8, 2011. PS2 controller library for arduino. Website have release the library ps2 controller for arduino. And the current version is version 1.6. You have refer to the example file in the library to see how to use it. Download : Arduino PS2 controller library v1.6. This entry was posted on Monday, August 8th, 2011 at 12:25 pm and tagged with arduino. And posted in arduino. You can follow any responses to this entry through the RSS 2.0. Leave a Reply Cancel reply.
syclops.wordpress.com
DomoticHome | @syclops || Hacking with robotic
https://syclops.wordpress.com/2011/08/07/domotichome
Syclops Hacking with robotic. August 7, 2011. DomoticHome is a simple and lowcost way to bring some smartness in the house. What you need is only An Arduino with Ethernet shield, an Android device and some electronic skills. It can do what with Web application? Automatically generate the code for arduino. Automatically store data on web app by using API KEY, don’t need to write a line of code. Show graphs about data stored. Support for Chibi Arduino. Using android application , it can do what? Part 2: Li...
ivyco.blogspot.com
my hobbies: Codenvy and Heroku integration: simply beautiful!
http://ivyco.blogspot.com/2015/04/codenvy-and-heroku-integration-simply.html
A place for microcontroller and Raspberry Pi projects, eBooks and books and some geocaching stuff. my LEGO Mindstorms NXT tries and tribulations are here. Friday, April 10, 2015. Codenvy and Heroku integration: simply beautiful! Reading through the Codenvy docs I noticed Heroku being mentioned in the Paas Deployment section. Create an SSH connection betweek Codenvy and Heroku: just generate a new key for Heroku, copy it and manually save it to my Heroku account;. That's it: it can't be easier than this!
blogs.discovery.wisc.edu
DS 501: Wearable Computing | University of Wisconsin – Madison : Fall 2013
https://blogs.discovery.wisc.edu/wearablecomputing-13
DS 501: Wearable Computing. University of Wisconsin – Madison : Fall 2013. Skip to primary content. Skip to secondary content. Light and Sound Task. Glove as an interface. Robe a la Foudre. December 20, 2013. Wisconsin Public Radio has done a story on this class. Click below for the story:. Http:/ www.wpr.org/uw-students-sew-solder-and-sync-build-wearable-computing. Robe a la Foudre – Final Post! December 20, 2013. Well, that unexepectedly took 12 hours to upload. Sheesh! Robe a la Foudre. As I said abov...
blog.bsoares.com.br
Game | Bruno Soares
http://blog.bsoares.com.br/category/game
Jogando Super Nintendo no Android com controle original. On abril 21st, 2011 by Bruno Soares – 69 Comments. Logo que comprei meu HTC Desire HD. Instalei um emulador de Super Nintendo (SNES). Este foi um dos poucos videogames que tive, e era viciado (quando tinha 10 / 11 anos) em Super Mario World. Assim que instalei o Mario me veio aquela nostalgia! Mas jogar com o controle touch screen é péssimo, não tem experiência tátil e o seu dedo fica encima do jogo. E não o SNES. 8220;) para converter este número ...
blog.bsoares.com.br
C++ | Bruno Soares
http://blog.bsoares.com.br/tag/cpp
Posts Tagged ‘C ’. Jogando Super Nintendo no Android com controle original. On abril 21st, 2011 by Bruno Soares – 69 Comments. Logo que comprei meu HTC Desire HD. Instalei um emulador de Super Nintendo (SNES). Este foi um dos poucos videogames que tive, e era viciado (quando tinha 10 / 11 anos) em Super Mario World. Assim que instalei o Mario me veio aquela nostalgia! Mas jogar com o controle touch screen é péssimo, não tem experiência tátil e o seu dedo fica encima do jogo. E não o SNES. 8220;) para con...
syclops.wordpress.com
Setup BlueSmirf Gold with Mac OS | @syclops || Hacking with robotic
https://syclops.wordpress.com/2011/08/20/setup-bluesmirf-gold-with-mac-os
Syclops Hacking with robotic. August 20, 2011. Setup BlueSmirf Gold with Mac OS. Had troubles setting up my Bluesmirf but finally it’s working. If you’re on Mac OS X (Snow Leopard) and have troubles setting it with Arduino, you might find this tutorial useful. Setting up Bluesmirf:. 1 Wiring the Bluesmirf to Arduino: GND to GND, VCC to 3V3, TX to RX, RX to TX. 2 Make sure your Arduino sketch is set to the same Baud rate as the BT module. 9600 is the safest. The green LED should be on. This entry was post...
syclops.wordpress.com
August | 2011 | @syclops || Hacking with robotic
https://syclops.wordpress.com/2011/08
Syclops Hacking with robotic. Monthly Archives: August 2011. August 21, 2011. This is the example code and circuit for gas sensor connect with the arduino. Arduino Sample Code void setup() { Serial.begin(9600); / Set serial baud rate to 9600 bps } void loop() { int val; val=analogRead(0);Read Gas value from analog 0 Serial.println(val,DEC);/ Print the value to serial port delay(100); }. August 20, 2011. Setup BlueSmirf Gold with Mac OS. 5Go to Settings- Connection and set the Baud-rate to 9600. Enter $ $...