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: ASSEMBLY.md
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,13 +37,16 @@ The Neotron Pico kit does assume you can solder at an intermediate level. If you
37
37
38
38
## The Interactive Bill of Materials
39
39
40
-
The best way to fit the components to your PCB is to use the Interactive Bill of Materials (also known as the IBOM). This is a web-page with a diagram of the PCB and a list of all the components. As you click a component it is highlighted on the PC. Conversely, if you click on the diagram, the relevant component is highlighted in the table. Do ensure you click the *"Sourced"* checkbox when you have determined you have the part in stock, and that you click the *"Placed"* checkbox when the component has been fitted. If your PCB was supplied with some parts already fitted, tick those off now.
40
+
The best way to find where to fit the components to your PCB is to use the Interactive Bill of Materials (also known as the IBOM). This is a web-page with a diagram of the PCB and a list of all the components. As you click a component it is highlighted on the PC. Conversely, if you click on the diagram, the relevant component is highlighted in the table. Do ensure you click the *"Sourced"* checkbox when you have determined you have the part in stock, and that you click the *"Placed"* checkbox when the component has been fitted. If your PCB was supplied with some parts already fitted, tick those off now.
41
+
42
+
The IBOM file can be found by clicking the Releases shortcut available to the right on the GitHub page, or downloading it directly: [IBOM v1.1.0](https://github.com/Neotron-Compute/Neotron-Pico/releases/download/v1.1.0/neotron-pico-v1.1.0-ibom.html). Open the saved file in a browser.
41
43
42
44
## But what order should I fit things in?
43
45
44
46
The general rule is to fit the parts with the lowest Z-height first (i.e. the flat ones, that stick out the least). This means if you flip the PCB over to solder on the underside, you won't have a tall component preventing the board from lying flat and causing the component you are currently trying to solder to fall out of its hole. A suggested order is:
45
47
46
48
* All surface mount components (including U401, which may not have been presoldered in your kit)
49
+
* U401 has a line to the left of the chip which should correspond to the line to the left of the PCB foot print
47
50
* Short-circuit JP1201 *or* JP1201
48
51
* If you have a DS1307 short JP1201 to give it 5V
49
52
* If you have an MCP7940, short JP1202 to give it 3.3V
@@ -54,8 +57,15 @@ The general rule is to fit the parts with the lowest Z-height first (i.e. the fl
54
57
* The PSU module (U1301)
55
58
* The Raspberry Pi Pico (if you want to solder it straight to the board) (U201)
56
59
* Any 2.54mm pin headers and jumpers
57
-
* Don't worry about J906, J907 and J908 - they're just for debugging/testing/probing
58
-
* Ensure you leave out pin 8 on the J802 PC case audio connector, as most cases have a blank position on the mating connector to make sure you can't put it in backwards. Pin 8 is the top row, one in from the right; if you look carefully it's the only pad on that 10-way header that doesn't have a PCB trace running to it.
60
+
* Don't worry about J906, J907 and J908 - they're just for debugging/testing/probing. It's easier to put an oscilloscope probe directly into a hole.
61
+
* Ensure you leave out pin 8 on the J802 PC case audio connector, as most cases have a blank position on the mating connector to make sure you can't put it in backwards. See *Not using a PCB Case* if you don't actually connect this header to your ATX case, as you'll need to fit some jumpers<p>
62
+
```
63
+
. +----+----+----+----+----+
64
+
. | 2 | 3 | 6 | X | 10 |
65
+
Case +----+----+----+----+----+
66
+
. | 1 | 4 | 5 | 7 | 9 |
67
+
. +----+----+----+----+----+
68
+
```
59
69
* Any 2.54mm pin sockets (e.g. for the Raspberry Pi Pico, if you didn't solder it down directly earlier)
60
70
* The Expansion Connectors (J902, J903, J904, J905)
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -462,6 +462,10 @@ Unless you explicitly state otherwise, any contribution intentionally submitted
462
462
* Microchip MCP7940N Real-Time Clock
463
463
* Info Page: <https://www.microchip.com/wwwproducts/en/MCP7940N>
464
464
465
+
## Assembly instructions
466
+
467
+
See [ASSEMBLY.md](./ASSEMBLY.md) for instructions on how to assemble the board.
468
+
465
469
## How hard is this to solder?
466
470
467
471
Typically, I get the boards from JLCPCB with most of the surface-mount components already fitted. This includes all the LEDS, small inductors, resistors and small capacitors (all 0805 size), the transistors (all SOT-23), and whichever of the larger ICs they happen to have in stock. All that's left is the larger ICs, and the through-hole connectors.
0 commit comments