Tuesday, July 12, 2011

Electronic for Dummies

For who want to program Arduino  and use electronic products and same time do not understand Electronic can always buy the book "Electronic for Dummies." It is my suggestion!

I used this book to remember the basics of electronics. Long ago I didn't play with electronic! It was good times!
 :)


 

Sunday, July 3, 2011

Communicating between PC and Arduino

Do you want communicate Arduino through PC? You come to right place.
I developed a small program that allow you insert letter 'a' and receive letter 'b'.
You will need install Visual Basic 2008 and Arduino environment. With Arduino environment, copy the code source from the next image.


Finally, copy the next code source to Visual Basic 2008 from the next images.






The User Interface (UI) is something like this:

You can see the communication between PC and Arduino. Just click here!