Browse Results

Showing 95,226 through 95,250 of 100,000 results

Arduino VIII: Portenta Machine Control (Synthesis Lectures on Digital Circuits & Systems)

by Steven F. Barrett

This book is about the Arduino microcontroller and the Arduino concept. The visionary Arduino represented a new innovation in microcontroller hardware in 2005, the concept of open source hardware, making a broad range of computing accessible for all. This book, &“Arduino VIII: Portenta Machine Control,&” is an accessible primer on industrial control and programmable logic controller concepts for those without a deep instrumentation background. An understanding of basic circuit theory is an appropriate prerequisite for the book. The three main goals for the book are: explore accessible Arduino Portenta Machine Control industrial control products; learn the fundamentals of programming using ladder logic; and explore related sensors and interface concepts. We use multiple examples throughout the book and conclude with an instrumented greenhouse project.

Arduino Wearable Projects

by Tony Olsson

Design, code, and build exciting wearable projects using Arduino tools About This Book * Develop an interactive program using sensors and actuators suitable with wearables * Understand wearable programming with the help of hands-on projects * Explore different wearable design processes in the Arduino platform and customize them to fit your individual needs Who This Book Is For This book is intended for readers who are familiar with the Arduino platform and want to learn more about creating wearable projects. No previous experience in wearables is expected, although a basic knowledge of Arduino programming will help. What You Will Learn * Develop a basic understanding of wearable computing * Learn about Arduino and its compatible prototyping platforms suitable for creating wearables * Understand the design process surrounding the creation of wearable objects * Gain insight into the materials suitable for developing wearable projects * Design and create projects including interactive bike gloves, GPRS locator watch, and more using various kinds of electronic components * Discover programming for interactivity * Learn how to connect and interface wearables' with Bluetooth and WiFi * Get your hands dirty with your own personalized designs In Detail The demand for smart wearable technologies is becoming more popular day by day. The Arduino platform was developed keeping wearables, such as watches that track your location or shoes that count the miles you've run, in mind. It is basically an open-source physical computing platform based on a simple microcontroller board and a development environment in which you create the software for the board. If you're interested in designing and creating your own wearables, this is an excellent platform for you. This book provides you with the skills and understanding to create your own wearable projects. The book covers different prototyping boards which are compatible with the Arduino platform and are suitable for creating wearable projects. Each chapter of the book covers a project in which knowledge and skills are introduced gradually, making the book suitable for all kinds of readers. You begin your journey with understanding electronic components, including LEDs and sensors, to get yourself up to scratch and comfortable with different components. You will then gain hands-on experience by creating your very first wearable project, a pair of interactive bike gloves that help you cycle at night. This is followed by a project making your own funky LED glasses and a cool GPS watch. You'll also delve into other projects including creating your own keyless doorlock, wearable NFC tags, a fitness-tracking device, and a WiFi-enabled spark board. The final project is a compilation of the previous concepts used where you make your own smart watch with fitness tracking, internet-based notifications, GPS, and of course time telling. Style and approach This is a project-based book that introduces each project to the reader step-by-step. Each project starts out by covering all the components individually, and then explains how to combine them into interactive objects. Each project contains an easy-to-follow guide to design and implement the electronics into wearable objects.

Arduino Workshop, 2nd Edition: A Hands-on Introduction with 65 Projects

by John Boxall

Long-awaited revision of this best-selling book on the Arduino electronics platform (35,000+ copies sold). Readers gain an in-depth understanding of the Arduino -- beyond just making simple projects.The Arduino is an inexpensive, flexible microcontroller platform that makes it easy for hobbyists to use electronics in DIY projects. With its wide range of input and output add-ons, sensors, indicators, displays, and motors, the Arduino offers you countless ways to create interactive devices. Through 65 hands-on projects, Arduino Workshop will teach you the tricks and design principles of a master craftsman. This edition has been updated for the latest version of the Arduino IDE and revised to reflect current hardware and technology. It includes coverage of general electronics concepts as well as schematic diagrams and detailed images of components. You&’ll experiment with touchscreens and LED displays, explore robotics, use sensors with wireless data links, and control devices remotely with a cell phone. Build projects like: • An electronic version of the classic six-sided die • A GPS logger that records and displays travel data • A keypad-controlled lock that opens with a secret code • A binary quiz game • A motorized remote control car with collision detection Whatever your skill level, you&’re sure to have fun as you learn to harness the power of the Arduino for your own DIY projects. NEW TO THIS EDITION: • A chapter on creating your own Arduino libraries • Updated robotic vehicle projects • Newer shields that leverage GPS, 3G, and LoRa data transmission capabilities • A chapter on MAX7219-based numeric LED displays and LED matrix modules Covers Arduino IDE 2.x

