Treffer: Learning Javascript Robotics : Design, Build, and Program Your Own Remarkable Robots with JavaScript and Open Source Hardware

Title:
Learning Javascript Robotics : Design, Build, and Program Your Own Remarkable Robots with JavaScript and Open Source Hardware
Authors:
Resource Type:
eBook.
Database:
eBook Index

Weitere Informationen

Design, build, and program your own remarkable robots with JavaScript and open source hardware Key FeaturesBook DescriptionThere has been a rapid rise in the use of JavaScript in recent times in a variety of applications, and JavaScript robotics has seen a rise in popularity too. Johnny-Five is a framework that gives NodeBots a consistent API and platform across several hardware systems. This book walks you through basic robotics projects including the physical hardware builds and the JavaScript code for them. You'll delve into the concepts of Johnny-Five and JS robotics. You'll learn about various components such as Digital GPIO pins, PWM output pins, Sensors, servos, and motors to be used with Johnny-Five along with some advanced components such as I2C, and SPI. You will learn to connect your Johnny-Five robots to internet services and other NodeBots to form networks. By the end of this book, you will have explored the benefits of the Johnny-Five framework and the many devices it unlocks.What you will learnFamiliarise yourself with JohnnyFive Read, Eval, and Print Loop (REPL) to modify and debug robotics code in real timeBuild robots with basic output devices to create projects that light up, make noise, and moreCreate projects with complex output devices, and employ the JohnnyFive API to simplify the use of components that require complex interfaces, such as I2CMake use of sensors and input devices to allow your robotics projects to survey the world around them and accept input from usersUse the Sensor and Motor objects to make it much easier to move your robotics projectsLearn about the Animation API that will allow you to program complex movements using timing and key framesBring in other devices to your JohnnyFive projects, such as USB devices and remotesConnect your JohnnyFive projects to external APIs and create your own Internet of Things!Who this book is for