From cdafa1fe237159a4776abed1afbf048c7b0ee3bf Mon Sep 17 00:00:00 2001 From: kalymos Date: Mon, 7 Apr 2025 17:31:38 +0200 Subject: [PATCH] Updated Personal recipe to make a good PSNee (markdown) --- Personal-recipe-to-make-a-good-PSNee.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Personal-recipe-to-make-a-good-PSNee.md b/Personal-recipe-to-make-a-good-PSNee.md index 09db05f..5c1e40e 100644 --- a/Personal-recipe-to-make-a-good-PSNee.md +++ b/Personal-recipe-to-make-a-good-PSNee.md @@ -42,7 +42,10 @@ https://docs.arduino.cc/built-in-examples/arduino-isp/ArduinoISP/ ## Part 4: -### Connect your Arduino board or the MCU you want to use as a modchip, to your ISP programmer that you just created, following the schematics. +### Connect your Arduino board or the MCU you want to use as a modchip, to your ISP programmer that you just created, following the schematics. + +I introduced this test because even if avrdude tells you that it correctly injected the code, in reality it only knows that it was able to transmit it to the ISP programmer, and to know if there is no problem in the connections between the programmer and the target, the only way is to see a program running on the target. + ![Arduino_ISP_wires](https://github.com/kalymos/PsNee/blob/master/images/schemat/Arduino_ISP_wires.jpg) Check if your iSP programmer can correctly inject the code into your target, by running the Blink test again * File -> example -> 01. Basic -> blink