Arduino Workshop: A Hands-On Introduction with 65 Projects

by John Boxall

The Arduino is a cheap, flexible, open source microcontroller platform designed to make it easy for hobbyists to use electronics in homemade projects. With an almost unlimited range of input and output add-ons, sensors, indicators, displays, motors, and more, the Arduino offers you countless ways to create devices that interact with the world around you.In Arduino Workshop, you'll learn how these add-ons work and how to integrate them into your own projects. You'll start off with an overview of the Arduino system but quickly move on to coverage of various electronic components and concepts. Hands-on projects throughout the book reinforce what you've learned and show you how to apply that knowledge. As your understanding grows, the projects increase in complexity and sophistication.Among the book's 65 projects are useful devices like:– A digital thermometer that charts temperature changes on an LCD–A GPS logger that records data from your travels, which can be displayed on Google Maps– A handy tester that lets you check the voltage of any single-cell battery– A keypad-controlled lock that requires a secret code to openYou'll also learn to build Arduino toys and games like:– An electronic version of the classic six-sided die– A binary quiz game that challenges your number conversion skills– A motorized remote control tank with collision detection to keep it from crashingArduino Workshop will teach you the tricks and design principles of a master craftsman. Whatever your skill level, you'll have fun as you learn to harness the power of the Arduino for your own DIY projects.Uses the Arduino Uno board

Arduino and LEGO Projects

by Jon Lazar

We all know how awesome LEGO is, and more and more people are discovering how many amazing things you can do with Arduino. In Arduino and LEGO Projects, Jon Lazar shows you how to combine two of the coolest things on the planet to make fun gadgets like a Magic Lantern RF reader, a sensor-enabled LEGO music box, and even an Arduino-controlled LEGO train set. Learn that SNOT is actually cool (it means Studs Not on Top) See detailed explanations and images of how everything fits together Learn how Arduino fits into each project, including code and explanations Whether you want to impress your friends, annoy the cat, or just kick back and bask in the awesomeness of your creations, Arduino and LEGO Projects shows you just what you need and how to put it all together.

Arduino by Example

by Adith Jagadish Boloor

Design and build fantastic projects and devices using the Arduino platform About This Book * Explore the different sensors that can be used to improve the functionality of the Arduino projects * Program networking modules in conjunction with Arduino to make smarter and more communicable devices * A practical guide that shows you how to utilize Arduino to create practical, useful projects Who This Book Is For This book is an ideal choice for hobbyists or professionals who want to create quick and easy projects with Arduino. As a prerequisite, readers must have a working Arduino system and some programming background, ideally in C/C++. Basic knowledge of Arduino is helpful but not required to follow along with this book. What You Will Learn * Understand and utilize the capabilities of the Arduino * Integrate sensors to gather environmental data and display this information in meaningful ways * Add modules such as Bluetooth and Wi-fithat allow the Arduino to communicate and send data between devices * Create simple servers to allow communication to occur * Build automated projects including robots while learning complex algorithms to mimic biological locomotion * Implement error handling to make programs easier to debug and look more professional * Integrate powerful programming tools and software such as Python and Processing to broaden the scope of what the Arduino can achieve * Practice and learn basic programming etiquette In Detail Arduino an opensource physical computing platform based on a simple microcontroller board, and a development environment for writing software for the board. The opensource Arduino software (IDE) makes it easy to write code and upload it to the board. It runs on Windows, Mac OS X, and Linux. The environment is written in Java and based on Processing and other opensource software. With the growing interest in home-made, weekend projects among students and hobbyists alike, Arduino offers an innovative and feasible platform to create projects that promote creativity and technological tinkering. Arduino by Example is a project-oriented guide to help you fully utilize the power of one of the world's most powerful open source platforms, Arduino. This book demonstrates three projects ranging from a home automation project involving your lighting system to a simple robotic project to a touch sensor project. You will first learn the basic concepts such as how to get started with the Arduino, and as you start building the project, you will develop the practical skills needed to successfully build Arduino powered projects that have real-life implications. The complexity of the book slowly increases as you complete a project and move on to the next. By the end of this book, you will be able to create basic projects and utilize the elements used in the examples to construct your own devices. Style and approach This book follows a project-oriented approach, with multiple images and plenty of code to help you build your projects easily. The book uses a tutorial-based methodology where the concepts are first explained and then implemented to help you develop the projects.

