-
Notifications
You must be signed in to change notification settings - Fork 0
Connecting an Analog Sensor *with* a Pulldown Resistor
MaxFishman edited this page Apr 10, 2025
·
1 revision
For sensors such as LDRs (Light Dependent Resistors) or FSRs (Force Sensitive Resistors) that do require a pulldown resistor:
-
Connect your power lead to any + (power) via. \
-
Connect your data lead to your desired analog input via, and make sure to reflect this choice in your code. \
-
Place your pulldown resistor in the allocated resistor area on the PCB, and make sure it is in the same row as your chosen analog input. This connects the sensor’s data line to ground. The built-in resistor footprint on the PCB makes this easy and clean.
The code for this circuit can be found in the Seraph Github repository under the name Seraph_FSRDemo
