Reader small image

You're reading from  MicroPython Projects

Product typeBook
Published inApr 2020
Reading LevelExpert
PublisherPackt
ISBN-139781789958034
Edition1st Edition
Languages
Right arrow
Author (1)
Jacob Beningo
Jacob Beningo
author image
Jacob Beningo

Jacob Beningo is an independent consultant who specializes in microcontroller-based embedded systems. He has advised, coached, and developed systems across multiple industries, including the automotive, defense, industrial, medical, and space sectors. Jacob enjoys working with companies to help them develop and improve their processes and skill sets. He publishes a monthly newsletter, Embedded Bytes, and blogs for publications about embedded system design techniques and challenges. Jacob holds bachelor's degrees in electrical engineering, physics, and mathematics from Central Michigan University and a master's degree in space systems engineering from the University of Michigan.
Read more about Jacob Beningo

Right arrow

Chapter 7

  1. What are the technologies that are typically used in gesture-control applications?
    • IR LEDs and photodiodes
    • Cameras
  2. What four main gestures were covered in this chapter?
    • Forward
    • Backward
    • Left
    • Right
  3. What three analog engines are provided in the APDS-9660?
    • Proximity detection
    • Gesture detection
    • RGB color detection
  4. What is the difference between a driver and an integrated application module?
    • A driver provides access to all functionality within a chip for use generically by the application. A driver requires a developer to create a higher-level module to use the data from the driver to perform useful work. An integrated application module integrates some driver functionality into the application module so that they are highly integrated and coupled together.
  1. What method was used to determine the gesture direction?
    • Using four of the last five data points with...
lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
MicroPython Projects
Published in: Apr 2020Publisher: PacktISBN-13: 9781789958034

Author (1)

author image
Jacob Beningo

Jacob Beningo is an independent consultant who specializes in microcontroller-based embedded systems. He has advised, coached, and developed systems across multiple industries, including the automotive, defense, industrial, medical, and space sectors. Jacob enjoys working with companies to help them develop and improve their processes and skill sets. He publishes a monthly newsletter, Embedded Bytes, and blogs for publications about embedded system design techniques and challenges. Jacob holds bachelor's degrees in electrical engineering, physics, and mathematics from Central Michigan University and a master's degree in space systems engineering from the University of Michigan.
Read more about Jacob Beningo