Visualizzazione post con etichetta Arduino. Mostra tutti i post
Visualizzazione post con etichetta Arduino. Mostra tutti i post

23 giu 2013

Google Stock quotation with arduino + ethernet shield + LCD



Today I want to show you a little "hello world" project that uses ethernet shield and Arduino UNO to get Google stock quotation directly from google finance. Once get the float value it will be displayed in the LCD screen.
(Note that the client.read() method returns the html of the site char by char, so you have to find the correct char that is display immediatly before the information you want to find)
Here is the code that i used:

9 feb 2013

Extended Blog!


Probably it would not be a good idea to go on writing this blog in a language that it's not mine, but i want to try this damn English!
I decided to talk about my other passions, so, from now on, I will not only write about entrepreneurship, but also about some computer science and topics that I discovered when I was self-guiding my education.