Oreilly - Arduino Programming for Experienced Users - 9780134000107
Oreilly - Arduino Programming for Experienced Users
by John Baichtal | Publisher: Que | Release Date: November 2014 | ISBN: 9780134000107


Become a true Arduino expert–just watch! Master expert techniques for controlling Arduino circuits, sensors, lighting, and robotics… and walk through an advanced project, step by step! DescriptionWatch and learn all the skills you need to become a true Arduino DIY expert! John Baichtal covers all the intermediate-to-expert-level Arduino skills you'll need: programming, sensors, IC control, shields, prototyping, displays, lighting, even basic robotics. Baichtal's taught electronics and robotics to thousands of people–in person, online, in video, and in best-selling books. He knows what you need to know–and the best ways to show it to you. You'll go from theory to real circuit-building fast, with start to finish demos that guide you through several exciting examples, including a complete Arduino-powered Tank Robot! About the InstructorJohn Baichtalgot his start writing blog posts for Wired's legendary GeekDad blog as well as the DIYer's bible MAKE Magazine. From there he branched out into authoring books about toys, tools, robots, and hobby electronics. His books include Hack This: 24 Incredible Hackerspace Projects from the DIY Movement, Basic Robot Building With Lego Mindstorms NXT 2.0, and Arduino for Beginners: Essential Skills Every Maker Needs; all from Que. He is also co-author of Make: Lego and Arduino Projects for MAKE. Skill LevelIntermediateAdvancedWhat You Will LearnHow to create essential Arduino program logic, arrays, functions, and librariesHow to work with gyroscopes and other sensors–including ultrasonic, passive infrared sensors, knock, and tilt sensorsHow to control displays and lighting, including LEDs/LCDs, Nixie Tubes, EL wire, and NeoPixelsHow to control ICs, including 555, Max Chip, L293D, Tiny95, and Arduino's ATmega328 microcontrollerHow to integrate add-on shields to retrieve data, use relays, create prototypes, control Lego Mindstorms, and even create a simple video gameHow to create many great Arduino and electronics projectsEssentials of Arduino robotics and control systemsHow to build a sophisticated Arduino-Powered Tank Robot, step by stepWho Should Take This CourseFor everyone who has explored Arduino and wants to become expert with it, including home hobbyists, students, and everyone in the DIY and Maker movementsMore than 500,000 Arduinos have already been soldCourse RequirementsAssumes basic experience with Arduino or comparable electronics platformsIf you're completely new to Arduino, start with Baichtal's Arduino for Beginners videos–they'll give you all the knowledge you need to succeed with these! Part 1: ProgrammingMaster all the essentials of Arduino programming, including implementing logic (For, Switch-Case)… storing data in arrays… building easy-to-reuse functions… making your own libraries… and testing Arduino code for reliability.Part 2: More Sensors for Your ArduinoWire a gyroscope sensor to your Arduino… set up ultrasonic "range-finding" sensors… use passive infrared sensors to detect motion and trigger an LED… make your Arduino "listen" to a knock sensor, and detect tilting… For each sensor, Baichtal explains the technology, then demonstrates how to wire, code, and test an example.Part 3: Displays and Lighting EffectsControl pixels on a Mini LED matrix… work with LCD displays… set up one-character Nixie Tube displays…control glowing electro-luminescent (EL) wires… control advanced RGB NeoPixel LEDs… Baichtal explains how each technology works, then demonstrates how to wire, code, and test an example.Part 4: Controlling Integrated Circuits with Your ArduinoUse the 555 timing IC to pulse electricity at predictable intervals… directly control the Arduino's ATmega328 microcontroller chip… use the Max chip to control a large LED matrices… operate motors with the L293D chip… create a simple project using the stripped-down Tiny85 microcontroller. Baichtal explains how each chip works, then demonstrates how to wire, code, and test an example.Part 5: Shields: Cool Add-On Boards for Your ArduinoRetrieve data using the SD Card Shield… build a simple electrical relay project… integrate circuits directly into Arduino with the Proto Shield… control Lego Mindstorms robots with the Bricktronics Shield… transform your Arduino into a simple 8-bit video game with the Video Game Shield. Baichtal explains how each shield works, then demonstrates how to wire, code, and test an example.Part 6: Fun Arduino and Electronic ProjectsCreate a complete POV display… control a lamp with the Power Switch Tail… build a tweeting robot, a simple LED ball, and basic wearable electronics.Part 7: Intro to RoboticsUse wheels and tank treads in robotics projects… use commercial chasses and make your own DIY chassis… buy or make robot claws… power your robot with battery packs, power supplies, wall warts, and solar… master two ways to control your robots.Part 8: Building an Arduino-Powered Tank RobotWalk through a complete 5-stage robot construction project: build a wooden chassis with either a hand drill or laser cutter… choose and install motors… select and install wheels that match up with your motors and mounting hardware… choose and install a battery pack… integrate and program an Arduino-based Motor Shield. About Que VideoQue Video helps you learn technology efficiently with easy-to-follow video tutorials covering popular software apps, online games, and more. Each Que videos are professionally produced and feature the highest quality step-by-step instruction designed by trusted authors and trainers from Que Publishing, an imprint of Pearson - the world's leading learning company. View Que Videos at: http://www.quepublishing.com/quevideo
  1. Part 1: Programming
    • Lesson 1.1 Illustrating the For Command 00:06:08
    • Lesson 1.2 Working with Switch-Case 00:06:19
    • Lesson 1.3 Creating a Basic Array 00:07:50
    • Lesson 1.4 Creating Your First Function 00:06:19
    • Lesson 1.5 Making Your Own Library 00:08:10
  2. Part 2: More Sensors for Your Arduino
    • Lesson 2.1 Connecting a Barometric Sensor to Your Arduino 00:05:43
    • Lesson 2.2 Setting Up an Ultrasonic Sensor on Your Arduino 00:06:32
    • Lesson 2.3 Using the Passive Infrared Sensor 00:04:25
    • Lesson 2.4 Getting the Arduino to Listen to a Knock Sensor 00:04:13
    • Lesson 2.5 Using the Tilt Sensor in a Simple Project 00:04:29
  3. Part 3: Displays and Lighting Effects
    • Lesson 3.1 Working with a Mini LED Matrix 00:07:36
    • Lesson 3.2 Controlling an LCD Display Using Your Arduino 00:05:11
    • Lesson 3.3 Setting Up a OLED Display 00:07:43
    • Lesson 3.4 Controlling EL Wire with Your Arduino 00:05:41
    • Lesson 3.5 Controlling NeoPixels with Your Arduino 00:07:35
  4. Part 4: Controlling Integrated Circuits with Your Arduino
    • Lesson 4.1 555 00:08:48
    • Lesson 4.2 Using the Arduino Chip Separately from the Arduino 00:12:11
    • Lesson 4.3 Using the Max Chip to Control Large Numbers of LEDs 00:06:57
    • Lesson 4.4 Using the L293D Chip to Control Motors 00:06:07
    • Lesson 4.5 Creating a Simple Project Using the Tiny85 Chip 00:07:34
  5. Part 5: Shields: Cool Add-On Boards for Your Arduino
    • Lesson 5.1 Configuring a Bluetooth Shield 00:06:08
    • Lesson 5.2 Demonstrating the Relay Shield 00:05:20
    • Lesson 5.3 Building Circuits Directly into the Arduino with the Proto Shield 00:07:24
    • Lesson 5.4 Controlling Lego Mindstorms Components with the Bricktronics Shield 00:09:49
    • Lesson 5.5 Turning Your Arduino into a Simple Video Game with the Video Game Shield 00:07:03
  6. Part 6: Fun Arduino and Electronic Projects
    • Lesson 6.1 Creating a POV Display 00:07:12
    • Lesson 6.2 Controlling Your Lamp with the Power Switch Tail 00:05:57
    • Lesson 6.3 Play MP3s with Your Arduino 00:06:20
    • Lesson 6.4 Building Simple Wearable Electronics 00:07:35
    • Lesson 6.5 Creating a Simple LED Ball 00:11:35
  7. Part 7: Intro to Robotics
    • Lesson 7.1 Understanding the Different Kinds of Wheels and Tank Treads 00:09:01
    • Lesson 7.2 Creating a Chassis 00:05:33
    • Lesson 7.3 Using Manipulators 00:06:57
    • Lesson 7.4 Powering Your Robot 00:07:09
    • Lesson 7.5 Understanding How Control Systems Control Your Robot 00:05:41
  8. Part 8: Building an Arduino-Powered Tank Robot
    • Lesson 8.1 Building the Chassis 00:04:27
    • Lesson 8.2 Adding the Motors 00:04:35
    • Lesson 8.3 Selecting the Wheels 00:04:12
    • Lesson 8.4 Choosing a Power Pack 00:06:52
    • Lesson 8.5 Adding the Arduino and Motor Shield 00:07:15
  9. Oreilly - Arduino Programming for Experienced Users

    9780134000107.Arduino.Programming.for.Experienced.Users.part1.OR.rar

    9780134000107.Arduino.Programming.for.Experienced.Users.part2.OR.rar


 TO MAC USERS: If RAR password doesn't work, use this archive program: 

