Arduinoda yardım istiyen gelebilir

Servo kontrolü nasıl sağlanır diye araştırın.
 
Eğer Arduinoda yardım isterseniz buraya yazıp yardım edebilirim

Merhaba.

Arduino Nano ile aktif buzzer kullanmak istiyorum ancak bir şeyleri yapamadım. Ses alamıyorum. blink fonksiyonunu yaptım yani arduino çalışıyor. Elemanlar da yeni alındı. Kodu öğrenme amaçlı netten buldum. Yanlışımı söyleyebilir misiniz?



int buzzerPin = 12; //D9 buzzerın I/O Pini yaptık
void setup() {
pinMode(buzzerPin, OUTPUT); // buzzerPin çıkış olarak ayarladık
beep(50); //program başlarken bip bip sesi çıkacak
beep(50);
delay(1000); //1 sn gecikme
}
void loop() {
beep(50); //bipleyip 1 sn susacak
delay(1000);
}
void beep(unsigned char delayms) { //fonksiyon
analogWrite(buzzerPin, 20); //buzzer pini high yaptık
delay(1000);
analogWrite(buzzerPin ,0); //buzzer pini low yaptık
delay(1000);
}
 
Merhaba,
Arduino ile bir adet step motor ve bir adet 24v selonoid bobin kontrol etmek istiyorum
Projede 2 adet Manyetik Hall Effect Sensör KY-024 , 24v selonoid, 10Kpotansiyometre, ssr kullanıyorum potansiyometre motorun hızı için kullandık, manyetik sensörlerin biri motora diğeri ssr ile selonoid bobine bağlı sistem manyetik sensörler tek tek tetiklendiğinde çalışıyor ama iki sensör aynı anda tetiklendimi çalışmıyor, sensör beslemeleri arduino üzerinden yapılmakta kodu ekte bulabilirsiniz
 

Ekli dosyalar

  • kod.txt
    1.2 KB · Görüntüleme: 2
Son düzenleme:
Merhaba, Pc üzerinden araba kontrolü için arduinoya veri göndermek istiyorum, bir harf-sayı gibi basit bir komut ( Örn: w-a-s-d veya 1-2-3-4 gibi ).
Bunu yapabilmek için ne tür bir sensör kullanabilirim. NRF24L01 kullanarak Pc'den arduinoya veri gönderimi yapabilir miyim ?

Düzenleme :
Bluethoot ile heralde daha kolay olacak. HC06 - Bluetooth Modülü işime yarar mı ?
 
Son düzenleme:
Bluetooth daha mantıklı gibime geldi esp de olabilir
 
slmlar elimde arduino uno var cihazı usb kablo ile bilgisayara bağlıyorum.Bilgisayar cihazı tanıyor arduino programıda tanıyor ama yazılım atamıyorum. Üzerinde ki ledlerin hepsi yanıyor usbyi takar takmaz sorun nerde acaba?
 
kurdum denedim yine olmuyor bilgisayar görüyor ama yazılım atılmıyor
avr hatası veriyor
 
sürekli bu hatayı alıyırum.
iscp den program atmaya çalıştım yine aynı hata

Arduino:1.8.12 (Windows 10), Kart:"Arduino Uno"

avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x03
Önyükleyici yazdırılırken hata oluştu.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x03
 
Bu siteyi kullanmak için çerezler gereklidir. Siteyi kullanmaya devam etmek için onları kabul etmelisiniz. Daha fazla bilgi edin…