GRATIS
NaN vía Coursera
GRATIS

Using Sensors With Your Raspberry Pi

  • money

    Cursos gratis (Auditar)

    question-mark
  • earth

    Inglés

  • folder

    Siempre Abierto

  • certificate

    Guía de Registro en Coursera

    arrow
Acerca de este curso

  • Designing Sensors
    • This first module gets us all on the same page, no matter how much experience you have with sensors or measurement technology. We'll start by describing a straightforward sensor flow model to help us understand the myriad of sensors available in the world, and which you may later build. Then we'll move into the concepts of accuracy, precision, and uncertainty, which are necessary for understanding the inherent error in any measurement system. This module lays the groundwork for the circuits and examples in later modules.
  • Calibration Methods
    • In this module, we'll look at examples of three common methods to store calibration data and apply that data to your sensor measurements. These examples range from simple to sophisticated, but none are complicated. We'll use Python and advanced open-source libraries to do the heavy math, just like you can implement in your Raspberry Pi projects.
  • Interface Circuits
    • Once you have a sensor, and have a Raspberry Pi, there is often a need for circuitry in the middle to interface the two. In this module, we'll show how simple amplifier and filter circuits can be used to adapt voltage levels and reduce noise from your sensor data.
  • Introduction to Signal Processing
    • The great thing about using a Raspberry Pi for your sensor projects is that you have access to great open-source software libraries and lots of processing power to manipulate your sensor data. This module looks at a few techniques for using statistical and digital signal processing methods to clean up your sensor data.