Narrow your search

Library

LUCA School of Arts (50)

Odisee (50)

Thomas More Kempen (50)

Thomas More Mechelen (50)

UCLL (50)

VIVES (50)

KU Leuven (35)

VUB (34)

Vlerick Business School (28)

UGent (26)

More...

Resource type

book (49)

digital (1)

periodical (1)


Language

English (50)


Year
From To Submit

2022 (1)

2020 (2)

2019 (3)

2018 (2)

2017 (1)

More...
Listing 1 - 10 of 50 << page
of 5
>>
Sort by

Book
MicroPython cookbook
Author:
ISBN: 1838641955 9781838641955 Year: 2019 Publisher: Birmingham, UK

Loading...
Export citation

Choose an application

Bookmark

Abstract

Learn how you can control LEDs, make music, and read sensor data using popular microcontrollers such as Adafruit Circuit Playground, ESP8266, and the BBC micro:bit Key Features Load and execute your first program with MicroPython Program an IoT device to retrieve weather data using a RESTful API Get to grips with integrating hardware, programming, and networking concepts with MicroPython Book Description MicroPython is an open source implementation of Python 3 that runs in embedded environments. With MicroPython, you can write clean and simple Python code to control hardware instead of using complex low-level languages such as C and C++. This book guides you through all the major applications of the MicroPython platform to build and program projects that use microcontrollers. This MicroPython book covers recipes that will help you experiment with the programming environment and hardware programmed in MicroPython. You'll find tips and techniques for building a variety of objects and prototypes that can sense and respond to touch, sound, position, heat, and light. This book will take you through the uses of MicroPython with a variety of popular input devices and sensors. You'll learn techniques to handle time delays and sensor readings, and apply advanced coding techniques to create complex projects. As you advance, you'll deal with Internet of Things (IoT) devices and integration with other online web services. In addition to this, you'll use MicroPython to make music with bananas and create portable multiplayer video games that incorporate sound and light animations into the gameplay. By the end of this book, you'll have mastered the tips and tricks to troubleshoot your development problems and take your MicroPython project to the next level. What you will learn Execute code without any need for compiling or uploading using REPL (read-evaluate-print-loop) Program and control LED matrix and NeoPixel drivers to display patterns and colors Build projects that make use of light, temperature, and touch sensors Configure devices to create Wi-Fi access points and use network modules to scan and connect to existing networks Use Pulse Width Modulation to control DC motors and servos Build an IoT device to display live weather data from the Internet at the touch of a button Who this book is for If you want to build and program projects that use microcontrollers, this book will offer you dozens of recipes to guide you through all the major applications o...

Keywords

Microcontrollers


Book
BeagleBone Robotic projects : create complex and exciting robotic projects with the BeagleBone Blue
Author:
Year: 2017 Publisher: Birmingham, [England] : Packt,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Exciting new capabilities to enable even easier DIY robotics with BeagleBone Blue About This Book Build powerful robots with the all new BeagleBone Blue Communicate with your robot and teach it to detect and respond to its environment Control walking, rolling, swimming, and flying robots with your iOS and Android mobile devices Who This Book Is For This book is for anyone who is curious about using new, low-cost hardware to create robotic projects and have previously been the domain of research labs, major universities, or defence departments. Some programming experience would be useful, but if you know how to use a personal computer, you can use this book to construct far more complex systems than you would have thought possible. What You Will Learn Power on and configure the BeagleBone Blue Get to know Simple programming techniques to enable the unique hardware capabilities of the BeagleBone Blue. Connect standard hardware to enable your projects to see, speak, hear, and move Build advanced capabilities into your projects, such as GPS and sonar sensors Build complex projects that can fly, or go under or on the water In Detail BeagleBone Blue is effectively a small, light, cheap computer in a similar vein to Raspberry Pi and Arduino. It has all of the extensibility of today's desktop machines, but without the bulk, expense, or noise. This project guide provides step-by-step instructions that enable anyone to use this new, low-cost platform in some fascinating robotics projects. By the time you are finished, your projects will be able to see, speak, listen, detect their surroundings, and move in a variety of amazing ways. The book begins with unpacking and powering up the components. This includes guidance on what to purchase and how to connect it all successfully, and a primer on programming the BeagleBone Blue. You will add additional software functionality available from the open source community, including making the system see using a webcam, hear using a microphone, and speak using a speaker. You will then learn to use the new hardware capability of the BeagleBone Blue to make your robots move, as well as discover how to add sonar sensors to avoid or find objects. Later, you will learn to remotely control your robot through iOS and Android devices. At the end of this book, you will see how to integrate all of these functionalities to work together, before developing the most impressive robotics projects: Drone and Submarine. Style and ap...


