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.
 
Hey guys. I have a question related to electricity and alternating current. Say an alien fictional society developed electricity, and settled on a standard like 73V AC current at 46 Hz. How would appliances be designed, and what impact would the lower frequency and voltage have on transformers, wiring, TVs, computers, LEDs, motors, and heating, assuming the laws of physics and technology are the same as on Earth?
While I was rolling out a shielded cable, a though came to my mind - what happens to the current flow in the cable if there came a short between the wire and the shield in both ends of the cable? For simplicity, lets assume a 1-wire copper wire wrapped in an aluminum shield. The wire and the shield has the same cross section area. There are insulating material between them, and in both ends there is a short between them. My first thought, the total resistance of the cable would be reduced...
I used to be an HVAC technician. One time I had a service call in which there was no power to the thermostat. The thermostat did not have power because the fuse in the air handler was blown. The fuse in the air handler was blown because there was a low voltage short. The rubber coating on one of the thermostat wires was chewed off by a rodent. The exposed metal in the thermostat wire was touching the metal cabinet of the air handler. This was a low voltage short. This low voltage...
Back
Top