GPS with Thingy 91
4:45
Жыл бұрын
I2C with Thingy 91 : Color Sensor
12:01
UART with Thingy 91
8:52
2 жыл бұрын
Control LED with Button Thingy:91
7:51
Blink the LED with Thingy:91
6:54
2 жыл бұрын
Making a Mini RC CAR
4:13
2 жыл бұрын
PCB Shield for RC CAR Controller
5:07
RC Car & Cats
6:00
2 жыл бұрын
nRF24L01+ Tutorial
1:03:49
2 жыл бұрын
VGA Demo in BASYS3
5:14
2 жыл бұрын
Пікірлер
@monraet
@monraet 5 күн бұрын
Thank you for this helpful video.... Much apprecieciated
@Zaphida
@Zaphida 17 күн бұрын
True
@ankagame
@ankagame 18 күн бұрын
Hocam merhaba, MSP430G2553 kartini kullaniyorum, bir timer interrupt kullanarak seven segmentte bir countdown mekanizmasi yapmamiz istendi ama bunun icin duzgun kaynak bulamiyorum, Texas Instruments'in guide'indaki yazilanlardan da pek bir sey anlayamadim. Timer A interruptini nasil yapabilirim countdown icin?
@denizkara824
@denizkara824 24 күн бұрын
potansiyometrelerin direnç değerleri nedir acaba
@themotleycollector
@themotleycollector 25 күн бұрын
This was exactly the info I needed. Thank you!
@serhatbozkurt003
@serhatbozkurt003 Ай бұрын
Projeme nrf24.h dosyasını header files kısmından add existing item olarak ekliyorum fakat hata veriyor kütüphaney görmüyor yardımcı olur musunuz
@bennguyen1313
@bennguyen1313 Ай бұрын
I have an esp32 board that is powered by 5v (usb-c connector)... is it possible to use a simple $2 usb-c breakout from adafruit, and solder 5v to it?
@shushilkarki4743
@shushilkarki4743 Ай бұрын
where did you add the buzzer in the circuit
@afonsoczernin3615
@afonsoczernin3615 Ай бұрын
Drselim thank you very much for the good content! I have one question regarding the code: Why do you define a function in line 5: SRCLK_Pulse, and then define it again in line 26? Could you just erase line 5? Or copy the content of line 26-30 and replace them in line 5? Thank you a lot in advance, Regards
@SayyedaKashifaKonail
@SayyedaKashifaKonail 2 ай бұрын
Hello sir ...I have DHT11 sensor of 3 pin will it work fine if i use it instead of 4-pin dht11
@drselim
@drselim 2 ай бұрын
Hi, I didn't try the 3 pin versıon. But I guess it should work. As you can see in the video, one of the pins is not connected in the 4 pin version.
@mihaidavid5568
@mihaidavid5568 2 ай бұрын
10q
@bera61
@bera61 2 ай бұрын
Hocam çok zor ya yardım edin
@zero2717
@zero2717 2 ай бұрын
Leon the professional became an embedded engineer
@mandira-b7v
@mandira-b7v 2 ай бұрын
how did u represent 42 as 0100010?
@dani_dupae
@dani_dupae 2 ай бұрын
15:56 how did you create the Assembly file? I’m having trouble creating one since the newer CCS versions don’t have the tick box to choose assembly only.
@nicka3814
@nicka3814 3 ай бұрын
Thank you for taking the time to write this tutorial. It is at a perfect level of instruction and I subscribed to your channel. Keep up the great work!
@drselim
@drselim 2 ай бұрын
Thank you! I'm so glad you find the channel useful.
@ajitmishra5437
@ajitmishra5437 3 ай бұрын
Why you have not used TIMER0_A0_VECTOR?can I use TIMER0_A0 & then in place of TA1CCR2, TA1CCTL2 TA0CCR0 and TA0CCTL0? I tried but it does not work? why it may be so?
@ajitmishra5437
@ajitmishra5437 3 ай бұрын
Why you have not used TIMER0_A0_VECTOR?can I use TIMER0_A0 then in place of TA1CCR2, TA1CCTL2
@reinaldodesouza5831
@reinaldodesouza5831 3 ай бұрын
Tutorial very useful, thank you.
@mbenitez6722
@mbenitez6722 3 ай бұрын
Thank you! you made this simple and my day
@drselim
@drselim 3 ай бұрын
You're welcome!
@resinds.p4898
@resinds.p4898 3 ай бұрын
DOESNT WORK Python_examples doesnt exist
@BeaWaves
@BeaWaves 4 ай бұрын
Thank you for the detailed information 🙏
@dagobertduck9152
@dagobertduck9152 4 ай бұрын
thanks man, liked the tutorials alot <3
@Vinz3ntR
@Vinz3ntR 5 ай бұрын
Never ever put something in a c64 when the power is on
@iot-software-developer
@iot-software-developer 6 ай бұрын
Thanks for sharing the information!
@trsvlog2411
@trsvlog2411 6 ай бұрын
Can u make a pulse generator using same setup of 7 segment display. For eg. 2 displays are there. First display to set the value and second one is to count from 0 to set value.
@timmorgan3673
@timmorgan3673 6 ай бұрын
Hi Selim - A nice intro to this stuff - I look forward to looking at the rest of the playlist - Cheers :)
@trsvlog2411
@trsvlog2411 6 ай бұрын
Nice turorial..i would like to try it. Can u make stopwatch using the same setup? I think only program will change..if m not wrong. Kindly reply❤
@atduong3917
@atduong3917 6 ай бұрын
Do you have line follow code with python sir?
@kvelez
@kvelez 6 ай бұрын
from gpiozero import Button, Buzzer from signal import pause buz = Buzzer(17) button = Button(2) button.when_pressed = buz.on button.when_released = buz.off pause()
@kvelez
@kvelez 6 ай бұрын
from gpiozero import LED from signal import pause red = LED(17) red.blink() pause() ======= from gpiozero import LED from time import sleep led = LED(17) while True: led.on() sleep(0.5) led.off() sleep(0.5) ===========
@tehnico
@tehnico 7 ай бұрын
What software you are using on laptop?
@thanatosor
@thanatosor 7 ай бұрын
Basically, when using FPGA boards, you have to build soft-microprocessor from verilog and another source code for that processor to run. Extra step compare to normal MCU or SBC.
@emirhanyldrm5058
@emirhanyldrm5058 8 ай бұрын
abi video güzelde. bebek telsizi yapmam lazım. 2 msp430 var elimde 2 tanede nrf24 var. bunları birbirine bağlayıp biri ses dyunca diğeri ledi yakacak buzzer ötecek şekilde nerden baksam bulamıyorumda yapamıyorumda. videon çok güzel ama pe kyardımı dokunmadı. yardımcı olabilecek biri gibisin abi. yardımcı olursan sevinirim
@emirhanyldrm5058
@emirhanyldrm5058 8 ай бұрын
abi elimde 2 adet msp430 ve 2 adet nrf24l01 var. bunları birbirleriyle kablosuz bağlantı kurarak bebek telsizi yapma ödevim var. Bana yardımcı olabilir misin? mailini veya numaranı atabilir misin??
@rahmetullahgonul
@rahmetullahgonul 8 ай бұрын
Hocam iyi günler, ben de sizin projenize benzer bir şekilde bir proje geliştirmeye çalışıyorum. Projemin genel hatları şu şekilde 2 adet farklı pinlere bağlı dht11 sesnörden verileri okuyup uart ile esp8266ex wifi modülüne göndererek burdan da internet sunucusuna kayıt etmek istiyorum. Proje üzerinde yaklaşık bir aydır çalışıyorum ancak 2.sensör benim işlerimi sekteye uğratıyor. Tek bir sensör varken devremde verileri okumada veya internet sunucusunda sorun yaşamıyorken, ikinci sensörü de devreme ekledeğimde denediğim kodlarda ya iki sensörden de veri alamıyorum ya da sadece tek bir sensörden veri alabiliyorum. Bu konuda eğer ki bir bilginiz veya bir yorumunuz varsa cevaplayabilirseniz çok sevinirim, şimdiden teşekkür ederim.
@thanatosor
@thanatosor 8 ай бұрын
Love it, we need basic tutorial for beginner-friendly board like this.
@emreakgumus6499
@emreakgumus6499 8 ай бұрын
sürekli usb was not found hatası alıyorum ne yapabilirim
@muhammedalikaya268
@muhammedalikaya268 8 ай бұрын
Sir, i examined the vga codes for basys2 and basys3 cards on the site and found some differences. What is the reason for these differences? I'm trying to write a VGA module for a Genesys 2 FPGA board. How can I adapt these modules to my own card? What do you recommend? Thank you.
@euphrates9083
@euphrates9083 9 ай бұрын
hello, do i really need to own a board, isnt there any emulation tool to do our projects without the board first?
@sg-lb4lq
@sg-lb4lq 9 ай бұрын
hocam merhabalar, yorumlarda dediklerini uygulamam rağmen terminalde hiçbir şey göremiyorum. ne yapmam gerekir?
@jane-lyd
@jane-lyd 2 ай бұрын
çözebildiniz mi ?
@blackened_3
@blackened_3 9 ай бұрын
işte şimdi oturdu. teşekkürler
@RiteshkuSahoo-cp6fj
@RiteshkuSahoo-cp6fj 9 ай бұрын
Hii sir
@RiteshkuSahoo-cp6fj
@RiteshkuSahoo-cp6fj 9 ай бұрын
Hii sir
@Martijn-q2d
@Martijn-q2d 10 ай бұрын
Hello, I'm not getting the information in the terminal
@fmm5322
@fmm5322 10 ай бұрын
I want to know how we use CCS without any hardware.? How to compile and soft debug C codes with out hardware.?
@timmorgan3673
@timmorgan3673 10 ай бұрын
Hi - Thank you so much for putting this together - Most useful & informative - Cheers :)
@vgegok
@vgegok 10 ай бұрын
Why does my device list not refresh in real time? For example, RSSI and DeviceName.
@vgegok
@vgegok 10 ай бұрын
Why does my device list not refresh in real time? For example, RSSI and DeviceName.
@phathuynh8881
@phathuynh8881 10 ай бұрын
thank you so much <3
@drselim
@drselim 9 ай бұрын
You're welcome!