Тёмный
drselim
drselim
drselim
Подписаться
Hi, I'm a Ph.D. Electronics & Telecommunications Engineer. I'm interested in microcontrollers, embedded systems, digital circuits, fpga, retro computers, programming, data science and in other technological areas. I'm trying to share my knowledge and work in the channel.
GPS with Thingy 91
4:45
Год назад
I2C with Thingy 91 : Color Sensor
12:01
Год назад
UART with Thingy 91
8:52
Год назад
GPIO Button Interrupt and LED Thingy:91
13:06
2 года назад
Control LED with Button Thingy:91
7:51
2 года назад
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
2 года назад
RC Car & Cats
6:00
2 года назад
nRF24L01+ Tutorial
1:03:49
2 года назад
VGA Demo in BASYS3
5:14
2 года назад
Комментарии
@nicka3814
@nicka3814 5 дней назад
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!
@ajitmishra5437
@ajitmishra5437 20 дней назад
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 20 дней назад
Why you have not used TIMER0_A0_VECTOR?can I use TIMER0_A0 then in place of TA1CCR2, TA1CCTL2
@reinaldodesouza5831
@reinaldodesouza5831 20 дней назад
Tutorial very useful, thank you.
@mbenitez6722
@mbenitez6722 24 дня назад
Thank you! you made this simple and my day
@drselim
@drselim 21 день назад
You're welcome!
@resinds.p4898
@resinds.p4898 Месяц назад
DOESNT WORK Python_examples doesnt exist
@BeaWaves
@BeaWaves Месяц назад
Thank you for the detailed information 🙏
@dagobertduck9152
@dagobertduck9152 2 месяца назад
thanks man, liked the tutorials alot <3
@Vinz3ntR
@Vinz3ntR 2 месяца назад
Never ever put something in a c64 when the power is on
@iot-software-developer
@iot-software-developer 3 месяца назад
Thanks for sharing the information!
@trsvlog2411
@trsvlog2411 3 месяца назад
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 3 месяца назад
Hi Selim - A nice intro to this stuff - I look forward to looking at the rest of the playlist - Cheers :)
@trsvlog2411
@trsvlog2411 3 месяца назад
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 3 месяца назад
Do you have line follow code with python sir?
@kvelez
@kvelez 3 месяца назад
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 3 месяца назад
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 4 месяца назад
What software you are using on laptop?
@thanatosor
@thanatosor 4 месяца назад
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 5 месяцев назад
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 5 месяцев назад
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 5 месяцев назад
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 5 месяцев назад
Love it, we need basic tutorial for beginner-friendly board like this.
@emreakgumus6499
@emreakgumus6499 5 месяцев назад
sürekli usb was not found hatası alıyorum ne yapabilirim
@muhammedalikaya268
@muhammedalikaya268 5 месяцев назад
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 6 месяцев назад
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 6 месяцев назад
hocam merhabalar, yorumlarda dediklerini uygulamam rağmen terminalde hiçbir şey göremiyorum. ne yapmam gerekir?
@blackened_3
@blackened_3 6 месяцев назад
işte şimdi oturdu. teşekkürler
@RiteshkuSahoo-cp6fj
@RiteshkuSahoo-cp6fj 6 месяцев назад
Hii sir
@RiteshkuSahoo-cp6fj
@RiteshkuSahoo-cp6fj 6 месяцев назад
Hii sir
@Martijn-q2d
@Martijn-q2d 7 месяцев назад
Hello, I'm not getting the information in the terminal
@fmm5322
@fmm5322 7 месяцев назад
I want to know how we use CCS without any hardware.? How to compile and soft debug C codes with out hardware.?
@timmorgan3673
@timmorgan3673 7 месяцев назад
Hi - Thank you so much for putting this together - Most useful & informative - Cheers :)
@vgegok
@vgegok 7 месяцев назад
Why does my device list not refresh in real time? For example, RSSI and DeviceName.
@vgegok
@vgegok 7 месяцев назад
Why does my device list not refresh in real time? For example, RSSI and DeviceName.
@phathuynh8881
@phathuynh8881 7 месяцев назад
thank you so much <3
@drselim
@drselim 6 месяцев назад
You're welcome!
@jzie6615
@jzie6615 7 месяцев назад
How your code has no error but mine has i type the exact code you display.... It says over writting please help 😢
@PraveenKumar-y1c1k
@PraveenKumar-y1c1k 7 месяцев назад
how to find number of iteration if I want led to blink for 1sec
@alperkaratay73
@alperkaratay73 7 месяцев назад
size soru sormak için nasıl ulaşabiliriz
@kurtroyales2659
@kurtroyales2659 7 месяцев назад
Hello! When I ran the program, it will only show an accurate measurement at the first reading. But when I tried moving the obstacle, the reading remains the same regardless of where I put the obstacle. Do you have an idea on how to fix this problem? Thanks.
@gyromatical
@gyromatical 7 месяцев назад
Thank you, this is helpful. Got it up and running now.
@srivasu4291
@srivasu4291 8 месяцев назад
really very much helpful, thank you.
@Freightorious
@Freightorious 8 месяцев назад
Love the cassette
@kenatsharaby
@kenatsharaby 8 месяцев назад
please fix the volume
@Yuuki_886
@Yuuki_886 9 месяцев назад
32:36
@SilentFoxyFox
@SilentFoxyFox 9 месяцев назад
Hocam selamlar. Servo kodunuzu projede kullandım. Ancak servoyu durduramiyorum. Bununla ilgili yardımcı olabilir misiniz? Kullandığım pin 2.2. pwm timerini buna göre set ederek çalıştırdım ancak ne yaptıysam durmuyor.
@ak_esinti5099
@ak_esinti5099 9 месяцев назад
merhaba hocam 2 pici pic i haberlestirmek istiyorum ama size mail gönderdim yardımcı olur musuniz
@cz6277
@cz6277 9 месяцев назад
Hi, when i use the code i get an error from the Itoa function, it says there are too few arguments in the function call. Could you please help? Thanks in advance
@cz6277
@cz6277 9 месяцев назад
I tried it with the added 10 btw but then it says the program will not fit into available memory or the call site that requires a trampoline that can't be generated for this section.
@Samuel_Resende
@Samuel_Resende 9 месяцев назад
I test the pwm from datasheet too and i dont get why 1-2ms rotate just 90 degrees. If someone know could tell me why it happen?
10 месяцев назад
thanks man, I was having trouble getting to see the data packets (had to select the peripheral on the device list, not the central)
@anbu7406
@anbu7406 10 месяцев назад
Do we have standard libraries