Electronic – Build PIC development board on bread board

boardbreadboarddevelopmentprogrammer

I have PIC24FJ128GA202 IC only. Since development boards cost too much, I would like to build a development board on a bread board and try some sample programs on it.

Like the image below:

enter image description here

Is it possible to build it this way?
Thanks

Best Answer

It is possible if your PIC part is in a SPDIP package. If you have parts in the SOIC or SSOP package then it would not be possible to mount the parts on a standard breadboard.

Be aware that there can be issues with proto boards that can make the learning experience a painful one. The main issues that you could see include:

  1. Intermittent connections.
  2. Not compatible for high frequency operation.
  3. Poor power and ground distribution and bypassing.
  4. Capacitive coupling between adjacent circuit nodes.
  5. Shorts between component leads that are inserted without cutting them.
Related Topic