Book
TinyML Cookbook : combine artificial intelligence and ultra-low-power embedded devices to make the world smarter
Authors: ---
ISBN: 1801812632 Year: 2022 Publisher: Birmingham : Packt Publishing, Limited,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Work through over 50 recipes to develop smart applications on Arduino Nano 33 BLE Sense and Raspberry Pi Pico using the power of machine learning Key Features Train and deploy ML models on Arduino Nano 33 BLE Sense and Raspberry Pi Pico Work with different ML frameworks such as TensorFlow Lite for Microcontrollers and Edge Impulse Explore cutting-edge technologies such as microTVM and Arm Ethos-U55 microNPU Book Description This book explores TinyML, a fast-growing field at the unique intersection of machine learning and embedded systems to make AI ubiquitous with extremely low-powered devices such as microcontrollers. The TinyML Cookbook starts with a practical introduction to this multidisciplinary field to get you up to speed with some of the fundamentals for deploying intelligent applications on Arduino Nano 33 BLE Sense and Raspberry Pi Pico. As you progress, you'll tackle various problems that you may encounter while prototyping microcontrollers, such as controlling the LED state with GPIO and a push-button, supplying power to microcontrollers with batteries, and more. Next, you'll cover recipes relating to temperature, humidity, and the three "V" sensors (Voice, Vision, and Vibration) to gain the necessary skills to implement end-to-end smart applications in different scenarios. Later, you'll learn best practices for building tiny models for memory-constrained microcontrollers. Finally, you'll explore two of the most recent technologies, microTVM and microNPU that will help you step up your TinyML game. By the end of this book, you'll be well-versed with best practices and machine learning frameworks to develop ML apps easily on microcontrollers and have a clear understanding of the key aspects to consider during the development phase. What you will learn Understand the relevant microcontroller programming fundamentals Work with real-world sensors such as the microphone, camera, and accelerometer Run on-device machine learning with TensorFlow Lite for Microcontrollers Implement an app that responds to human voice with Edge Impulse Leverage transfer learning to classify indoor rooms with Arduino Nano 33 BLE Sense Create a gesture-recognition app with Raspberry Pi Pico Design a CIFAR-10 model for memory-constrained microcontrollers Run an image classifier on a virtual Arm Ethos-U55 microNPU with microTVM Who this book is for This book is for machine learning developers/engineers interested in developing machine learning applications on microcontrollers through practical examples quickly. Basic familiarity with C/C++, the Python programming language, and the command-line interface (CLI) is required. However, no prior knowledge of microcontrollers is necessary.


Book
Automotive cybersecurity
Author:
ISBN: 163485988X 9781634859882 9781634859875 Year: 2016 Publisher: New York

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Programming 32-bit microcontrollers in C : exploring the PIC32
Author:
ISBN: 1281309109 9786611309107 0080560105 9780080560106 9780750687096 0750687096 Year: 2008 Publisher: Amsterdam ; Boston : Burlington, Mass. : Elsevier ; Newnes,

Loading...
Export citation

Choose an application

Bookmark

Abstract

*Just months after the introduction of the new generation of 32-bit PIC microcontrollers, a Microchip insider and acclaimed author takes you by hand at the exploration of the PIC32*Free CD-ROM includes source code in C and the Microchip MPLAB C32 compiler*Includes handy checklists to help readers perform the most common programming and debugging tasksThe new 32-bit microcontrollers bring the promise of more speed and more performance while offering an unprecedented level of compatibility with existing 8 and 16-bit PIC microcontrollers. In sixteen engaging chapters, usin