Arduino for Arduinians: 70 Projects for the Experienced Programmer

by John Boxall

Guided by an expert craftsman with over 30 years of experience, you&’ll build 70 awesome Arduino projects and emerge a true Arduinian ready to invent your own complex creations.For Arduino programmers who&’ve mastered the basics, this book is the next step toward becoming an expert Arduinian. You&’ll build 70 complex and practical projects with this versatile microcontroller platform and gain advanced skills to design reliable, professional, user-friendly creations.You&’ll remote-control your Arduino via Bluetooth and instant messaging, improve the accuracy of clock projects with internet time servers, and automatically turn your Arduino off when it completes a task. You&’ll safely control AC mains power and higher currents and conserve battery with low-power and sleep modes. You&’ll also use Charlieplexing to control LED matrix displays, keep your Arduino running with a watchdog timer, communicate over longer wired distances with the RS232 and RS485 buses, and much more.Along the way, you&’ll build fun and useful devices like:• A camera-enabled circuit to stream videos• An MP3 player to listen to audio of your choice• A CAN bus circuit to gather speed and engine data from your car• A web server to display data captured with an ESP32 board• A PS/2 keyboard to improve your user interfaces and easily enter and display dataGuided by an Arduino master, you&’ll harness dozens of sensors, motors, displays, and techniques to bring your own expert inventions to life.Requirements: Arduino Uno and other Arduino-compatible microcontrollers andUSBasp programmers. Some projects may require other inexpensive parts.

Arduino for Kids

by Priya Kuber Rishi Gaurav Bhatnagar Vijay Varada

A cool guide to help kids develop robots and electronics About This Book • Get clearly-written code with descriptions and comments that explain each code section • The book comes with separate code files, one entire program at a time, as well as many diagrams and separate downloadable files that contain colored photos explaining steps in the book • Kids can build multiple projects during the course of the book; by the end, they will have working projects of their own Who This Book Is For This book is for children aged 9 and up, and their parents, who may or may not have a technical background. This book is tailored around the central idea of introducing electronics as a fun and a curiosity-inducing exercise. This book can act as a bonding exercise between parent and child over a single weekend. What You Will Learn • Write simple programs using variables, functions, loops, arrays, and libraries • Set up the Arduino and understand its internal functioning • Get to grips with connections in electronics and arrive at ways to connect various components yourself • Delve into various sensors and their selection and build your own sensor • Unravel the concept of resistors and capacitors along with understanding the physics of electronics • Become an inventor through interactive exercises (such as making a friend happy with a proximity sensor, and giving "life" to a plant) In Detail The mission of this book is to integrate technology with the tools that children already use for crafts so that they feel that the technology is an extension of their playtime. We use coding, sensors, and micro-controllers integrated with art and craft supplies, origami, and Playdough. There are 10 fun-filled chapters that talk to children directly, and give clear instructions for non-technical parents too. We use Arduino as the controller of choice due to its easy availability and large community. By the end of the book, children will comfortably be able to set up their Arduino, read and understand code, manipulate code, and ultimately write their own code for projects. They will also be able to use basic sensors and know how components connect to each other. All the learning takes place with lots of colorful pictures and the circuits are neatly presented using wiring. Style and approach This book will show you the glamour of common and easily available sensors, so that kids and parents waste no time searching for parts. We provide simple yet fun projects with step-by-step instructions that make it easy to get hands-on.

Arduino for Secret Agents

by Marco Schwartz

