@@ -43,7 +43,7 @@ TurtlPass Firmware provides a simple and secure way of generating passwords usin
43
43
* No power input
44
44
45
45
46
- ## Installation and getting started
46
+ ## 💿 Installation and getting started
47
47
48
48
### 1. Install the Arduino Legacy IDE (1.8.19)
49
49
@@ -69,13 +69,13 @@ The Arduino IDE 1.8.19 can be downloaded from this [link](https://www.arduino.cc
69
69
</details >
70
70
71
71
72
- ### 3. Install Pico Board package
72
+ ### 3. Install the Pico Board package
73
73
74
74
- Go to ` Tools ` -> ` Board ` -> ` Boards Manager... `
75
75
76
76
- Search for "pico"
77
77
78
- - Install the package " Raspberry Pi Pico/RP 2040"
78
+ - Install the ` Raspberry Pi Pico/RP 2040 ` package
79
79
80
80
<details >
81
81
<summary >Screenshots</summary >
@@ -85,7 +85,7 @@ The Arduino IDE 1.8.19 can be downloaded from this [link](https://www.arduino.cc
85
85
</details >
86
86
87
87
88
- ### 4. Select Raspberry Pi Pico Board
88
+ ### 4. Select the Raspberry Pi Pico Board
89
89
90
90
- Go to ` Tools ` -> ` Board ` -> ` Raspberry Pi RP2040 Boards(1.9.5) `
91
91
@@ -98,14 +98,30 @@ The Arduino IDE 1.8.19 can be downloaded from this [link](https://www.arduino.cc
98
98
</details >
99
99
100
100
101
+ ### 5. Install the Crypto library
102
+
103
+ - Go to ` Tools ` -> ` Manage Libraries... `
104
+
105
+ - Search for "arduinolibs crypto"
106
+
107
+ - Install the ` Crypto ` library
108
+
109
+ <details >
110
+ <summary >Screenshots</summary >
111
+
112
+ <img src =" assets/manage_libs.png " width =" 50% " >
113
+ <img src =" assets/install_crypto_lib.png " width =" 100% " >
114
+ </details >
115
+
116
+
101
117
## 🔧 Generate your own seed
102
118
103
119
1 . Run the bash script ` ./generate_seed_file.sh ` to generate a new seed file ` Seed.cpp.<timestamp> ` on a computer with macOS or Linux.
104
120
105
121
2 . Rename the generated file to ` Seed.cpp ` .
106
122
107
123
108
- ## ⬆️ Upload sketch
124
+ ## ⬆️ Upload sketch
109
125
110
126
1 . Open ` turtlpass-firmware.ino ` with Arduino IDE on a computer.
111
127
0 commit comments