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.
Questions about PicKit 3.
Collapse
X
-
Re: Questions about PicKit 3.
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:
-
Re: Questions about PicKit 3.
u.s. ebay link
http://www.ebay.com/itm/141752941245Leave a comment:
-
Re: Questions about PicKit 3.
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.
what else does the chip need? how muh flash, ram, i/o pins?Leave a comment:
-
-
Re: Questions about PicKit 3.
Looks like maybe the PIC18F8722 would work.Leave a comment:
-
Re: Questions about PicKit 3.
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.
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:
-
Re: Questions about PicKit 3.
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.
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:
-
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-postageLast edited by stj; 11-23-2015, 02:29 PM.Leave a comment:
-
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:
-
Re: Questions about PicKit 3.
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:
-
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:
-
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
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:
-
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/281784762715Leave a comment:
-
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:
-
Re: Questions about PicKit 3.
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:
-
Re: Questions about PicKit 3.
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)
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:
-
Re: Questions about PicKit 3.
btw, make sure you use MPLAB-X and not the old mplab software.Leave a comment:
Related Topics
Collapse
-
by tommy1331Hi, 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... -
by IhandyrepairHi
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... -
by seppdeHello 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...2 Photos-
Channel: Troubleshooting Computer Displays
-
-
by belalmondeoHello 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 -
by thrinrotHi 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! :-) - Loading...
- No more items.
Leave a comment: