Questions about PicKit 3.

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • Spork Schivago
    replied
    Re: Questions about PicKit 3.

    If I can't use that touch screen, I guess I'd probably go for a QVGA type setup and could settle for a smaller resolution and everything. Maybe something like 320 x 240. I don't know how well that'd look though. But if I did that, I'd probably use a 16-bit interface. 5 for red, 5 for blue, 6 for green. That'd be 320 x 240 x 16 / 8 = 153,600 bytes of RAM or 150KB. I don't know how to tell how much flash I'd need because I don't know how large the program would be.

    Leave a comment:


  • Spork Schivago
    replied
    Re: Questions about PicKit 3.

    Originally posted by stj
    microchip has a parametric search you can use,
    what else does the chip need? how much flash, ram, i/o pins?
    Wouldn't I need to pick a screen first before I knew how many i/o pins it needed? Instead of an SPI interface, could I use a Parallel interface? Like the screen here?

    http://www.digikey.com/product-detai...3-T-ND/4429445

    I kinda like that one. Looks nice. I know I'm not ready to build something like that yet, but I can save up and while I'm learning, I can work on it. It'd be a project but ultimately, I want something like that.

    Leave a comment:


  • stj
    replied
    Re: Questions about PicKit 3.

    takes 1-2weeks to europe.

    Leave a comment:


  • Spork Schivago
    replied
    Re: Questions about PicKit 3.

    Originally posted by stj
    Thanks. Made an offer for one located in the states that doesn't come with a ZIF adapter (I'll buy one separately if the guy accepts my offer). If not, I'll try ordering that one. The other two you posted won't ship to the USA either. Kinda sucks ordering from China and Hong Kong because it takes for ever!!! for the stuff to get here.

    Leave a comment:


  • stj
    replied
    Re: Questions about PicKit 3.

    Originally posted by Spork Schivago
    Okay, good to know I'm following a bit of standard with the pins there.

    So, the PIC I'm using doesn't have an SPI serial interface? I'd like to do what you're suggesting. Stop using the parallel character display and use a colour graphic display.

    Do you know any PICs that have an SPI serial interface? I see MicroChip says a bunch of their devices support it. How hard would it be to implement something like this? Is it a lot more work than what I currently have? Thanks.
    microchip has a parametric search you can use,
    what else does the chip need? how muh flash, ram, i/o pins?

    Leave a comment:


  • stj
    replied
    Re: Questions about PicKit 3.

    u.s. ebay link
    http://www.ebay.com/itm/141752941245

    Leave a comment:


  • Spork Schivago
    replied
    Re: Questions about PicKit 3.

    Looks like maybe the PIC18F8722 would work.

    Leave a comment:


  • Spork Schivago
    replied
    Re: Questions about PicKit 3.

    Originally posted by stj
    if you want a nice display, forget parallel character displays.
    use a pic with an SPI serial interface,
    then you can use a colour graphic display.
    the chinese sell surplus graphic displays - presumably intended for fones & mp3 lpayers for less than character displays.

    if you do use a 44780 display, the interface is the same regardless of number of lines or characters.

    btw, it's standard to put pins on the board, and use a female end on the programming cable.
    Okay, good to know I'm following a bit of standard with the pins there.

    So, the PIC I'm using doesn't have an SPI serial interface? I'd like to do what you're suggesting. Stop using the parallel character display and use a colour graphic display.

    Do you know any PICs that have an SPI serial interface? I see MicroChip says a bunch of their devices support it. How hard would it be to implement something like this? Is it a lot more work than what I currently have? Thanks.

    Leave a comment:


  • stj
    replied
    Re: Questions about PicKit 3.

    Originally posted by Spork Schivago
    The original design has a PIC 16F628A and a 16x2 HD44780 LCD screen. The PIC is using 4 data lines, not 8. That'd mean it's communicating with the LCD screen using 4-bits, right? Also, if I wanted to upgrade the screen to something a bit more fancier, maybe at the very minimum a 16x4 type screen, if I picked out a similar LCD screen, would I have to change the circuit at all or just the code on the PIC? Eventually, I'd like to add a real nice screen. Maybe even touch screen or something like what my Weller WX2 has.
    if you want a nice display, forget parallel character displays.
    use a pic with an SPI serial interface,
    then you can use a colour graphic display.
    the chinese sell surplus graphic displays - presumably intended for fones & mp3 lpayers for less than character displays.

    if you do use a 44780 display, the interface is the same regardless of number of lines or characters.

    btw, it's standard to put pins on the board, and use a female end on the programming cable.

    Leave a comment:


  • stj
    replied
    Re: Questions about PicKit 3.

    try these:

    http://www.ebay.com/itm/391241142618
    http://www.ebay.com/itm/351488697372

    if those dont work,
    go to ebay.com
    then search "pickit3" and sort by price-inc-postage
    Last edited by stj; 11-23-2015, 02:29 PM.

    Leave a comment:


  • Spork Schivago
    replied
    Re: Questions about PicKit 3.

    Tried to order it Stj, but got an error message :'( Contacted the seller about it. Error message was:

    This seller didn't include shipping costs to your location. Please contact the seller or change your address.

    Also, I see the US dollar isn't as strong as GBP. 1.00$ = 0.64 GBP's. That's okay though. I think GBP's are British Pounds but the item says it's shipping from Shenzhen , Guangdong, China. I thought the Chinese used yen's.

    Leave a comment:


  • Spork Schivago
    replied
    Re: Questions about PicKit 3.

    Originally posted by stj
    pic
    Thanks! No idea why I said female. I need female end for the board, the male end for the PicKit3. I'm going to order the one you linked to me. It's not in the states so it might take a little bit to get here, but it seems to come with everything.

    On a side note,

    The original design has a PIC 16F628A and a 16x2 HD44780 LCD screen. The PIC is using 4 data lines, not 8. That'd mean it's communicating with the LCD screen using 4-bits, right? Also, if I wanted to upgrade the screen to something a bit more fancier, maybe at the very minimum a 16x4 type screen, if I picked out a similar LCD screen, would I have to change the circuit at all or just the code on the PIC? Eventually, I'd like to add a real nice screen. Maybe even touch screen or something like what my Weller WX2 has.

    Leave a comment:


  • stj
    replied
    Re: Questions about PicKit 3.

    pic
    Attached Files

    Leave a comment:


  • stj
    replied
    Re: Questions about PicKit 3.

    it's male - with pins that goes into the pk3

    i would 100% go for that chinese one with the chip-socket adapter.

    Leave a comment:


  • Spork Schivago
    replied
    Re: Questions about PicKit 3.

    Originally posted by stj
    the pin pitch is the same as stripboard or a chip, .1"

    it's intentional so you can put a pin-header on the board and just drop the programmer onto it without a cable!
    (providing you leave clearance around the pin header for the programmer casing)

    mplab-x is free.
    http://www.microchip.com/pagehandler...family/mplabx/

    and the chinese clones dont have issues because microchip made the original schematics and board layout public!

    the ebay link will work, but it's a lot of money when you can just get a strip of 30pins that you snap to size for next to nothing.
    http://www.ebay.com/itm/281784762715
    Thanks! On this design, there's no way to fit the PicKit on the board. I should've thought of that before but when I was looking at PicKit's on ebay, I didn't realize they where clones and I thought all of them came with a cable. I might try to just make a cable myself if I can find a cheap enough female header / socket that goes into the PicKit. I really appreciate all the help.

    If you're certain the chinese ones are of high quality, I could save some cash and buy one that comes with the cable and one of those nifty ZIF sockets.

    Leave a comment:


  • stj
    replied
    Re: Questions about PicKit 3.

    the pin pitch is the same as stripboard or a chip, .1"

    it's intentional so you can put a pin-header on the board and just drop the programmer onto it without a cable!
    (providing you leave clearance around the pin header for the programmer casing)

    mplab-x is free.
    http://www.microchip.com/pagehandler...family/mplabx/

    and the chinese clones dont have issues because microchip made the original schematics and board layout public!

    the ebay link will work, but it's a lot of money when you can just get a strip of 30pins that you snap to size for next to nothing.
    http://www.ebay.com/itm/281784762715

    Leave a comment:


  • Spork Schivago
    replied
    Re: Questions about PicKit 3.

    I was thinking for the cable, maybe something like this:
    http://www.ebay.com/itm/5pcs-of-Dupo...YAAOSwm8VUr37w

    What do you think Stj?

    Leave a comment:


  • Spork Schivago
    replied
    Re: Questions about PicKit 3.

    Originally posted by stj
    btw, make sure you use MPLAB-X and not the old mplab software.
    Okay, and MPLAB-X comes as a free download or do I have to pay that? I seen a few different MPLABs and weren't sure what was what. Haven't really looked into it too much but one was MPLAB REAL ICE I think, another one was X and then finally MPLAB ICD 2 and MPLAB ICD 3.

    Leave a comment:


  • Spork Schivago
    replied
    Re: Questions about PicKit 3.

    Originally posted by stj
    got a pk3 here.
    the pk3 uses a socket-strip 2.54mm pitch 6pin

    i make cables using pinstrips.

    btw, the design is open and the chinese have nice clones.
    http://www.ebay.com/itm/141774464184

    this one comes with cables and a programming board!
    (my next upgrade )
    Thanks Stj! I've seen some of the clones but I think because this is my first time playing around with programmable ICs, I'm going to stick with an official PicKit3, just to rule out possible problems.

    So the official PicKit3 doesn't come with the cable and I need to make one myself or find a good site that sells them? For the pins on the board, I used MA06-1 from the con-lstb library in Eagle. I don't know what the pitch is though.

    Leave a comment:


  • stj
    replied
    Re: Questions about PicKit 3.

    btw, make sure you use MPLAB-X and not the old mplab software.

    Leave a comment:

Related Topics

Collapse

  • tommy1331
    hp envy 15t k000 debugging
    by tommy1331
    Hi, I'm quite new to this, I am trying to debug a faulty motherboard (DAY31AMB6C0). There was a fault in the DC input circuit with a faulty TVS diode after the first MOSFET shorting the VAD rail to ground. I was able to clear that fault by removing the diode and now the input section seems to be working correctly and I get the V3PCU power rail.

    But trying to start the board still fails, I put some RAM in it and shorted the power button to start it up but it only blinks the power LED in the DC jack assembly 3 times. Maybe the AC detect circuit is broken? Or is this more likely to be...
    04-28-2025, 08:12 AM
  • Ihandyrepair
    ID smd 6pin chip - GM2 for electric scooter display
    by Ihandyrepair
    Hi

    working on a not turning on Wheelspeed WS1 scooter.
    diagnosed - issue is the display/power button

    on the board, with the multimeter I noticed there is a short to ground. as the red wire has 0 ohm to ground.
    with infrared camera, this chip (photo circled) would heat up if I push power button on.
    but I can't find any replacement or online info of this chip.
    on the chip you can see it has a label GM2H, I have another good working display with the same chip but it has label GM2C

    could anyone help me id this chip and guide me to...
    05-08-2024, 06:59 PM
  • seppde
    Benq Zowie XL2540K / Power board failure / 6Pin-SOP-Chip identification
    by seppde
    Hello everyone,
    I've got a Benq power board of a XL2540K monitor which suffered from a power cut and is since defective / won't turn on. It's got obvious defects, some blown resistors, some burning around the drain pin of a MOSFET...
    ... and some 6-pin IC I struggle identifying, that is driving said MOSFET.
    The IC is labeled as IC601, so someone with a circuit schematic could probably identify it really quick, unfortunately I can't find the schematics.
    In other power boards of Benq for which I did find the schematics, IC601 is an 8-pin NCP1200 PWM controller - I suppose...
    02-09-2024, 05:19 AM
  • belalmondeo
    Car code scanner OBD1 adapter enquiry
    by belalmondeo
    Hello everyone there
    If You do remember me then I am Belal who posted an issue of his J2534 pass-thru Multi-Diag 2015 OBD II device a while ago and aside from my thanks that show my gratitude to all of those who have given me help with my issue I just wanted to go straight into my question which is whether using the OBD II to OBD I adapter to diagnose an older model vehicle like a GM 12 adapter safe enough and not gonna cause any catastrophic failure to my device and if it still can perform scanning with no issues?
    there's a link for the adapter: https://ebay.to/2UCWDDx
    ...
    04-05-2019, 06:00 PM
  • thrinrot
    Zotac GTX 960 2GB- 6pin PCIE Power not recognized
    by thrinrot
    Hi all!
    A friend of mine brought me a defective Zotac GTX 960 with a failing power detection.
    Even though the 6 pin PCIe power cable is plugged in, the card says "Plugin PCIe power cable and reboot".

    Since I have no schematics it is hard to find out the NVVDD_PGOOD trace.

    I checked if the Controller (NCP81174) sends a Power good signal and the signal VR_RDY at pin 3 is high. So I assume the controller is not sending a bad signal (?).

    I appreciate your help! :-)
    09-25-2021, 12:29 PM
  • Loading...
  • No more items.
Working...