Transform your tiny Arduino device into a secret agent gadget to build a range of espionage projects with this practical guide for hackers About This Book * Discover the limitless possibilities of the tiny Arduino and build your own secret agent projects * From a fingerprint sensor to a GPS Tracker and even a robot- learn how to get more from your Arduino * Build nine secret agent projects using the power and simplicity of the Arduino platform Who This Book Is For This book is for Arduino programmers with intermediate experience of developing projects, and who want to extend their knowledge by building projects for secret agents. It would also be great for other programmers who are interested in learning about electronics and programming on the Arduino platform. What You Will Learn * Get to know the full range of Arduino features so you can be creative through practical projects * Discover how to create a simple alarm system and a fingerprint sensor * Find out how to transform your Arduino into a GPS tracker * Use the Arduino to monitor top secret data * Build a complete spy robot! * Build a set of other spy projects such as Cloud Camera and Microphone System In Detail Q might have Bond's gadgets- but he doesn't have an Arduino (not yet at least). Find out how the tiny Arduino microcomputer can be used to build an impressive range of neat secret agent projects that can help you go undercover and get to grips with the cutting-edge of the world of espionage with this book, created for ardent Arduino fans and anyone new to the powerful device. Each chapter shows you how to construct a different secret agent gadget, helping you to unlock the full potential of your Arduino and make sure you have a solution for every tricky spying situation. You'll find out how to build everything from an alarm system to a fingerprint sensor, each project demonstrating a new feature of Arduino, so you can build your expertise as you complete each project. Learn how to open a lock with a text message, monitor top secret data remotely, and even create your own Arduino Spy Robot, Spy Microphone System, and Cloud Spy Camera This book isn't simply an instruction manual - it helps you put your knowledge into action so you can build every single project to completion. Style and approach This practical reference guide shows you how to build various projects with step-by-step explanations on each project, starting with the assembly of the hardware, followed by basics tests of all those hardware components and finally developing project on the hardware.

Arduino for the Cloud: Arduino Yun and Dragino Yun Shield

by Claus Kuhnel

Arduino for the Cloud considers the Arduino Yun and the Dragino Yun Shield as components closing the gap between a typical microcontroller application and connection to the cloud. Arduino Yun combines the classic Arduino with an Atheros AR9331 system-on-a-chip (SoC) for wireless access points and routers platforms, which uses the Linux distribution Linino (OpenWRT) operating system. The Dragino Yun Shield expands any Arduino with network capabilities by the Atheros AR9331.The combination of microcontroller and Linux device supports the whole chain from sensor to software applications in the cloud by hardware and software. This book deals with the Arduino and the Linux device and their interaction, without the need of detailed Linux knowledge.

Arduino iOS Blueprints

by Fabrizio Boco

Integrate the Arduino and iOS platforms to design amazing real-world projects to sense and control external devices About This Book * Cover the most widely used methods in the Internet of Things using Arduino and iOS integration through Wi-Fi Shield and the BLE Breakout board * Design five real-world projects including of electronics, Arduino code, and an iOS application that seamlessly work together * A detailed guide that covers various sensors and actuators through which Arduino interacts with the world including a light sensor, hall effect sensor, accelerometer, servo motor, DC motor, and TRIAC for power line loads Who This Book Is For This book is a technical guide for Arduino and iOS developers who have a basic knowledge of the two platforms but want to learn how to integrate them. The book includes a lot of external references to additional documentation and learning materials, so even if you are less experienced, you can improve your knowledge on the subjects covered. What You Will Learn * Design circuits with Arduino using sensors and actuators * Write code to handle analog and digital sensors with the most used protocols including OneWire, I2C, and SPI) * Store data on SD Card and in EEPROM * Build iOS applications using the MCV pattern and the UIKit components * Allow your applications to control Arduino and its hooked-up devices * Manage TCP/IP, UDP, and Bluetooth BLE communication between Arduino and iOS devices * Make your iOS application take advantage of the sensors available in the iOS devices including accelerometer, gyroscope, and compass * Develop iOS applications that use iBeacons In Detail Arduino and iOS devices have reached wide popularity due to their simple way of use and flexibility. Hence, their integration opens up new opportunities, allowing everyone to build devices that are extremely useful in everyday life. You will first learn how to control Arduino from an iPhone or iPad by writing the Arduino sketch, the iOS application, and integrating everything together via Wi-Fi or Bluetooth BLE. You will then learn about various components that interact with the Arduino such as digital and analog I/O, Wi-Fi shield, Bluetooth BLE, SD card, OneWire, I2C, and so on. You will also learn about iOS, which includes the development of an application from scratch, GUI design and MVC, UIKit, iOS sensors, TCP and Bluetooth BLE communication, and more. All the projects are described in detail, providing you with a learning tool, not just some sketches or some iOS code to copy. Style and approach This is a project-based book with a step-by-step guide that covers everything that you need to build an Arduino-iOS project, right from defining the basic requirements to the coding and testing the entire project. Each chapter ends with ideas on how to improve the project and to constantly learn the topics covered.

