Detection range: 1mm to 60 CM adjustable, the closer the performance more stable, white reflects the farthest distance.
Size: in the control panel:42 x 38 x 12mm (length x width x height).
Small forward: 25 x 12 x 12mm (length x width x height).
Output interface: 6 wire interface (1234 to 4 signal output ends, + positive power, – for the negative power is ground)
The output signal: TTL level (can be directly connected to I/0 microcontroller, infrared light reflected back to the sensor induction, the red indicator light, output low level; no infrared light, the indicator light does not shine, the output high.)
Package Includes:
1 x Tracking Module (Hollow Board + Small Plate Forward).
11for (int i = 0; i < NUM_CHANNELS; i++) pinMode(sensorPins[i], INPUT);
12}
13
14voidloop() {
15for (int i = 0; i < NUM_CHANNELS; i++) {
16Serial.print(digitalRead(sensorPins[i])); // typically LOW = line detected (black surface)
17Serial.print(" ");
18 }
19Serial.println();
20delay(100);
21}
📄 File: 4_channel_infrared_tracking_module_-_raspberry_pi_pico.inoRaspberry Pi Pico
531 characters
1//ekostra.com
2//electronics store in egypt
3//+201008896258
4
5// 4 digital channel pins on Raspberry Pi Pico: 10, 11, 12, 13
6constint NUM_CHANNELS = 4;
7int sensorPins[NUM_CHANNELS] = {10, 11, 12, 13};
8
9voidsetup() {
10Serial.begin(115200);
11for (int i = 0; i < NUM_CHANNELS; i++) pinMode(sensorPins[i], INPUT);
12}
13
14voidloop() {
15for (int i = 0; i < NUM_CHANNELS; i++) {
16Serial.print(digitalRead(sensorPins[i])); // typically LOW = line detected (black surface)
17Serial.print(" ");
18 }
19Serial.println();
20delay(100);
21}
4-channel IR reflective line-tracking array.
نظرة عامة ومواصفات المنتج — بالعربية
4 Channel Infrared Tracking Module متوفر الآن في متجر إكوسترا للإلكترونيات، ضمن قسم Line Sensor وSensors، بسعر 160,00 EGP. كود المنتج لدينا: EK467. المنتج متوفر في المخزون وجاهز للشحن الفوري لكل محافظات مصر مع إمكانية الدفع عند الاستلام.
أهم المواصفات الفنية:
Working Voltage V: 3.3 ~ 5
Working Current A: Above 1A
Operating Temperature %E2%84%83: -10 ~ +50
Mounting Hole: M3
Detection Range: 1mm ~ 60 cm adjustable.
الوزن: 25 g
هذا المنتج مناسب لمشاريع الأردوينو (Arduino) و ESP32 و Raspberry Pi، ومشاريع الروبوتات وإنترنت الأشياء والتعليم الهندسي. جميع القطع مفحوصة قبل الشحن.