Blank resistance values on example circuits

Thread Starter

cytheguy

Joined May 11, 2026
2
Very new to EDA and PCB work so please bear with me. Implementing the circuit in the image and clueless as to the value of the three resistors connected to VDD and IRQ / SCL / SDA. The datasheet provided by NXP for the MPR121 doesn't explain why you would attach them. Screenshot From 2026-05-17 22-23-01.png
 

Jon Chandler

Joined Jun 12, 2008
1,581
Those resistors are pullups for I2C SCL and SDA, and /IRQ.

The data sheet does mention 4.7k resistors for the I2C pins, and the same value or 10k should work for /IRQ.

Screenshot_20260518_013525_Edge.jpg
 

Jon Chandler

Joined Jun 12, 2008
1,581
The I2C pullups are somewhat critical.

The /IRQ pullup up to 10K will be fine.

The is a 3.3 volt part, so you'll need level shifters if using a 5v micro.
 
Top