Book Image

Raspberry Pi Sensors

By : Rushi Gajjar
Book Image

Raspberry Pi Sensors

By: Rushi Gajjar

Overview of this book

Table of Contents (16 chapters)
Raspberry Pi Sensors
Credits
About the Author
Acknowledgements
About the Reviewers
www.PacktPub.com
Preface
Index

Analog-to-digital convertors


In this section, we are going to take a look at the types of ADC modules and the conversion process of the signal. We will get insights into answering these questions: How the ADC module takes care of the incoming data? Do all the ADC modules need external signal conditioning circuitry and amplification? How does the ADC module provide the data output? How is the quality of the ADC measured? What are the calculations required while processing the data?

ADC modules are a part of the signal conditioning circuitry in a microprocessor or a microcontroller. Unlike the RasPi, most microcontroller and microprocessor-based boards have ADC modules embedded, and the signal conditioning circuitry too. Most sensors can be directly integrated with these kinds of processors. Practically, in sophisticated systems, these conditioning networks have many stages for taking care of the incoming data. Some processors have dedicated signal processing cores or units to handle the data...