Skip to content

Commit

Permalink
Added receiver assembly instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdibi committed Oct 14, 2018
1 parent a106790 commit 28026c3
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 0 deletions.
Binary file added img/redox-w-receiver-assembly-1.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/redox-w-receiver-assembly-2.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/redox-w-receiver-assembly-3.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/redox-w-receiver-assembly-4.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/redox-w-receiver-assembly-5.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions redox-w/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,35 @@ Assembly steps:
<img src="../img/pcb-w-assembly1.jpg" alt="Wireless Redox assembled PCB" width="600"/>
</p>

#### Receiver Assembly

The assembly is streightforward, I suggest you to follow the following order:

1. Solder all the Mitosis receiver components on the PCB. Leave the programming header for last.
2. Solder the Arduino Pro Micro to the Mitosis receiver PCB.

> :warning: Notice the orientation of the RGB LED (Cree CLVBA-FKA). Here I highlighted the dot on the PCB which must match with the notch on the LED packaging.
<p align="center">
<img src="../img/redox-w-assembly-1.jpg" alt="Mitosis receiver PCB LED installation detail." width="300"/>
<img src="../img/redox-w-assembly-2.jpg" alt="RGB LED detail" width="300"/>
</p>

##### Assembled receiver PCB:

<p align="center">
<img src="../img/redox-w-assembly-3.jpg" alt="Receiver PCB assembly front." width="300"/>
<img src="../img/redox-w-assembly-4.jpg" alt="Receiver PCB assembly back." width="300"/>
</p>

*Note*: You might notice that I didn't soldered the second push button, this is because it's not used in the receiver firmware.

##### Assembled receiver:

<p align="center">
<img src="../img/redox-w-assembly-5.jpg" alt="Receiver PCB assembly front." width="600"/>
</p>

#### Firmware

This keyboard uses two types of MCUs so it needs two different firmwares. For flashing the firmware use the following order:
Expand Down

0 comments on commit 28026c3

Please sign in to comment.