Catalogue Search | MBRL
Search Results Heading
Explore the vast range of titles available.
MBRLSearchResults
-
DisciplineDiscipline
-
Is Peer ReviewedIs Peer Reviewed
-
Series TitleSeries Title
-
Reading LevelReading Level
-
YearFrom:-To:
-
More FiltersMore FiltersContent TypeItem TypeIs Full-Text AvailableSubjectCountry Of PublicationPublisherSourceTarget AudienceDonorLanguagePlace of PublicationContributorsLocation
Done
Filters
Reset
455
result(s) for
"Microcontrollers Programming."
Sort by:
Programming PIC microcontrollers with XC8
Learn how to use microcontrollers without all the frills and math. This book uses a practical approach to show you how to develop embedded systems with 8 bit PIC microcontrollers using the XC8 compiler. It's your complete guide to understanding modern PIC microcontrollers. Are you tired of copying and pasting code into your embedded projects? Do you want to write your own code from scratch for microcontrollers and understand what your code is doing? Do you want to move beyond the Arduino? Then Programming PIC Microcontrollers with XC8 is for you! Written for those who want more than an Arduino, but less than the more complex microcontrollers on the market, PIC microcontrollers are the next logical step in your journey. You'll also see the advantage that MPLAB X offers by running on Windows, MAC and Linux environments. You don't need to be a command line expert to work with PIC microcontrollers, so you can focus less on setting up your environment and more on your application.
Deep Learning on Microcontrollers
by
Atul Krishna Gupta, Dr. Siva Prasad Nandyala
in
COMPUTERS / General
,
COMPUTERS / Information Technology
,
COMPUTERS / Internet / General
2023
A step-by-step guide that will teach you how to deploy TinyML on microcontrollers
Key Features
? Deploy machine learning models on edge devices with ease.
? Leverage pre-built AI models and deploy them without writing any code.
? Create smart and efficient IoT solutions with TinyML.
Description
TinyML, or Tiny Machine Learning, is used to enable machine learning on resource-constrained devices, such as microcontrollers and embedded systems. If you want to leverage these low-cost, low-power but strangely powerful devices, then this book is for you. This book aims to increase accessibility to TinyML applications, particularly for professionals who lack the resources or expertise to develop and deploy them on microcontroller-based boards. The book starts by giving a brief introduction to Artificial Intelligence, including classical methods for solving complex problems. It also familiarizes you with the different ML model development and deployment tools, libraries, and frameworks suitable for embedded devices and microcontrollers. The book will then help you build an Air gesture digit recognition system using the Arduino Nano RP2040 board and an AI project for recognizing keywords using the Syntiant TinyML board. Lastly, the book summarizes the concepts covered and provides a brief introduction to topics such as zero-shot learning, one-shot learning, federated learning, and MLOps. By the end of the book, you will be able to develop and deploy end-to-end Tiny ML solutions with ease.
What you will learn
? Learn how to build a Keyword recognition system using the Syntiant TinyML board.
? Learn how to build an air gesture digit recognition system using the Arduino Nano RP2040.
? Learn how to test and deploy models on Edge Impulse and Arduino IDE.
? Get tips to enhance system-level performance.
? Explore different real-world use cases of TinyML across various industries.
Who this book is for
The book is for IoT developers, System engineers, Software engineers, Hardware engineers, and professionals who are interested in integrating AI into their work. This book is a valuable resource for Engineering undergraduates who are interested in learning about microcontrollers and IoT devices but may not know where to begin.
Table of Contents
1. Introduction to AI
2. Traditional ML Lifecycle
3. TinyML Hardware and Software Platforms
4. End-to-End TinyML Deployment Phases
5. Real World Use Cases
6. Practical Experiments with TinyML
7. Advance Implementation with TinyML Board
8. Continuous Improvement
9. Conclusion
Programming with STM32 : getting started with the Nucleo Board and C/C++
Get up and running programming the STM32 line of microcontrollers from STMicroelectronics using the hands-on information contained in this easy-to-follow guide. Written by an experienced electronics hobbyist and author, Programming with STM32: Getting Started with the Nucleo Board and C/C++ features start-to-finish projects that clearly demonstrate each technique. Discover how to set up a stable development toolchain, write custom programs, download your programs to the development board, and execute them. You will even learn how to work with external servos and LED displays!
Arduino sketches : tools and techniques for programming wizardry
by
Langbridge, James A.
in
Arduino (Programmable controller)
,
Microcontrollers
,
Microcontrollers -- Programming
2015
Master programming Arduino with this hands-on guideArduino Sketches is a practical guide to programming the increasingly popular microcontroller that brings gadgets to life. Accessible to tech-lovers at any level, this book provides expert instruction on Arduino programming and hands-on practice to test your skills. You'll find coverage of the various Arduino boards, detailed explanations of each standard library, and guidance on creating libraries from scratch - plus practical examples that demonstrate the everyday use of the skills you're learning. Work on increasingly advanced programming projects, and gain more control as you learn about hardware-specific libraries and how to build your own. Take full advantage of the Arduino API, and learn the tips and tricks that will broaden your skillset.The Arduino development board comes with an embedded processor and sockets that allow you to quickly attach peripherals without tools or solders. It's easy to build, easy to program, and requires no specialized hardware. For the hobbyist, it's a dream come true - especially as the popularity of this open-source project inspires even the major tech companies to develop compatible products. Arduino Sketches is a practical, comprehensive guide to getting the most out of your Arduino setup. You'll learn to:Communicate through Ethernet, WiFi, USB, Firmata, and XbeeFind, import, and update user libraries, and learn to create your ownMaster the Arduino Due, Esplora, Yun, and Robot boards for enhanced communication, signal-sending, and peripheralsPlay audio files, send keystrokes to a computer, control LED and cursor movement, and moreThis book presents the Arduino fundamentals in a way that helps you apply future additions to the Arduino language, providing a great foundation in this rapidly-growing project. If you're looking to explore Arduino programming, Arduino Sketches is the toolbox you need to get started.
Arduino for musicians : a complete guide to Arduino and teensy microcontrollers
by
Edstrom, Brent
in
Arduino (Programmable controller)
,
Construction
,
Electronic musical instruments
2016
The Arduino platform provides a virtually limitless range of creative opportunities to musicians who are interested to explore new technologies. In Arduino for Musicians, Brent Edstrom provides a comprehensive guide to the underlying technologies enabling the creation of custom instruments that respond to light, touch, breath, and other forms of control.
Arduino sketches : tools and techniques for programming wizardry /
\"Communicate through Ethernet, Wi-Fi, USB, and Firmata; find, import, and update user libraries to get up and running faster; explore device-specific libraries created specifically for peripherals; build your own libraries and shields for a custom experience; enhance communication with Arduino Due, Esplora, Yun, and Robot boards; control a computer's keystrokes and cursor movement remotely; play audio files, control LED lights, and more\"--Page 4 of cover.
Arduino Android Blueprints
2014
Arduino is an open source microcontroller built on a single-circuit board that is capable of receiving sensory input from the environment and controlling interactive physical objects.The first few projects of this book will focus on displaying tweets within your app by connecting to Twitter, controlling basic functions of the Arduino board, and connecting an Arduino-powered weather station to an Android phone via Bluetooth. Next, you will learn how to use the Arduino Yun board to connect a standard USB camera to a local Wi-Fi network. At the end of the book, you will build a simple mobile robot, connect it to an Arduino board and a Bluetooth module, then control the robot from an Android phone using Bluetooth.Each project is explained in a step-by-step fashion, always starting with the choice of components and the assembly of the hardware.