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

Updated Tutorial for injections via USB, only for ATmega without biospatch! (markdown)

kalymos
2025-03-14 17:22:21 +01:00
parent fef90be3e9
commit 57fcf6ed37

@@ -6,17 +6,20 @@
* And thin cable (awg26-30)
## Part 1:
Install the Arduino IDE
### Install the Arduino IDE
https://docs.arduino.cc/software/ide-v2/tutorials/getting-started/ide-v2-downloading-and-installing/
## Part 2:
In Arduino IDE select MUC buildchain
### In Arduino IDE select MUC buildchain
* Tools -> Board -> Arduino AVR Board -> your board
* Tools -> Processore -> your varient
## Part 3:
Check that everything works well by injecting for example the blink sketch from the IDE
### Check that everything works well by injecting for example the blink sketch from the IDE
* File -> example -> 01. Basic -> blink
* Connect your card
* Tools -> port -> the port of your card
* Sketch -> upload
## Part 4:
### Open the sketch and configure the options.
@@ -27,8 +30,7 @@ Then in the second section "Select your chip" choose the MUC which will become y
* //#define ATmega328_168 -> #define ATmega328_168, for example.
## Part 5:
Compile and inject the program.
* Sketch -> verify/compile
### Compile and inject the program.
* Sketch -> upload
Normally your PSNee is ready to be installed in your dear console.