Search ...
Results
Subscribe
Step-by-Step Solutions
University Majors
Support Hub
Legal & Support Articles
Contact Us
Login
Share
Search ...
Results
Subscribe
Step-by-Step Solutions
University Majors
Support Hub
Legal & Support Articles
Contact Us
Login
Share
Information Technology
Raspberry Pi Cookbook: Software and Hardware Problems and Solutions
217 SOLVED PROBLEMS
Question: 9.11
You want to connect an analog panel volt meter to a Raspberry Pi. ...
Verified Answer:
Assuming you have a 5V volt meter, you can use a P...
Question: 9.10
You want to control lots of LEDs using as few GPIO pins as possible. ...
Verified Answer:
The way to do this is to use a technique called Ch...
Question: 9.9
You want to control the color of an RGB LED. ...
Verified Answer:
Use PWM to control the power to each of the red, g...
Question: 9.8
You want to make an application to run on the Raspberry Pi that has a slider to control power to a device using PWM. ...
Verified Answer:
Using the Tkinter user interface framework, write ...
Question: 12.11
You have a sensor wired to your Raspberry Pi, but want a big digital display of the reading on the screen. ...
Verified Answer:
Use the Tkinter library to open a window and write...
Question: 12.10
You want to measure distance using an ultrasonic rangefinder. ...
Verified Answer:
Use a low cost SR-04 rangefinder. These devices ne...
Question: 12.12
You want to log data measured with a sensor onto a USB flash drive. ...
Verified Answer:
Write a Python program that writes the data to a f...
Question: 12.9
You want to measure temperature using an accurate digital sensor. ...
Verified Answer:
Use the DS18B20 digital temperature sensor. This d...
Question: 12.7
You want to measure temperature using a TMP36 and an analog-to-digital converter. ...
Verified Answer:
Use an MCP3008 ADC chip. However, unless you need ...
Question: 12.8
You want to connect a triple-axis accelerometer to a Raspberry Pi. ...
Verified Answer:
Use an analog accelerometer with a MCP3008 ADC chi...
Loading...
Load More Questions