Arduino in Action

by Joshua Noble Martin Evans Jordan Hochenbaum

SummaryArduino in Action is a hands-on guide to prototyping and building electronics using the Arduino platform. Suitable for both beginners and advanced users, this easy-to-follow book begins with the basics and then systematically guides you through projects ranging from your first blinking LED through connecting Arduino to devices like game controllers or your iPhone.About the TechnologyArduino is an open source do-it-yourself electronics platform that supports a mind-boggling collection of sensors and actuators you can use to build anything you can imagine. Even if you've never attempted a hardware project, this easy-to-follow book will guide you from your first blinking LED through connecting Arduino to your iPhone.About this BookArduino in Action is a hands-on guide to prototyping and building DIY electronics. You'll start with the basics—unpacking your board and using a simple program to make something happen. Then, you'l attempt progressively more complex projects as you connect Arduino to motors, LCD displays, Wi-Fi, GPS, and Bluetooth. You'll explore input/output sensors, including ultrasound, infrared, and light, and then use them for tasks like robotic obstacle avoidance.Arduino programs look a lot like C or C++, so some programming skill is helpful.What's InsideGetting started with Arduino—no experience required!Writing programs for ArduinoSensing and responding to eventsRobots, flying vehicles, Twitter machines, LCD displays, and more!Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.About the AuthorsMartin Evans is a professional developer, a lifelong electronics enthusiast, and the creator of an Arduino-based underwater ROV. Joshua Noble is an author and creative technologist who works with smart spaces. Jordan Hochenbaum uses Arduino to explore musical expression and creative interaction.Table of ContentsPart 1 Getting startedChapter 1 Hello ArduinoChapter 2 Digital input and outputChapter 3 Simple projects: input and outputPart 2 Putting Arduino to workChapter 4 Extending ArduinoChapter 5 Arduino in motionChapter 6 Object detectionChapter 7 LCD displaysChapter 8 CommunicationsChapter 9 Game onChapter 10 Integrating the Arduino with iOSChapter 11 Making wearablesChapter 12 Adding shieldsChapter 13 Software integration

Arduino in Science: Collecting, Displaying, and Manipulating Sensor Data

by Richard J. Smythe

It’s a simple question, but do you know how to take basic measurements with your Arduino, Raspberry Pi or PC? A lot of the times, you know how to use microcontrollers, sensors, and programming skills to collect data. This book takes it one step further to teach you how to transform your PC, Raspberry Pi, and Arduino to a device that can measure, collect, and analyze data.You'll begin from a simple starting point reviewing the basics of electronics and digital and analog concepts. As you advance through this book, you’ll work through 10 exercises to develop a working knowledge of microcontroller properties and graphical data presentation concepts, basic electronic technology, and the fundamentals of controlling and acquiring data.Arduino in Science is your guide to monitoring and measuring physical – chemical parameters with integrated circuitry and physical computational systems.What You’ll LearnReview fundamental human machine interfacing with supervisory control and data acquisition softwareExamine timing, counting, and serial communication conceptsAdapt microcontrollers to perform sophisticated functionsUnderstand collection and presentation of dataWho This Book Is ForBeginner-level students, citizen scientists, and hobbyists, and is also great for educators who can seamlessly implement this content into STEM programs.

Arduino-Based Embedded Systems: Interfacing, Simulation, and LabVIEW GUI

by Rajesh Singh Sushabhan Choudhury Anita Gehlot Bhupendra Singh

Arduino is an open-source electronics platform based on easy-to-use hardware and software while LabVIEW is a graphical programming telling how to connect functions and work with a variety of datatypes when constructing applications.This book will help beginners to get started with Arduino-based embedded systems including essential know-how of the programming and interfacing of the devices. Book includes programming and simulation of Arduino-based projects and interfacing with LabVIEW, based on practical case studies. The book comprises of total twenty five chapters with description, working model of LabVIEW and programming with Arduino IDE.

