Jump to content

What can PIC MicroChips do?


Sab0

Recommended Posts

I like programming in Pascal as hobby, and I'm interested in trying something new so micro chips caught my attention.

Can You please explain me what they are capable of? Is micro chips programming an expensive hobby or a cheap one?

Thank You

Link to comment
Share on other sites

I've done quite a lot with arduinos. They're very adaptable is you've got a bit of imagination and is pretty cheap (compared to my other hobby of photography). I tend to buy my kit from China.

 

Arduinos use c mainly but people have written lots of varied compilers, nor sure about pascal.

Link to comment
Share on other sites

Can You please explain me what they are capable of?

Control electronics that you will make.

f.e. electric engines, LEDs, light.

Robotics. Automation.

 

Is micro chips programming an expensive hobby or a cheap one?

I don't think so.

As long as you won't be blowing them everyday.

$50-$100 for a start.

 

Take a look also on Arduino:

https://www.youtube.com/watch?v=b2CFKx5ASUY

search for Arduino @ YouTube videos.

 

Link to comment
Share on other sites

Don't forget that you must know something about electronics (a nice thing to know, anyway).

 

It is a cheap hobby, but don't expect that you will make your walking robot in your first attempt. More likely your first application will be just blinking a LED.

 

You can program PIC in C (I don't know, but probably not in pascal). And even assembler is easier than people think.

 

I respectfully disagree with Sensei's wording "nothing familiar" because I think all programming is somewhat familiar.

 

I make stepper motor drivers etc using small 8-bit microcontrollers (AVR family is my choice).

Link to comment
Share on other sites

As Klaynos said, a starter kit is the easiest way to start (for every uC line there is a starter kit, not only for arduino. But of course, with arduino you can enjoy benefits of large community) especially if you are not an expert in electronics. That is about all you need to start.

 

Some time ago when I was to choose the uC line for my hobby projects, I consulted the internet to find more popular families (PIC, AVR...) and then consulted my local store to see what they regularly offer (but you might however prefer buying over internet or some other way to obtain your chips).

Link to comment
Share on other sites

PIC means Peripheral Interface Controller.

You need to have electronics that you will control by your chip.

The simplest case is control of LED.

Say you write code for turning on light for 1 second, then turning off light for 1 second. Upload it to chip. And LED is starting blinking.

If you want 2 seconds delay, you need to upload new program.

Or complicate electronics and code to allow user to change it by potentiometer.

Chip won't do anything by itself. It needs stuff it will control.

Edited by Sensei
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.