Showing posts with label Arduino. Show all posts
Showing posts with label Arduino. Show all posts

Programming Arduino Getting Started with Sketches



Clear, easy-to-follow examples show you how to program Arduino with ease! "Programming Arduino: Getting Started with Sketches" helps you understand the software side of Arduino and explains how to write well-crafted Sketches (the name given to Arduino programs) using the C language of Arduino. This practical guide offers an unintimidating, concise approach for non-programmers that will get you up and running right away.

"Programming Arduino: Getting Started with Sketches"Explains basic concepts and syntax of C with simple language and clear examples designed for absolute beginners - no prior knowledge of programming is required. It leads you from basic through to advanced C programming concepts and features dozens of specific examples that illustrate concepts and can be used as-is or modified to suit your purposes.



* All code from the book is available for download.

* Helps you develop working Sketches quickly.



Coverage includes:
C Language Basics; Functions; Arrays, Strings; Input / Output; Standard Library Goodies; Storage; LCD Displays; Programming for the Web; Program Design; C++ and Library Writing

Price: $15.00


Click here to buy from Amazon

Ultrasonic Module HC-SR04 Distance Sensor For Arduino



There are 4 pins out of the module: VCC , Trig, Echo, GND . So it's a very easy interface for controller to use it ranging. The all process is : pull the Trig pin to high level for more than 10us impulse , the module start ranging ; finish ranging , If you find an object in front , Echo pin will be high level , and based on the different distance,it will take the different duration of high level. So we can calculated the distance easily :

Distance = ((Duration of high level)*(Sonic :340m/s))/2

NOTE: The link is the documents about Ultrasonic Module HC-SR04 Distance Sensor.
https://s3-ap-northeast-1.amazonaws.com/sain-amzn/20/20-019-100/HC-SR04.rar

Price: $12.00


Click here to buy from Amazon

Minnesota Hobbyist Launches Kickstarter Campaign to Produce Interactive Voice Response for Arduino



Arduino is a very popular open-source electronics prototyping platform for artists, designers, hobbyists, and anyone interested in creating interactive objects or environments. Shields are boards that can be plugged on top of the Arduino board extending its capabilities. MICO Shield follows the same philosophy as Arduino: it is an open-source hardware and software project and easy to use.

MICO is an acronym for Mobile Interactive voice response & COntrol. MICO connects to a cell phone via audio jack and it has circuits to detect and answer calls. It then uses pre-recorded voice prompts to present information and options to callers, and touch-tone telephone keypad entry to gather responses. Responses can then be used to control lights, motors and other actuators, and get readings of temperature, wind speed, proximity and other sensors. The caller can be just a few feet or hundreds of miles away!


Igor S. Ramos is an Electrical Engineer and his full-time job is to design electrical systems for heavy construction equipment.. Away from work he enjoys creating electronics projects that involves circuit board design and microcontroller software, such as MICO. Igor showcases his project at his personal website http://www.dossant.com/projects/


The money raised from this Kickstarter Project will be spent developing, prototyping, and manufacturing MICO. Printed Circuit Boards will be manufactured by OSH Park. If the available funding exceeds the target, PCB manufacturing may move to a higher volume supplier and assembly may be outsourced.


Igor’s innovative MICO Shield is the result of over two years working on its building blocks. Igor realized it can be frustrating for non-experts to have Arduino interfacing to a cell phone. That is his motivation to produce MICO. He wishes to provide the open-source community with a development platform that takes away the complexity of cell phone interfacing so that Arduino users can focus on their project.


View the original article here