Arduino: A Handbook for Technicians, Engineers, and Makers

by J. M. Hughes

Rather than yet another project-based workbook, Arduino: A Technical Reference is a reference and handbook that thoroughly describes the electrical and performance aspects of an Arduino board and its software.This book brings together in one place all the information you need to get something done with Arduino. It will save you from endless web searches and digging through translations of datasheets or notes in project-based texts to find the information that corresponds to your own particular setup and question.Reference features include pinout diagrams, a discussion of the AVR microcontrollers used with Arduino boards, a look under the hood at the firmware and run-time libraries that make the Arduino unique, and extensive coverage of the various shields and add-on sensors that can be used with an Arduino. One chapter is devoted to creating a new shield from scratch.The book wraps up with detailed descriptions of three different projects: a programmable signal generator, a "smart" thermostat, and a programmable launch sequencer for model rockets. Each project highlights one or more topics that can be applied to other applications.

Arduino: A Quick-Start Guide

by Maik Schmidt

Arduino is an open-source platform that makes DIY electronics projects easier than ever. Gone are the days when you had to learn electronics theory and arcane programming languages before you could even get an LED to blink. Now, with this new edition of the bestsellingArduino: A Quick-Start Guide, readers with no electronics experience can create their first gadgets quickly. This book is up-to-date for the new Arduino Zero board, with step-by-step instructions for building a universal remote, a motion-sensing game controller, and many other fun, useful projects.This Quick-Start Guide is packed with fun, useful devices to create, with step-by-step instructions and photos throughout. You'll learn how to connect your Arduino to the Internet and program both client and server applications. You'll build projects such as your own motion-sensing game controller with a three-axis accelerometer, create a universal remote with an Arduino and a few cheap parts, build your own burglar alarm that emails you whenever someone's moving in your living room, build binary dice, and learn how to solder. In one of several new projects in this edition, you'll create your own video game console that you can connect to your TV set. This book is completely updated for the new Arduino Zero board and the latest advances in supporting software and tools for the Arduino. Sidebars throughout the book point you to exciting real-world projects using the Arduino, exercises extend your skills, and "What If It Doesn't Work" sections help you troubleshoot common problems. With this book, beginners can quickly join the worldwide community of hobbyists and professionals who use the Arduino to prototype and develop fun, useful inventions.What You Need:This is the full list of all parts you'd need for all projects in the book; some of these are provided as part of various kits that are available on the web, or you can purchase individually. Sources include adafruit.com, makershed.com, radioshack.com, sparkfun.com, and mouser.com. Please note we do not support or endorse any of these vendors, but we list them here as aconvenience for you. Arduino Zero (or Uno or Duemilanove or Diecimila) board USB cable Half-size breadboard Pack of LEDs (at least 3, 10 or more is a good idea) Pack of 100 ohm, 10k ohm, and 1k ohm resistors Four pushbuttons Breadboard jumper wire / connector wire Parallax Ping))) sensor Passive Infrared sensor An infrared LED A 5V servo motor Analog Devices TMP36 temperature sensor ADXL335 accelerometer breakout board 6 pin 0.1" standard header (might be included with the ADXL335) Nintendo Nunchuk Controller Arduino Ethernet shield Arduino Proto shield and a tiny breadboard (optional but recommended) Piezo speaker/buzzer (optional) Tilt sensor (optional) A 25-30 Watts soldering iron with a tip (preferrably 1/16") A soldering stand and a sponge A standard 60/40 solder (rosin-core) spool for electronics work

Arduino: Building exciting LED based projects and espionage devices

by Marco Schwartz Samarth Shah Utsav Shah Adith Jagdish Boloor