RAR Expander 0.8.5 Beta 4  and extract password protected files without error.


 TO WIN USERS: If RAR password doesn't work, use this archive program: 

Latest Winrar  and extract password protected files without error.


 Coktum   |  

Information
Members of Guests cannot leave comments.


SermonBox - Seasonal Collection

SermonBox - The Series Pack Collection

Top Rated News

  • Christmas Material
  • Laser Cut & Print Design Elements Bundle - ETSY
  • Daz3D - All Materials - SKU 37000-37999
  • Cgaxis - All Product - 2019 - All Retail! - UPDATED!!!
  • DigitalXModels Full Collections
  • Rampant Design Tools Full Collections Total: $4400
  • FilmLooks.Com Full Collection
  • All PixelSquid Product
  • The Pixel Lab Collection
  • Envato Elements Full Sources- 3200+ Files
  • Ui8.NET Full Sources
  • The History of The 20th Century
  • The Dover Collections
  • Snake Interiors Collections
  • Inspirational Collections
  • Veer Fancy Collections
  • All Ojo Images
  • All ZZVE Collections
  • All Sozaijiten Collections
  • All Image Broker Collections
  • Shuterstock Bundle Collections
  • Tattoo Collections
  • Blend Images Collections
  • Authors Tuorism Collections
  • Motion Mile - Big Bundle
  • PhotoBacks - All Product - 2018
  • Dekes Techniques - Photoshop & Illustrator Course - 1 to 673
Telegram GFXTRA Group
Udemy - Turkce Gorsel Ogrenme Setleri - Part 2
Videohive Wow Pack Series


rss