Week #9: (3/21-25) PING Sensor, 4x4 Keypad

Post Reply
rjagodowski
Posts: 2380
Joined: Fri Sep 04, 2015 6:59 pm

Week #9: (3/21-25) PING Sensor, 4x4 Keypad

Post by rjagodowski »

This week we will discuss the operation of the PING ultrasonic sensor and the 4x4 keypad. Both of these peripherals are required experiments for the lab portion of the course.

It's recommended that you look through the Advanced Sensor Text from Parallax to get ideas about possible experiments. It is attached here for your convenience:
3rdPrintSmartSensors-v1.0.pdf
(4.51 MiB) Downloaded 207 times

PING Ultrasonic Sensor


Here's the link to the PING Info on the Forums and here is the Chapter from the Smart Sensors Text using the PING sensor. This is the exercise you should perform when using the PING.
PING from SmartSensorsText_v14.1.pdf
(1.79 MiB) Downloaded 189 times


4x4 Keypad

The 4x4 keypad uses a matrix system to determine which key is pressed. This basic concept is common to most keypad & keyboard components. Here is the pdf for the keypad exercises:
4x4matrixmembranekeypad-v1.2.pdf
(120.52 KiB) Downloaded 206 times
NOTE: When copying and pasting the sample code in the pdf into the BS2 Editor, there might be a problem with the "spacing" of the keyboard grid generated in the Update: subroutine. If this happens, you will notice that the right column or two might not "clear" when releasing the key. To remedy this, insert additional spaces as needed to allow the vertical bars "|" to align with the "+" signs in the row above. You grid should look like the example code in the keypad pdf.
Post Reply

Return to “EET-260 Lecture”