Hi all,
simple way to control the speed of a DC Motor!
Month: March 2011
[Arduino] IR38DM and TV Remote Control
Great!
A TV Remote Control that controls my LED or something else…!!!
[Arduino] COM port connector 1.0
For personal test, i made a simple app that connect to COM port and GET/RECEIVE data from Arduino connected.
You can download from here: Arduino_Connector_1.0
Enjoy tech!
Rif: albertopasca.it
[Arduino] Mail Notifier with C#
Hi all,
as my first experiment, an arduino connected to COM9 to recognize incoming mails from google mail (gmail)!!
[Arduino] Unboxing
Hi all,
this is the first post about Arduino!
Arduino is an open-source electronics prototyping platform based on flexible, easy-to-use hardware and software. It’s intended for artists, designers, hobbyists, and anyone interested in creating interactive objects or environments.
It’s learning time… stay tuned for Videos and Tutorials!!
[Objective-C] Fast String Binary Search
Today a little tutorial to find a word in a big ordered text file using binary search in objective-c.