1
0
mirror of https://github.com/kalymos/PsNee.git synced 2026-02-28 09:18:53 +00:00

Updated Personal recipe to make a good PSNee (markdown)

kalymos
2025-04-07 17:31:38 +02:00
parent f1ad9e6601
commit cdafa1fe23

@@ -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