Thank you so much for this. Using pyserial is so much easier than using pyfirmata. This is going to help me with my every project
@elosurfer623818 күн бұрын
Really good stuff, thank you!
@cyklop197723 күн бұрын
Thx
@AmalMirza-i7z27 күн бұрын
serial data from ports send to python environment. and python matplotlib plotting real time data. here you are using 2 software arduino IDE and Python is this possible so i could use just 1 using ardunio uno?
@PremKumar-fh2hwАй бұрын
Can we plot the data from raspberry Pi pico
@jaredjones6570Ай бұрын
Great tutorial!! But.. and I'm sorry, I can't help myself, Ar-dwee-no Not Ar-dree-no
@RashidKhan-dm6lx2 ай бұрын
Which transistor are you using and I am making a circuit using IR sensor and I want my Led to switch off when it detects an obstacle so for that can I use this circuit by removing switch and connecting the sensor circuit in place of switch?
@WaveShapePlayАй бұрын
I typically use a NPN BTJ transistor with Part Numbrts: 2N3904 or 2N222. I beleive I used 2N3904 for this one, and it is my usual go-to for low power designs. For your application, I think you would create a "voltage divider" type circuit configration to turn the transistor on/off based upon the IR sensor reading.
@electron462 ай бұрын
My sincere thanks to you not only for your content but in the easy-to-read way you display your code. So many KZbin videos use needlessly small fonts and lifeless colors to produce a grim visual experience. Regards.
@homeworld35983 ай бұрын
WWWWOOOOWW VERY NICE THANKS
@edgarromeroherrera28863 ай бұрын
you're the man
@nakawung3 ай бұрын
Cool. Very cool. So... how to do this on a Raspberry running ubuntu? the ports returned are of the form /dev/ttyAMCx or /dev/ttyUSBx etc. There's no name like Arduino Uno you can search.
@jcpole5 ай бұрын
Just my usual comment - the name of the board is Arduino. It is NOT Ardrino. Please learn how to pronounce it correctly. Again, good content, but you really need to learn how to pronounce Arduino correctly.
@StarChild.no15 ай бұрын
Wonderful. Today I stopped having to reboot my raspberry pi. Bonus, Codium AI took over(without me asking) and optimized the code for performance, exception handling and best practices.
@mike_jay5 ай бұрын
Great mini series, I’ve really enjoyed. Would be nice if it continued on.
@Jacno775 ай бұрын
thanks for making these buddy
@nadeensaey50115 ай бұрын
Thank you v. much sir N from China
@Subagyo-Tepil5 ай бұрын
Thank you so much WaveShapePlay, may I ask you something , how can I make a button that the state is disable until there is a singnal from a sensor to activate it ?.
@Subagyo-Tepil6 ай бұрын
Thanks for excellent explanation. Can you explain how to turn on a dc motor from GUI but stop it when there is interrupt in arduino.
@xapcgamer1516 ай бұрын
What is the reason for only connecting the base of the PNP to the signal? why not use a 2nd capacitor to connect the signal to the NPN as well?
@yeshu99857 ай бұрын
quick tip: close ur serial monitor before u start ur python code or else u would end up getting an error
@soumyadipdutta17Ай бұрын
Thanks
@g_rr_tt7 ай бұрын
are dri no Oo No
@basedghostcoasttocoast7 ай бұрын
Literally the only good video of this on the internet. Thanks!
@anaslabanie4718 ай бұрын
good
@sparklee69949 ай бұрын
suggest that you put comments in your code. and make it readable....
@idus11 ай бұрын
its not ardreno Thanks for the video.
@seanemmett284511 ай бұрын
Thanks!
@davemac6756 Жыл бұрын
That is a MIDI "input" circuit. 🤔
@WaveShapePlay Жыл бұрын
Good point from the end to end circuitry perspective! I was thinking from the perspective of measuring the midi controller message, where the midi controller key stroke is the input and the optocoupler buffered message is the output. I adjusted the title.
@stuntmanmadeit Жыл бұрын
Great job bruh!
@katheriner9194 Жыл бұрын
Wow, amazing!
@cyrusmuthui52 Жыл бұрын
Hi, Great video. How can I plot three different values being sent by the arduino? Please help
@orisplus373311 ай бұрын
robosub?
@cyrusmuthui5211 ай бұрын
robosub is like an application or?
@cjimcook Жыл бұрын
Alas, there was no followup.
@DrZylvon Жыл бұрын
Thanks, very useful tutorial.
@ayeshNbandara Жыл бұрын
thanks a lot! Your explanation is very clear!
@SOALRusdi Жыл бұрын
tanks for knowledge and simple file tanks very much
@SOALRusdi Жыл бұрын
Thanks to finish to be larn and simple file
@SOALRusdi Жыл бұрын
Tanks to learn and simple file
@SOALRusdi Жыл бұрын
Tanks very much to your knowledge and simple file tanks
@SOALRusdi Жыл бұрын
Thanks for simple file and your knowledge
@SOALRusdi Жыл бұрын
Thanks for your knowledge and simple file thanks very much
@SOALRusdi Жыл бұрын
Tanks your teach and simple file tanks very much
@SOALRusdi Жыл бұрын
Thanks ...very much your simple code to be easy learn and correct program
@sihill1667 Жыл бұрын
The explanation in this link shows how the Vbe is actually multiplied. kzbin.info/www/bejne/hZPLkIN_eJekp9E
@kit-elektronik Жыл бұрын
very good, clear explaination,
@cliveradvan3414 Жыл бұрын
Very informative. Thank you
@najninmansuri9346 Жыл бұрын
Heyy, Can we not defined the input pin commands in python only, like I don't want to use ide, Can I do that?
@pawanbhatt314 Жыл бұрын
you're a freakin life saver, i was searching for a week how to not have a plot with increasing number of points, that -50 saved me. Arigato Gozaimasu.
@WaveShapePlay Жыл бұрын
Gald you found it helpful!
@AqzaHAT Жыл бұрын
6 years ago and still relevant baby!
@SolomonTeklehaimanot-d8f Жыл бұрын
interesting video. I tried this without changing code but when I run it the following error is found. Cell In[4], line 17 connectPort=findArduino(foundPorts) Cell In[4], line 15 in findArduino return commPort UnboundLocalError: local variable 'commPort' referenced before assignment ****how could it be resolved tell me please!!!!!!!