Getting Started with PIC Microcontrollers: Tips and Tricks for Beginners

  • Thread starter Thread starter Chandra214
  • Start date Start date
  • Tags Tags
    Tips
AI Thread Summary
To get started with PIC microcontroller programming, beginners should focus on acquiring a development board and essential components, such as a 5V power supply and an ISP cable. Basic coding exercises, like turning on an LED, are recommended to build foundational skills. Knowledge of microcontroller programming is transferable across different platforms, making it a valuable asset for career development in embedded systems. While consumer microcontrollers may have limited industrial application, embedded systems programming remains a significant field. Engaging with practical projects will enhance understanding and proficiency in firmware development.
Chandra214
Messages
48
Reaction score
0
Hi,
I have just started to look into PIC ALP coding. i am also fortunate to work on one the PIC controllers, though i am responsible for hardware design only, i want to develop some firmware knowledge.
If such a question has been answered previously please give me the link, or your precious suggestions are welcome.
 
Engineering news on Phys.org
oops i missed the question..
how can i get started with PIC programming and how is it going to help my career?
 
micro programming knowledge is pretty transferable, so starting on pic or atmel mc's is much of a muchness. basically, pick up a couple of mc's, a development board (the arduino is good and, if you build it yourself, cheap), and some basic components. build a 5V power supply (you'll just need a 7805 and some caps), connect the mc to power / ground / isp as indicated by the datasheet, plug in your isp cable and serial cable, and then have a play with the code. try something basic first - like, "turn on pin 1". have a led hooked up to it so you can tell that it works.

it's very useful as a skill, though i don't know how much consumer micros are used in industry. embedded systems programming in general is huge, though.
 
Very basic question. Consider a 3-terminal device with terminals say A,B,C. Kirchhoff Current Law (KCL) and Kirchhoff Voltage Law (KVL) establish two relationships between the 3 currents entering the terminals and the 3 terminal's voltage pairs respectively. So we have 2 equations in 6 unknowns. To proceed further we need two more (independent) equations in order to solve the circuit the 3-terminal device is connected to (basically one treats such a device as an unbalanced two-port...
suppose you have two capacitors with a 0.1 Farad value and 12 VDC rating. label these as A and B. label the terminals of each as 1 and 2. you also have a voltmeter with a 40 volt linear range for DC. you also have a 9 volt DC power supply fed by mains. you charge each capacitor to 9 volts with terminal 1 being - (negative) and terminal 2 being + (positive). you connect the voltmeter to terminal A2 and to terminal B1. does it read any voltage? can - of one capacitor discharge + of the...
Back
Top