Hands down the most informative video I have ever seen. You have made my class project that much easier to do.
@nickolaysosnitsky34204 жыл бұрын
Это потрясающе детальное и доходчивое объяснение!
@ranjana_official8 жыл бұрын
Thanks. Best video to understand USART.
@narasimha46602 жыл бұрын
Very nice video with full of information
@zhirayrshirinyan23705 жыл бұрын
One of the best videos on this topic, Thank you very much.
@alaahesham2506 жыл бұрын
You are wonderful , may all dreams come true
@AnharAbdalmottaleb--4 жыл бұрын
hi :'D
@alaahesham2504 жыл бұрын
@@AnharAbdalmottaleb-- woooow ...hi back :'D حازم حازم
@RSC21947 жыл бұрын
Excelente todos tus videos
@joelcastillo10177 жыл бұрын
Gracias por tu comentario. Saludos!
@SavageStyle777 жыл бұрын
Genius tutorial! Best work over there!
@thenightwhisper28726 жыл бұрын
*Many Thanks*, perfect video with many useful information's
@andrewmasden63524 жыл бұрын
Awesome! Thank you.
@SimpleBrains7 жыл бұрын
Its a superb video Joel. Keep posting !
@kevinchahine75537 жыл бұрын
Really a great lesson
@Shim2677 жыл бұрын
Very Informative. Thanks!
@abolfazlghobaadi4 жыл бұрын
That was helpful, thanks!
@NiloofarKazemi19948 жыл бұрын
Perfect! Thanks.
@ExplainedIn4Minutes5 жыл бұрын
nice explanation
@knagalingam40916 жыл бұрын
great video
@xNideaquiNideallax8 жыл бұрын
muy buen video, enfocado y directo, muchas gracias like y sub nuevo :)
@mustafacagraltindal4 жыл бұрын
Thanks...
@AliG.G6 жыл бұрын
sick tutorial
@latino817 жыл бұрын
Good video
@lyricallizard78177 жыл бұрын
great!
@roms_jr7 жыл бұрын
Valeu!
@ggarcia2365 жыл бұрын
hi Joel, how can configure to work master and multiple slave (MPCM)?
@mahmudulrussel94088 жыл бұрын
It is awesome. Thanks for clear description. Have you any video lecture on USB like this?
@joelcastillo10178 жыл бұрын
Mahmudul Russel No I dont. sorry, thanks for the comment.
@quisyNeals7 жыл бұрын
If I were trying to use two "rf" tranceivers to allow two microcontrollers to communicate with eachother (wirelessly), would the frequency of the mirocontrollers have to match the frequency of of the tranceivers. If so, how exactly would I go about that (like, step by step).
@joelcastillo10177 жыл бұрын
It depends, if the transceivers act like "buffers" then yes, they would have to have the same frequency (bps). I would check the datasheet and specs of the transceivers to be sure. Best of luck!
@quisyNeals7 жыл бұрын
Joel Castillo Hello joel. Thank you for your reply. I am using hc-11's. I have done my very best to synchronize everything (including the baud rate, frequency, and the power supply). something is clearly being received by the receiving microcontroller, but it is not responding the way I programmed it to. This leads me to beleive that I have established communication, but the receiving microcontroller is not capable of interpreting the information correctly. I think this means that the there must be something wrong with the timing. I am using an atmega328p and the "c" programming language, and if you don't mind, I would like to send you the code I have for the transmitting microcontroller and the receiving microcontroller so that you can take a look at it, and show me what I am doing wrong. If I don't receive a reply, I will take the hint and leave you alone. Thanks again.
@joelcastillo10177 жыл бұрын
Sure, you can send me your code(s): my email is joel.castillo@gmail.com. I don't promise to answer soon though, but I'll check it once I get a chance. Regards
@nravikiran46612 жыл бұрын
at 16.50 you have placed odd parity as 0, but we can put 1 also(you put 0 based on logic operation right, ) so even parity 0 odd parity 1 . no need to stick right , based on our logic we have to consider parity bit right?
@shahzaibishaque5 жыл бұрын
Well explained. 1 question: Why we decrement variable?
@joelcastillo10175 жыл бұрын
Well, in this case I wanted to make a simple program that sends DATA that decrements every time it sends new information. So what this program does is send first a number 255, then 254, then 253, and so on, until it sends 1, then 0, and then it restarts again at 255.
@shahzaibishaque5 жыл бұрын
@@joelcastillo1017 Thank you Sir! 🙃
@alibehrouz98336 жыл бұрын
greattttttttttttttttttttttt
@aravind28908 жыл бұрын
thnk u very much sir ,good explaining ,can you tell me about avr programming .its my humble request
@michaelkhantal22237 жыл бұрын
Great Video.. please sir were can I download your slides
@joelcastillo10177 жыл бұрын
Sure, I only ask that you use the creative commons licence, as indicated in the bottom of my video: creativecommons.org/licenses/by-nc/4.0/
@michaelkhantal22237 жыл бұрын
Thank you very much sir...I actually do not want the video i just want your notes is it possible i can download?
@joelcastillo10177 жыл бұрын
Sure, it's actually the same. =)
@jd0806578 жыл бұрын
Why the 50ms delay? This limits you to 20 characters per second. Is there a more precise way to do this, like wait for a status flag?
@joelcastillo10178 жыл бұрын
Yes, the best way to do it its by checking the flag but this was just an example.
@jd0806578 жыл бұрын
Thanks Joel for your quick response. And by the way, this is a great video filled with all the details I was looking for. Thanks for making it.
@joelcastillo10178 жыл бұрын
+John deLassus no problem. Thanks for your comment.
@kevin621257 жыл бұрын
what if i choose no parity, will the parity bits are going to be don't care or what?
@joelcastillo10177 жыл бұрын
If the microcontroller is generating the output (transferring data) then it is not going to calculate nor send the parity. If the microcontroller is going to read data (receiving) then it is going to assume no parity bit is going to be received, and thus, it could result in a Frame Error if the data received does contain a parity bit.
@kevin621257 жыл бұрын
Joel Castillo thank you
@Adrian-Carstea7 жыл бұрын
nice tutorial, but you have a mistake in it, 0x3A = 0b111010 not 0b1111010, so the diagram is wrong for 0x3A but it's ok for 0x7A
@joelcastillo10177 жыл бұрын
Thanks for your comment, the info on the video is already corrected (there is a textbox that says it is actually 0x7A) but thanks for leting me know. Best regards