
No. 12 • Accessory
Dupont Jumper Wires (Male-to-Female)
สายเชื่อมต่อสำหรับต่อวงจรทดลองระหว่างบอร์ดกับเซนเซอร์
Component NameDupont Jumper Wires
Part No. / ModelMale-to-Female
Interface TypeAccessory
Pins-
Note: ตรวจสีสายและตำแหน่ง VCC/GND ให้ถูกต้องก่อนจ่ายไฟ
Wiring Example
ตัวอย่างการต่อวงจรกับ Arduino UNO
| Sensor Pin | Arduino Pin |
|---|---|
| Female end | Sensor header |
| Male end | Arduino breadboard/pin |
Arduino IDE Code
// Dupont Jumper Wires
// This item is an accessory, not an active sensor.
// Use the wires to connect VCC, GND, and signal pins between Arduino and sensor modules.
void setup() {
// No code required for jumper wires.
}
void loop() {
// Wiring accessory only.
}