62- Getting Started with USB Communication | MPLAB XC8 for Beginners Tutorial

Поділитися
Вставка
  • Опубліковано 16 гру 2024

КОМЕНТАРІ • 80

  • @StudentCompanion
    @StudentCompanion  4 роки тому +4

    If you found this video useful, please give it a thumbs up 👍 and subscribe to the channel. Also, let me know what topics you want me to cover in future videos by commenting below.
    By simply liking the video or a short comment like Thanks, helps this video in UA-cam algorithm to be found by others. It helps us a lot.

  • @DoctorMangler
    @DoctorMangler 3 роки тому +1

    Thank you very much for your tutorials. I'm working on your pic C series using mplab and your tutorials have helped me make the final step to functioning pic mcu's. It's very satisfying to see your first pic make a hello world on a breadboard. Well thanks again, thank you for great and easy to understand videos.

  • @keshenanaidu7160
    @keshenanaidu7160 4 роки тому +5

    Another great tutorial! Thanks

  • @mohankhedkar9588
    @mohankhedkar9588 4 роки тому +1

    It is really helpful, can't describe in a word, Thanks a lot sir and eagerly waiting for second part

    • @StudentCompanion
      @StudentCompanion  4 роки тому

      Thanks a lot. Much appreciated!

    • @mohankhedkar9588
      @mohankhedkar9588 4 роки тому

      @@StudentCompanion I have one doubt for you. I am using dsPIC33EP412MU810 controller and generate code for USB device by using MCC and i have connected pen drive to USB .So I want to write data on pen drive but generated code by MCC is very difficult to understand. So can you tell me which functions should i used in main code. Thanks in advace sir.

    • @StudentCompanion
      @StudentCompanion  4 роки тому

      Pen drive doesn't work like normal USB. In this tutorial we explained more about USB device, to you a pen drive, you must configure your USB as host. Did you do it with MCC as host? Does MCC give you that option?

    • @mohankhedkar9588
      @mohankhedkar9588 4 роки тому

      @@StudentCompanion Thanks for your quick response sir, yes i have configured USB as a host by MCC

    • @StudentCompanion
      @StudentCompanion  4 роки тому

      The MCC generated header files list the functions you can use. There is a short description and sometimes a simple example how to use them.

  • @rajeshkolhe1522
    @rajeshkolhe1522 3 роки тому +1

    Very good explanation .. now waiting for part 2🙏

    • @StudentCompanion
      @StudentCompanion  3 роки тому +2

      Thanks gor your feedback. Part 2 will be uploaded soon, just subscribe to our channel and you will notified when we upload new videos

    • @StudentCompanion
      @StudentCompanion  3 роки тому

      This is part 2 : ua-cam.com/video/79q2KiZ3xxY/v-deo.html
      Part 3 will be published possibly next week.

  • @brianoc22
    @brianoc22 4 роки тому +1

    This was so great, you have some of the best pic videos out there for sure. I hope part 2 comes soon as I'm about to start a usb project 😀🤘

    • @StudentCompanion
      @StudentCompanion  4 роки тому +1

      Thanks for the feedback. Much appreciated. Part 2 will be published soon just subscribe to this channel and you will be notified when we upload a new video.
      In the meantime we have more tutorials already on our website about USB CDC and USB HID

    • @StudentCompanion
      @StudentCompanion  3 роки тому

      This is part 2 : ua-cam.com/video/79q2KiZ3xxY/v-deo.html
      Part 3 will be published possibly next week. Apologies for the delay

  • @filipnevezi
    @filipnevezi 3 роки тому +1

    very good video, well presented! Thanks!

  • @diegosuarez4378
    @diegosuarez4378 4 роки тому +3

    great my friend!!!!

  • @bidwepallavi1432
    @bidwepallavi1432 3 роки тому +2

    I need next video for usb interface to the pic controller to the GUI

    • @StudentCompanion
      @StudentCompanion  3 роки тому +1

      Hi. We haven't published part 2 yet, just subscribe to our channel and you will notified when we upload new videos.
      In the mean time, you can visit our website, we have publsihed the rest of this tutorial with GUI.
      Read these links: www.studentcompanion.co.za/usb-communication-with-pic-microcontroller-cdc-xc8/

    • @StudentCompanion
      @StudentCompanion  3 роки тому +1

      Or this link: www.studentcompanion.co.za/controlling-pic-microcontroller-from-pc-gui-through-usb/

    • @StudentCompanion
      @StudentCompanion  3 роки тому

      Or this link: www.studentcompanion.co.za/controlling-a-pic-microcontroller-from-a-pc-gui-through-usb-hid/

    • @bidwepallavi1432
      @bidwepallavi1432 3 роки тому +1

      Ty sir..

    • @StudentCompanion
      @StudentCompanion  3 роки тому

      You are welcome!

  • @Jxxfdasilva
    @Jxxfdasilva 4 роки тому +2

    Very good!

  • @tapiwamatsika4063
    @tapiwamatsika4063 4 роки тому

    you never disappoint , never once

    • @StudentCompanion
      @StudentCompanion  4 роки тому

      Thanks a lot for the feedback. Really appreciated!

  • @tota896
    @tota896 4 роки тому +3

    Thanks

  • @papendudas3834
    @papendudas3834 4 роки тому +1

    Sir, where is the second part video of usb communication ?? please do provide the link. Thank You so much for such wonderful explanation!!!

    • @StudentCompanion
      @StudentCompanion  4 роки тому +1

      Hi. Thanks for your feedback. It will be uploaded soon in about a week. Just subscribe to our UA-cam channel and you will be notified when we upload it

    • @papendudas3834
      @papendudas3834 4 роки тому +1

      @@StudentCompanion Subscription done, Sir.. eagerly waiting for the next part of USB tutorial..!!!

    • @StudentCompanion
      @StudentCompanion  4 роки тому +1

      Thank you

    • @StudentCompanion
      @StudentCompanion  3 роки тому +2

      This is part 2 : ua-cam.com/video/79q2KiZ3xxY/v-deo.html
      Part 3 will be published possibly next week. Apologies for the delay

  • @MiltonSamboinfo
    @MiltonSamboinfo 4 роки тому +2

    Always great

  • @BallisticTech
    @BallisticTech 4 роки тому +2

    Is the second part of the tutorial still being produced? If you are considering more to make in this series I would suggest videos on Composite HID USB devices using MLA examples. It is something a lot of people on the Microchip forums are asking about. Getting all of the Descriptors set up and the two interfaces has been challenging for me.

    • @StudentCompanion
      @StudentCompanion  4 роки тому +1

      Thanks for your feedback.

    • @StudentCompanion
      @StudentCompanion  3 роки тому

      This is part 2 : ua-cam.com/video/79q2KiZ3xxY/v-deo.html
      Part 3 will be published possibly next week. Apologies for the delay

  • @9h5bmjason19
    @9h5bmjason19 4 роки тому +1

    Can you make a video where you show how to use mplabx with pic24f to read a file from a memory disk - flash drive?

  • @edemilsoilha
    @edemilsoilha 4 роки тому

    Thank you so much, I apreciat your video, Public more about this.

  • @manuelvega8047
    @manuelvega8047 4 роки тому +1

    Great!!. Can i use thin with Mcc?

    • @StudentCompanion
      @StudentCompanion  4 роки тому +2

      Yes you can. We are in a process of recording a new video using MCC.

  • @lailaoumast7656
    @lailaoumast7656 4 роки тому +1

    HI thank u for your video it's quite helpful, I am using MLPLAB v3.51 and I wanna use the library fo USB but it requires a 5.35 or later versions, is there another library I can use? and where can I find it. thank you

    • @StudentCompanion
      @StudentCompanion  4 роки тому +1

      Hi. Is there a good reason to use such very old version of MPLAB? you can always download a new version for free.

  • @harshithadugowda3684
    @harshithadugowda3684 3 роки тому

    I'm working with pic32mx470
    In these delay function is not adding
    I am using mplab x ide in c32 compiler

  • @SharlsDavisKendy
    @SharlsDavisKendy 4 роки тому +1

    Very informative video, I learned a lot. I can't wait for the next installment. A question for you, is the PIC18F45K50 a drop-in replacement for the PIC18F4550? The newer chip is a lot cheaper!

    • @StudentCompanion
      @StudentCompanion  4 роки тому +1

      Yes the 2 chips share a lot in common. The newer chip is cheaper and have more features than the old

    • @SharlsDavisKendy
      @SharlsDavisKendy 4 роки тому +1

      @@StudentCompanion But if I had a working circuit with an 18F4550, could I program the same hex file to the 18F45K50 and have it work the same, or would I have to change the code and recompile the firmware?

    • @StudentCompanion
      @StudentCompanion  4 роки тому +2

      You can't use the hex file of another PIC even if they are very similar. You have to generate a new hex file based on the new chip after compiling. There might be some minor changes especially the configuration bits like oscillator selection. The K50 has new features for example to use the USB in full mode with internal oscillator only something you couldn't do with the old one.

    • @StudentCompanion
      @StudentCompanion  3 роки тому

      This is part 2 : ua-cam.com/video/79q2KiZ3xxY/v-deo.html
      Part 3 will be published possibly next week. Apologies for the delay

  • @khoatran3005
    @khoatran3005 3 роки тому

    how about interrupt USB?
    What API should I do?
    help me plz

  • @mohamedal-hady133
    @mohamedal-hady133 3 роки тому +1

    Thank u so much but where is the next video ??

    • @StudentCompanion
      @StudentCompanion  3 роки тому +1

      You are welcome!
      We are already working on it.

    • @StudentCompanion
      @StudentCompanion  3 роки тому

      This is part 2 : ua-cam.com/video/79q2KiZ3xxY/v-deo.html
      Part 3 will be published possibly next week. Apologies for the delay

  • @yasminou6765
    @yasminou6765 4 роки тому +1

    thnx for the video, I see that you are using Mplab for the programmation of your pic, I am using MikroC for the pic programmation does the liberies of Microchip work fine with MikroC ?? if not I looked for Mplab for 32 bits device but I didn't find, can you help me to get to the 32 bits version ? thnx in advance

    • @StudentCompanion
      @StudentCompanion  4 роки тому +1

      Hi, Microchip libraries they don't work with mikroC and vice versa.
      Can you explain more about your question, what MPLAB 32 bits are you looking for that you didn't find? A microcontroller? A specific library? A document? A software?

  • @manuelvega8047
    @manuelvega8047 4 роки тому +1

    when will the next USB video come out?

    • @StudentCompanion
      @StudentCompanion  4 роки тому +2

      Hi. In about a week. Just subscribe to this channel and you will be notified when we upload new videos

    • @StudentCompanion
      @StudentCompanion  3 роки тому

      This is part 2 : ua-cam.com/video/79q2KiZ3xxY/v-deo.html
      Part 3 will be published possibly next week. Apologies for the delay

  • @emrebudak2138
    @emrebudak2138 4 роки тому

    Sir, do you have ks0108 graphic LCD library at hand? I've been searching for about 6 months but I couldn't find what I was looking for, it writes line by line I'm looking for pixel pixel thanks xc8

  • @miguelsoares6291
    @miguelsoares6291 4 роки тому +1

    Where is the next video?

    • @StudentCompanion
      @StudentCompanion  4 роки тому +1

      It's coming soon. Just subscribe tobthe channel, click on the bell and you will be notified when we upload it.

    • @StudentCompanion
      @StudentCompanion  3 роки тому

      This is part 2 : ua-cam.com/video/79q2KiZ3xxY/v-deo.html
      Part 3 will be published possibly next week. Apologies for the delay

  • @ProgramandoAVR
    @ProgramandoAVR 4 роки тому +2

    avr??