≥{{item.MinNumber}}:
{{pro.LadderPrices[num].viewPrice}}
{{item.viewPrice}}
Utsource sitesine girmek için Buraya Tıklayın
Merhaba! Oturum aç veya Şimdi kaydolun
APP Veri sayfası 380K likes UtsourceOturum aç
Satın Al(0)
Sorgulama(0)
Dear customers, due to the implementation of the GDPR policy in Europe, UTSOURCE has also made adjustment accordingly to meet the policy requirements. Please read the new privacy policy carefully and this window will no longer pop up after you accept it.
Delivery Address
+ Adres Ekle
Yeni Gönderi Adresi
* Takip bilgilerini zamanında alabileceğinizden emin olmak için lütfen cep telefonu numarasını doğru bir şekilde doldurun.
Ülke Kodu
Favori
Utsource certified used parts
Utsource sertifikalı kullanılmış parçalar aşağıdaki garantileri sağlar
1. Utsource, görünüm denetimi (görünümde ciddi hasar yok) dahil olmak üzere malları inceleyecek, nitelikli ve dürüst tedarikçileri seçecek ve% 98 yeterlilik oranı sağlayacaktır.
2. Bazı parçalar makine ile test edilir.
3. Utsource sertifikalı parçalar 60 gün içinde koşulsuz olarak iade edilebilir ve iade edilebilir.
Açıklama
IC MTR DRV BIPLR 2.5-10.8V 24QFN
Bu sitede kullanılan tüm ürün adları, ticari markalar, markalar ve logolar ilgili sahiplerinin mülkiyetindedir. Bu adları, ticari markaları, markaları ve logoları içeren ürünlerin tasviri, açıklaması veya satışı yalnızca tanımlama amaçlıdır ve herhangi bir hak sahibi ile herhangi bir ilişkiyi veya yetkiyi göstermeyi amaçlamaz.
Parameter | Symbol | Min | Typ | Max | Unit | Description |
---|---|---|---|---|---|---|
Supply Voltage | VCC | 2.7 | 10.8 | V | Power supply voltage for logic and motor driver | |
Standby Current | ISTBY | 5 | 20 | μA | Quiescent current in standby mode | |
Operating Current | IOP | 160 | 240 | mA | Operating current per bridge (max continuous) | |
Peak Current | IPEAK | 320 | 480 | mA | Peak current per bridge | |
Logic Input Voltage | VIL | 0 | 0.8 | 1.8 | V | Maximum input voltage for low level |
Logic Input Voltage | VIH | 2.0 | 3.5 | 5.5 | V | Minimum input voltage for high level |
Output Low Voltage | VOL | 0 | 0.4 | 0.8 | V | Output low voltage at 200mA |
Output High Voltage | VOH | 2.4 | 3.3 | 5.0 | V | Output high voltage at -200mA |
Thermal Shutdown | TSD | 150 | °C | Thermal shutdown temperature | ||
Operating Temperature | TOPR | -40 | 85 | °C | Operating ambient temperature range | |
Storage Temperature | TSTG | -65 | 150 | °C | Storage temperature range |
Power Supply:
Logic Inputs:
Motor Connection:
Standby Mode:
Microstepping:
Thermal Management:
Storage:
Protection Features:
Layout Considerations:
Testing:
QUANTITY | UNIT PRICE | PLUS UNIT PRICE | TOTAL PRICE |
---|---|---|---|
≥1: | US $0.78501 | US $0.70651 | US $0.70651 |
≥50: | US $0.75088 | US $0.67579 | US $33.78950 |
≥100: | US $0.68262 | US $0.61436 | US $61.43600 |
Yedek Ürün
Product Name | Description |
---|---|
DRV8835 | A brushed DC motor driver with integrated current regulation, designed for driving small motors in consumer and industrial applications. It supports voltages from 2.7V to 13.5V and can deliver up to 1.5A continuous current. |
L6208 | A dual H-bridge motor driver IC suitable for driving two DC motors or one bipolar stepper motor. It operates from a supply voltage range of 4.5V to 46V and can handle peak currents up to 3A. |
A4988 | A microstepping motor driver IC designed for driving bipolar stepper motors. It features adjustable current control and can operate from a supply voltage range of 8V to 35V, with a maximum output current of 2A per phase. |
L298N | A high-voltage, high-current dual full-bridge driver used to control inductive loads such as relays, solenoids, and DC motors. It can operate from a supply voltage range of 5V to 46V and can handle peak currents up to 2A per channel. |
TB6612FNG | A dual H-bridge motor driver capable of driving two DC motors or one stepper motor. It operates from a supply voltage range of 2.5V to 13.5V and can deliver up to 1.2A continuous current per channel. |
Ürün Kullanımı
The DRV8834RGER is a stepper motor driver from Texas Instruments, designed to simplify the control of bipolar stepper motors in various applications. It supports both full-step and microstepping modes, making it suitable for precise motion control. Here are some common circuits and applications where the DRV8834RGER is used:
Robotics:
3D Printers:
CNC Machines:
Automated Test Equipment (ATE):
Medical Devices:
Consumer Electronics:
Industrial Automation:
Hobby Projects:
Here’s a basic example of how the DRV8834RGER can be integrated into a circuit:
Power Supply:
Stepper Motor:
Microcontroller:
Control Signals:
#define STEP_PIN 2
#define DIR_PIN 3
#define ENABLE_PIN 4
void setup() {
pinMode(STEP_PIN, OUTPUT);
pinMode(DIR_PIN, OUTPUT);
pinMode(ENABLE_PIN, OUTPUT);
// Enable the driver
digitalWrite(ENABLE_PIN, LOW);
}
void loop() {
// Set direction (CW)
digitalWrite(DIR_PIN, HIGH);
// Step the motor
for (int i = 0; i < 200; i++) { // 200 steps for a full revolution
digitalWrite(STEP_PIN, HIGH);
delayMicroseconds(1000); // Adjust delay for desired speed
digitalWrite(STEP_PIN, LOW);
delayMicroseconds(1000);
}
delay(1000); // Wait for 1 second
// Set direction (CCW)
digitalWrite(DIR_PIN, LOW);
// Step the motor
for (int i = 0; i < 200; i++) {
digitalWrite(STEP_PIN, HIGH);
delayMicroseconds(1000);
digitalWrite(STEP_PIN, LOW);
delayMicroseconds(1000);
}
delay(1000);
}
This code will rotate the stepper motor one full revolution clockwise, wait for 1 second, then rotate one full revolution counterclockwise, and repeat this cycle.
By integrating the DRV8834RGER into these circuits, you can achieve precise and reliable control of stepper motors in a wide range of applications.
Küresel Lojistik Ülke Listesi
Bayrak | Ülke | Tahmini Teslimat Süresi | Minimum İlk Ağırlık Maliyeti | ||
---|---|---|---|---|---|
Ekspres | Standart Kargo | Ekspres (0.5kg) | Standart Kargo (0.05kg) |
Sipariş
Ödeme
Sevkiyatta
Hediye Kuponu/Plus hizmeti
İade
İadeler normalde paketin teslim tarihinden itibaren 90 gün içinde tamamlandığında kabul edilir.
Kusurlu (Lütfen uygun olmayan ürünlerin üçüncü taraf kalite raporunu sağlayın)
İade Navlun ücretleri önceden ödenmelidir; COD gönderilerini kabul etmeyeceğiz.
Garanti
Tüm UTSOURCE satın alımlarında 90 gün para iade politikası ve ayrıca herhangi bir üretim hatasına karşı 100 gün UTSOURCE garantisi vardır Bu garanti, hataların yanlış müşteri montajı, müşterinin talimatlara uymaması, ürün modifikasyonu, ihmalkar veya yanlış kullanımdan kaynaklandığı herhangi bir ürün için geçerli olmayacaktır.
DRV8834RGER
DRV8834RGER dünya çapında bölgesel farklılıklar veya satın alma nedeniyle DRV8834RGER için alternatif adlara sahip olabilecek çeşitli markalara sahiptir. DRV8834RGER aşağıdaki isimlerle de biliniyor olabilir
SATIN ALMA SEÇENEKLERİ
US $300.00 üzerindeki siparişlerde ilk 0,5 kg için ücretsiz kargo(Amerika Birleşik Devletleri hariç)
Ekspres: Tahmini varış {0}
Standart teslimat: Tahmini varış {0}
Ülke:
United States
Express
UTSOURCE
{{pro.Parameter.Brand}}
{{pro.encapsulation}}
{{pro.Parameter.DateCode}}
{{pro.brief}}
Asgari:{{pro.BuyQuantity}}
Standart teslimat
Ekspres: Tahmini varış {0}
Standart teslimat: Tahmini varış {0}
Üretimi durdurma uzmanları, bakım şirketini kolaylaştırmak için üretimi durdurulmuş ve bulunması zor olan çok sayıda elektronik bileşen sağlayabiliriz
Reply to
submit