Keyestudio Analog Potansiyometre Modülü
123,82 TL
Kategori
Marka
Stok Kodu
KS0014
13,21 TL den başlayan taksitlerle!
Contents (Hızlı Menü)
Introduction / Tanıtım
This analog rotation sensor is compatible with arduino. It is based on a potentiometer. Its voltage can be subdivided into 1024, easy to be connected to Arduino with our sensor shield. Combined with other sensors, we can use it to make many interesting projects by reading the analog value from the IO port.
Bu analog potansiyometre modülü Arduino ile uyumludur. Potansiyometreden temel alır. Voltajı, 1024'e bölünebilir, Arduino'ya sensör shield ile de kolayca bağlanabilir. Diğer sensörler ile birlikte, I/O portundan analog değeri okuyarak birçok ilginç proje yapmak için kullanabiliriz.
Specifications / Özellikler
- Supply Voltage: 3.3V to 5V
- Interface: Analog
- Size: 30*20mm
- Weight: 8g
- Besleme Gerilimi: 3.3V ila 5V
- Arayüz: Analog
- Ebat: 30 * 20mm
- Ağırlık: 8g
Connection Diagram / Bağlantı Şeması
Sample Code / Örnek Kod
///Arduino Sample Code void setup() { Serial.begin(9600); //Set serial baud rate to 9600 bps } void loop() { int val; val=analogRead(0);//Read rotation sensor value from analog 0 Serial.println(val,DEC);//Print the value to serial port delay(100); }
Resources / Kaynaklar
Video
https://drive.google.com/open?id=1gb4JLRKtbC3fHp6Vsbn3b8AjUgH1AH-Y
Bu ürüne ilk yorumu siz yapın!