Find out how to transform your Arduino device into an awesome secret agent gadget with this course, taking in everything from robotics to remote control cameras About This Book *This course won't just teach you. It will help you apply your knowledge so you can get creative - quickly! *Find out how to make a computer interact with the real-world - you'll be learning the basics of IoT without realizing it. *Robots. A sound controlled Christmas tree. This course proves anything is possible with an Arduino! Who This Book Is For Seeking inspiration? This course will help you get creative with your Arduino quickly. What You Will Learn *Find out how to explore the full potential of your tiny Arduino *Find out how to bridge the gap between the real world and software, as you gather and visualize data from the environment *Create simple servers to allow communication to occur *Transform your Arduino into a GPS tracker *Use the Arduino to monitor top secret data *Build a complete spy robot! In Detail An Arduino might be a tiny computer but it can be used as the foundation for a huge range of projects. In this course, we'll show you how just some of the projects that are possible with an Arduino. From robotics to secret agent gadgets, we're pretty confident that this course will get you thinking creatively - and inspire you to create your very own new projects using the Arduino hacking skills you learn. This course, combines both text and video content - it's made up of three modules to help organize your learning. In the first module we'll show you how to build three different Arduino projects. All of these will not only get you up and running with something practical, they'll also help you better understand how the Arduino works. Find out how to develop a home automation system and even build a robot! In the second module we'll go one step further to help you get creative as you learn how to program LEDs with your Arduino. You'll find out how to build a mood lamp and a remote-controlled TV backlight, before going on to make a sound controlled LED Christmas tree that makes use of sound visualization. Finally, the third module takes you from stylish design into espionage, as you learn how to create neat secret agent gadgets with your Arduino. Find out how to build an alarm system, a fingerprint sensor, even open a lock with a text message. And that's not all - but to find out more you'll have to dive in! This Learning Path combines some of the best that Packt has to offer in one complete, curated package. It includes content from the following Packt products: ? Arduino By Example by Adith Jagadish Boloor ? Arduino BLINK Blueprints by Samarth Shah, Utsav Shah ? Arduino for Secret Agents by Marco Shwartz Style and approach Combining both video and text and built from some of Packt's very best Arduino content, this course comprises of three modules covering a range of projects. It's completely focused on helping the user get creative as quickly as possible so they can explore what's possible with Arduino themselves.

Arduous Tasks

by Lina N Insana

One of twentieth-century Italy's greatest thinkers, Primo Levi (1919-1987) started reflecting on the Holocaust almost immediately after his return home from the year he survived in Auschwitz. Levi's powerful Holocaust testimonials reveal his preoccupation with processes of translation, in the form of both embedded and book-length renderings of texts relevant to Holocaust survival. In Arduous Tasks, Lina N. Insana demonstrates how translation functions as a metaphor for the transmission of Holocaust testimony and broadens the parameters of survivor testimony. The first book to study Levi and translation, Arduous Tasks overcomes the conventional views of the separation between his own personal memoirs and his translations by stressing the centrality of translation in Levi's entire corpus. Examining not only the testimonial nature of his work, Insana also discusses the transgressive and performative aspects of transmission in his writings. Arduous Tasks is a superb and innovative study on the importance of translation not only to Levi, but also to Holocaust studies in general.

Are African Current Account Deficits Different? Stylized Facts, Transitory Shocks, and Decomposition Analysis

by Alberto Chong César Calderón Luisa Zanforlin

A report from the International Monetary Fund.

Are All Guys Assholes?

by Amber Madison

What if everything you've been told about guys your entire life has been a lie? And what if your approach to sex, dating, and relationships is completely wrong, because it's based on false assumptions about how men think and feel? The idea that guys are "only interested in one thing," may help comedians, TV executives, and "dating gurus" make money, but it's not the truth. That's right-guys care about more than just sex, they don't have to be coaxed into relationships, and they deeply value emotional connections with women. How do we know? Because sex and dating expert Amber Madison asked them. She grilled more than a thousand guys in ten cities through interviews and surveys. She examined every stage of romantic relationships-from meeting a guy to getting serious with him-in order to find out what men really think, and why they do the things they do. Why do guys stop calling after a few dates? How can you tell if a guy actually likes you? How soon is too soon to have sex? Based on actual research, Are All Guys Assholes teaches you how to decipher and navigate any dating, hookup, or relationship situation. It explains the roots of some seemingly asshole-ish behaviors, and teaches you how to tell the good ones from the assholes once and for all. By the end, you'll never look at guys the same way again. .

Are All Politics Nationalized?: Evidence from the 2020 Campaigns in Pennsylvania

by Stephen K. Medvic Matthew M. Schousen Berwood A. Yost