Book
Arm-based microcontroller multitasking projects
Author:
ISBN: 0128226315 0128212276 9780128226315 9780128212271 Year: 2020 Publisher: Kidlington Newnes

Loading...
Export citation

Choose an application

Bookmark

Abstract

Most microcontroller-based applications nowadays are large, complex, and may require several tasks to share the MCU in multitasking applications. Most modern high-speed microcontrollers support multitasking kernels with sophisticated scheduling algorithms so that many complex tasks can be executed on a priority basis. ARM-based Microcontroller Multitasking Projects: Using the FreeRTOS Multitasking Kernel explains how to multitask ARM Cortex microcontrollers using the FreeRTOS multitasking kernel. The book describes in detail the features of multitasking operating systems such as scheduling, priorities, mailboxes, event flags, semaphores etc. before going onto present the highly popular FreeRTOS multitasking kernel. Practical working real-time projects using the highly popular Clicker 2 for STM32 development board (which can easily be transferred to other boards) together with FreeRTOS are an essential feature of this book. Projects include: LEDs flashing at different rates; Refreshing of 7-segment LEDs; Mobile robot where different sensors are controlled by different tasks; Multiple servo motors being controlled independently; Multitasking IoT project; Temperature controller with independent keyboard entry; Random number generator with 3 tasks: live, generator, display; home alarm system; car park management system, and many more. Explains the basic concepts of multitasking Demonstrates how to create small multitasking programs Explains how to install and use the FreeRTOS on an ARM Cortex processor Presents structured real-world projects that enables the reader to create their own


Book
PIC projects for non-programmers
Author:
ISBN: 128058274X 9786613612526 0080879373 1856176037 9781856176033 Year: 2012 Publisher: Oxford, U.K. ; Waltham, Mass. : Newnes,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Microcontrollers are everywhere: from cellphones to robots they are the brains behind the electronics revolution. The PIC is one of the leading microcontrollers for professional applications, but also the first choice for experimenters and students.Now you can build your own tried and test projects along with best-selling author John Iovine. John presents 10 projects with all the introductory material that you need to get up and running. What makes this book special is the symbolic compiler that is used throughout the book and provided for FREE on an accompanying CD-ROM. New professionals and


Book
BeagleBone media center
Author:
ISBN: 1784390224 9781784390228 178439999X 9781784399993 Year: 2015 Publisher: Birmingham, England

Loading...
Export citation

Choose an application

Bookmark

Abstract

Whether you are a hobbyist or a professional, this book will get you fully equipped to resolve the most commonly occurring media-related challenges. If you want to expand your horizons beyond lighting an LED and push the limits of your board, this is just the book for you. Working knowledge of BeagleBone is assumed.


Book
BeagleBone Robotic Projects.
Author:
ISBN: 1783559330 1306280214 9781306280211 9781783559336 1783559322 9781783559329 Year: 2013 Publisher: Packt Publishing

Loading...
Export citation

Choose an application

Bookmark

Abstract

Develop practical example projects with detailed explanations; combine the projects in a vast number of ways to create different robot designs, or work through them in sequence to discover the full capability of the BeagleBone Black.This book is for anyone who is curious about using new, low-cost hardware to create robotic projects that have previously been the domain of research labs, major universities or Defence departments. Some programming experience would be useful, but if you know how to use a personal computer, you can use this book to construct far more complex systems than you would


Book
Designing embedded systems with 32-bit PIC microcontrollers and MikroC
Author:
ISBN: 0080981992 0080977863 1299819184 9780080981994 9781299819184 9780080977867 Year: 2014 Publisher: Oxford, United Kingdom : Newnes,

Loading...
Export citation

Choose an application

Bookmark

Abstract

The new generation of 32-bit PIC microcontrollers can be used to solve the increasingly complex embedded system design challenges faced by engineers today. This book teaches the basics of 32-bit C programming, including an introduction to the PIC 32-bit C compiler. It includes a full description of the architecture of 32-bit PICs and their applications, along with coverage of the relevant development and debugging tools. Through a series of fully realized example projects, Dogan Ibrahim demonstrates how engineers can harness the power of this new technology to optimize their embedded design

Listing 1 - 10 of 50 << page
of 5
>>
Sort by