Pic microcontroller programming made easy

preview_player
Показать описание
This video is specifically on Programming Pic microcontrollers by Microchip. This Video is the first one in a series of videos on this subject if I have enough interest to make it worth doing. This is the most basic program that can be built for a microcontroller mainly because it just flashes a light on and off, but the main concept is to get all of the software and hardware issues sorted out in this first project which surprisingly is the greatest reason for most of us throwing out all of our electronics hobby gear. So with this video my hope is that some of you will dig all of those resistors and capacitors out of the trash bin in order to have fun building electronics projects once again.
Just an EDIT:

on the coding Where you see

BCF 03,5

replace it with

CLRF 1F
BCF 03,5
MOVLW 07
MOVWF 19

The program runs fine without it, but really, this piece of code will allow you to do digital input commands if you felt like altering it one day.

Cheers, Ron.
Рекомендации по теме
Комментарии
Автор

Great demonstration ❤ of how to program the PIC u‐controller !!! I have not seen anywhere such a clear and understandable video. I have been working on Atmel u-controllers like 13 yrs back in Assembly, and I was thinking of brushing off my rusty assembly programming skills. And then, to my surprise, I came across that there is no more Atmel in the market and have to work with PIC. Further to my pity, there is not a single video on YouTube that uses Assembly for PIC. This video served for me like a life saver. Thank you, and keep it up!

MrALCHEMIST
Автор

Good video, you made the writing of the code less complicated than a lot of other video's I've watched. The delay routine was much more streamlined than the one I've been using on some tutorials. Please do more.

richardballinger
Автор

I really liked the way you filed your PIC datasheet.Its a gr8 way to do .I usuually staple them according to sections like i2c, spi,usart

XanthiumIndustries
Автор

One thing that is worth knowing that it’s very important some models of these micro controllers need specialised programmers because the main customer for these are big industrial companies where getting a special programmer to save money on each market controller is worth it. I would always check that before buying some also, sometimes the code changes controllers depending on the use so I would recommend getting a few before you start writing the code or at least order then as you can plan to use one and then find it hard to get

UKsystems
Автор

Thank you . I would like to see more PIC programing

barryx-simten
Автор

I got a PIC dev board and dove into it but
there's no libraries like you have with arduino?

FourthWayRanch
Автор

Hmm well I *wasn't* in to electronics... But I like computers, this looks like a nice way to get to understand those a little better too ^^

Vancha
Автор

Nice presentation!! Only 35 instructions to learn, of which, you probably only use less than that - maybe 25 or so on a practical level, right? Sounds like you offer some of your chip ideas for sale. Excellent, and good luck.

ElectronicsUSA
Автор

Awaiting a PICkit3, be nice to use only 1 program!

stevekean
Автор

I was not acquainted with the PIC ecosystem, because I got into hobby electronics a few years ago via Arduino and never bothered to look into other systems. This video was a good quick intro into that world, and as much as I appreciate getting a sneak peek into how PIC works, I do not feel it's as user-friendly as Arduino. The IDE and the Processing language of Arduino feel very much like home, and this is too 'industrial' and dry to me so far.

DesertVox
Автор

Thanks. Can you make video on dspic33fj16gs504. It's very important.

adesuyisunday
Автор

After MPLAB X IDE 5.35, this no longer work.

thanatosor
Автор

No Indian accent? Wasn't prepared for that.

mattdorsey
Автор

How on earth can Assembler be easier than C????

icarossavvides