3
votes
1answer
54 views

Figuring out the functions of PIC numbers in a data file

I'm using Bumblebee software to interface my Wisp648 PIC programmer. According to the list of supported files for the Wisp, I should be able to program a PIC16F1829. However, that chip isn't supported ...
2
votes
2answers
97 views

Programming a PIC with a PIC

I'm building a device with two PICs, a PIC18F46K22 and a PIC16F88. I have a buffer on the 18F46K22 which contains a program that I want to write to the program memory of the 16F88. I can't do this ...
4
votes
3answers
128 views

Is there a PIC development tool like Texas Instruments's EZ430‑F2013 to help introduce me to PIC?

I would like to familiarize myself with Microchip's PIC product line and IDE, I don't want anything too basic or cheesy, etc. I can't seem to find a device like Texas Instruments's EZ430‑F2013 USB ...
1
vote
0answers
251 views

JTAG adapters for various MCUs compatible with GNU/Linux [closed]

I'm going to experiment with various micro-controllers from now on and would like to know some opinions about official/3rd party JTAG programming&debugger adapters. I'd like to know if some of ...
-3
votes
1answer
394 views

USB PIC programer

I am trying to do a USB pic programer,I searched about that and I found: 1- a simple circuit. 2- software program (UsbPicProg). this is the circuit: ...
1
vote
2answers
205 views

Starting with pic programming dspic30f2010

I'm pretty sure that it's a duplicate in some way but I have to ask anyway. I'm pretty new to chip programming and I got some results using arduino but I still have no idea how to use the pic board my ...
3
votes
1answer
309 views

Is this an OK ICSP circuit?

I recently discovered a project to program PIC18Fs with an Arduino here: https://sites.google.com/site/thehighspark/arduino-pic18f All other ICSP PIC programmers I've seen are more complicated than ...
5
votes
5answers
517 views

Cheap PIC programmer, must be Linux compatible

I'm comfortable with working on Arduino based projects, but I'm looking to start experimenting with PIC programming. How would I go about building my own pic programmer? I thought there must be a ...
1
vote
1answer
616 views

Programming PIC18F2550 with an Arduino

I'm trying to implement a low voltage mode programmer for the PIC18F2550 in an Arduino Uno according to these programming specifications. Bit-sequences are written to the PIC least significant bit ...
3
votes
2answers
1k views

How to build a custom PIC Programmer?

I want to build my own PIC programmer, can any one point me into right direction. Links, tutorials, books etc would be very helpful ? The programmer should use USB for communicating with the computer ...
1
vote
3answers
283 views

Problems starting PIC18F4680

Well I finally decided to get familiar with PICs and got myself a PIC18F4680 and a clone of PICkit 2. I made a simple hello world circuit as shown here: So basically I have an LED from port A pin ...
1
vote
1answer
1k views

Problem installing ICD3 windows driver

I recently had my ICD3 programmer stop working. I received a replacement today and before returning the old ICD3 wanted to test the new ICD3 out. I connected the new ICD3 to my PC and Windows XP ...
11
votes
4answers
3k views

Is it possible to use AVR ISP programmer to program a PIC chip?

I want to try programming a PIC chip and just see, how much different it is compared to an AVR, what are the differences and so on. I've got an AVRtinyISP and would like to know, if it would be ...
2
votes
1answer
541 views

Problem programming PIC18F97J60 with PicKit2

I'm having a problem programming a PIC18F97J60 with pk2cmd.exe. Using the same hex file I can program the device fine with MPLAB and the PicKit2 programming utility, but I'd like to be able to program ...
13
votes
7answers
4k views

Should I get the PICKit 2 or 3?

Okay, having decided to pitch myself at the PIC family (including dsPIC), I now have a question about programmers. I've been hearing a lot of bad things about the new PICKit 3, and am wondering if I ...
10
votes
4answers
2k views

Best PIC programmer?

I would like to start using PICs in my projects and was wondering which programmer I should get. I have plenty of experience using micro-controllers (68k, avr), I also have lots of experience with ...
10
votes
6answers
2k views

Starting out PIC Programming

I've been looking into doing some PIC Programming, but unlike some of the other microcontrollers available the sheer number of different chips available has caused me some confusion. It also appears ...