battlecoder / zeppp

ZEPPP - Zero External Parts PIC Programmer
http://blog.damnsoft.org/zeppp-zero-external-parts-pic-programmer/
Other
48 stars 18 forks source link

ERROR: Failed to Detect connected device. Unrecognized device with ID 0x0000 #14

Open Koocy opened 1 day ago

Koocy commented 1 day ago

using the latest version of zeppp on a chinese Arduino UNO clone and a PIC16F628A.

java -jar zeppp-cli.jar -c COM5 -wait 3000 -i MPLABXProjects.production.hex -p Opening port COM5... Waiting 3000 ms ... Connecting to ZEPPP interface... -- Interface detected: ZEPPP 1.0.2 20220824 Detecting connected device... ERROR: Failed to Detect connected device. Unrecognized device with ID 0x0000

battlecoder commented 1 day ago

Hi, here's a quick checklist of things to verify:

Additional question: Is that a brand new IC or has it used before (and thus it could be defective, burnt, or might have LVP disabled)

Koocy commented 1 day ago

hi. I just tried it with a unused PIC16F628A and the GND pin of Arduino Uno is connected to the Vss pin of PIC but still the same thing

battlecoder commented 12 hours ago

Can you please describe all the connections you have between the Arduino and the PIC? Thanks