You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+26-11Lines changed: 26 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,8 +112,7 @@ All other Bambu Printers and X1C printers running firmware older than `1.08.05.x
112
112
113
113
## 🔧 Hardware
114
114
115
-
The OpenSpool schematics will always be free. If you don't want to source the parts yourself, you can
116
-
[buy a kit on tindie.com](https://www.tindie.com/products/36746/)
115
+
The OpenSpool schematics will always be free. If you don't want to source the parts yourself, you can [buy a kit on tindie.com](https://www.tindie.com/products/36746/).
117
116
118
117
<ahref="https://www.tindie.com/stores/spuder/?ref=offsite_badges&utm_source=sellers_spuder&utm_medium=badges&utm_campaign=badge_small"><imgsrc="https://d2ss6ovg47m0r5.cloudfront.net/badges/tindie-smalls.png"alt="I sell on Tindie"width="200"height="55"></a>
119
118
@@ -141,17 +140,11 @@ If you are unable to find a Wemos D1 Mini `s3`, you can still buy an `s2`, as it
| <imgsrc="./images/wemos-d1mini.png"alt="D1 Mini s3"height="200"> | Wemos D1 Mini S2 (Beware of Fakes!) |[Amazon](https://amzn.to/4fqq9m7)|[AliExpress](https://www.aliexpress.us/item/3256802958877264.html)|
143
+
| <imgsrc="./images/wemos-d1mini.png"alt=""height="200"> | Wemos D1 Mini S2 (Beware of Fakes!) |[Amazon](https://amzn.to/4fqq9m7)|[AliExpress](https://www.aliexpress.us/item/3256802958877264.html)|
145
144
146
145
---
147
146
148
-
It is recommend to assemble OpenSpool using the custom PCB. You can send the Gerber files included in this repository to a PCB fabricator of your choice, such as [OSH Park](https://oshpark.com/).
149
-
150
-
You will also need to 3D print the enclosure. The print files can be found on [MakerWorld](https://makerworld.com/en/models/944499-openspool-mini#profileId-910780).
151
-
152
-
Be sure to put the PN532 into `SPI` mode (not `i2c` or `UART`)
153
-
154
-
<imgsrc="./images/PN532-4.jpg"width="300">
147
+
It is recommend to assemble OpenSpool using the custom PCB. You can send the Gerber files included in this repository to a PCB fabricator, such as [OSH Park](https://oshpark.com/).
155
148
156
149
#### Without Custom PCB
157
150
@@ -164,7 +157,29 @@ OpenSpool can be assembled without fabricating the custom PCB. In place of the M
164
157
165
158
You can use any breadboard or splicing tool to connect the wires, however the linked mini breadboard is recommended as it is small enough to fit inside the enclosure.
166
159
167
-
Below is the wiring diagram:
160
+
## 🛠️ Assembly
161
+
162
+
Once you have all of the parts, you can begin assembly.
163
+
164
+
### With Custom PCB
165
+
166
+
1. Solder the following components onto the PCB:
167
+
1. Two 10k resistors
168
+
2. One BSS138 MOSFET
169
+
3. Four sets of 8 straight headers, into the two pairs of columns on the top of the PCB
170
+
4. One set of 8 right-angle headers into the row of vias just below the OpenSpool logo on the BACK side of the PCB
171
+
5. Three right-angle headers in the top-left corner of the PCB
172
+
2. Solder eight right-angle headers onto the PN532
173
+
3. Solder three straight headers onto the LED. Make sure to solder them onto the side with the "Din" pin
174
+
4. Place the Wemos D1 onto the headers and solder it on. The top of the Wemos D1 should face up, with the USB-C port facing the bottom of the PCB
175
+
5. Use jumper wires to connect both the PN532 and the LED to their respective headers
176
+
6. Flip the toggle switches on the PN532 to enable SPI mode (see image below)
177
+
178
+
<imgsrc="./images/PN532-4.jpg"width="300">
179
+
180
+
### Without Custom PCB
181
+
182
+
If you are not using the custom PCB, you will need to connect the wires to each pin manually. Below is the wiring diagram:
0 commit comments