Given the news media’s focus on national issues and debates, voters might be expected to make decisions about state and local candidates based on their views of the national parties and presidential candidates. However, nationalization as a concept, and the process by which politics becomes nationalized, are not fully understood. Are All Politics Nationalized? addresses this knowledge gap by looking at the behavior of candidates and the factors that influence voters’ electoral choices. The editors and contributors examine the 2020 elections in six Pennsylvania districts to explore the level of nationalization in campaigns for Congress and state legislature. They also question if politicians are encouraging nationalized behavior and straight ticket voting—especially with down-ballot races. Are All Politics Nationalized? concludes that issues specific to particular districts—such as fracking and local union politics—still matter, and candidates are eager to connect with voters by highlighting their ties to the local community. National politics do trickle down to local races, but races up and down the ballot are still heavily localized.

Are All Politics Nationalized?: Evidence from the 2020 Campaigns in Pennsylvania

by Stephen K. Medvic, Matthew M. Schousen and Berwood A. Yost

Given the news media’s focus on national issues and debates, voters might be expected to make decisions about state and local candidates based on their views of the national parties and presidential candidates. However, nationalization as a concept, and the process by which politics becomes nationalized, are not fully understood. Are All Politics Nationalized? addresses this knowledge gap by looking at the behavior of candidates and the factors that influence voters’ electoral choices. The editors and contributors examine the 2020 elections in six Pennsylvania districts to explore the level of nationalization in campaigns for Congress and state legislature. They also question if politicians are encouraging nationalized behavior and straight ticket voting—especially with down-ballot races. Are All Politics Nationalized? concludes that issues specific to particular districts—such as fracking and local union politics—still matter, and candidates are eager to connect with voters by highlighting their ties to the local community. National politics do trickle down to local races, but races up and down the ballot are still heavily localized.

Are All Religions True? (Questions for Restless Minds)

by Harold A. Netland

How you should think about religious diversity. We live in a diverse world. Religious pluralism holds that each religion is of equal worth and offers a legitimate lifestyle. But Christianity claims Jesus is the only way to be saved. Is Christianity bigoted? In Are All Religions True?, Harold A. Netland offers a Christian response to religious pluralism. Netland considers the nature of religious claims, tolerance, and the great commission. Wisdom is needed. While Christians should support aspects of religious diversity, we also believe that Jesus is the Lord and Savior of all. Learn how you can be devoted to Christ while showing love for those of other faiths. The Questions for Restless Minds series applies God's word to today's issues. Each short book faces tough questions honestly and clearly, so you can think wisely, act with conviction, and become more like Christ.

Are All the Women Still White?: Rethinking Race, Expanding Feminisms (SUNY series in Feminist Criticism and Theory)

by Janell Hobson

More than thirty years have passed since the publication of All the Women are White, All the Blacks are Men, But Some of Us are Brave. Given the growth of women's and gender studies in the last thirty-plus years, this updated and responsive collection expands upon this transformation of consciousness through multiracial feminist perspectives. The contributors here reflect on transnational issues as diverse as intimate partner violence, the prison industrial complex, social media, inclusive pedagogies, transgender identities, and (post) digital futures. This volume provides scholars, activists, and students with critical tools that can help them decenter whiteness and other power structures while repositioning marginalized groups at the center of analysis.

Are Americans Becoming More Peaceful?

by Paul Joseph

"It's time that someone broke into the general gloom created by a war-loving administration and reminded us that we are a peace-loving people. Paul Joseph's book does just that, not with fantasy but with facts, showing how the public antipathy to war, suppressed too long by propaganda and deception, is coming to the surface, and offers hope." Howard Zinn "In this antidote to despair, Joseph shows how even the most sophisticated efforts of US political and military leaders to maintain public support for war are flawed and doomed to failure in the face of an increasingly skeptical public that is unwilling to accept the costs." William A. Gamson, Boston College "An original and thought-provoking perspective on one of the most important issues in American politics today." Michael Klare, Hampshire College Are Americans becoming more peaceful -- even after the 2004 elections and the seeming affirmation of the war in Iraq? This book looks at the meaning of peace in the face of war and offers an optimistic interpretation of the public's changing views. US citizens are becoming increasingly uncomfortable with the costs of war that can be measured not just in dollars but in lives and international respect. Americans are becoming ever more resistant to government management of the "facts" surrounding war. In areas ranging from media and photojournalism to gender and casualties, Joseph exposes the reality of popular opposition to war.

Refine Search

Showing 95,226 through 95,250 of 100,000 results