Skip to content

Commit

Permalink
Merge pull request #2 from ziteh/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ziteh authored Oct 14, 2022
2 parents f229aa8 + 8bf8dd3 commit 729c943
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 9 deletions.
18 changes: 18 additions & 0 deletions PMW3360_PCB/PMW3360_PCB.kicad_pcb
Original file line number Diff line number Diff line change
Expand Up @@ -936,6 +936,24 @@
(format (units 3) (units_format 1) (precision 4))
(style (thickness 0.15) (arrow_length 1.27) (text_position_mode 0) (extension_height 0.58642) (extension_offset 0.5) keep_text_aligned)
)
(dimension (type aligned) (layer "Cmts.User") (tstamp 702f6dea-8690-4aa0-a0d2-d0caa2cfa336)
(pts (xy 217.297 125.14525) (xy 236.601 125.14525))
(height -4.95245)
(gr_text "19.3040 mm" (at 226.949 119.0428) (layer "Cmts.User") (tstamp 8ccd704d-a8c9-4fd6-b52e-020ad34d3527)
(effects (font (size 1 1) (thickness 0.15)))
)
(format (units 3) (units_format 1) (precision 4))
(style (thickness 0.15) (arrow_length 1.27) (text_position_mode 0) (extension_height 0.58642) (extension_offset 0.5) keep_text_aligned)
)
(dimension (type aligned) (layer "Cmts.User") (tstamp a9b0786f-3918-422c-8179-1773934ccb1f)
(pts (xy 217.297 125.14525) (xy 217.297 153.2123))
(height 4.826)
(gr_text "28.0670 mm" (at 211.321 139.178775 90) (layer "Cmts.User") (tstamp 6a86de64-e704-4986-b32d-ed9c0f1b79bd)
(effects (font (size 1 1) (thickness 0.15)))
)
(format (units 3) (units_format 1) (precision 4))
(style (thickness 0.15) (arrow_length 1.27) (text_position_mode 0) (extension_height 0.58642) (extension_offset 0.5) keep_text_aligned)
)
(dimension (type aligned) (layer "Cmts.User") (tstamp cc22a3a0-f803-4368-977c-2642c9c8138b)
(pts (xy 213.741 156.7688) (xy 213.741 121.5898))
(height -3.81)
Expand Down
2 changes: 1 addition & 1 deletion PMW3360_PCB/PMW3360_PCB.kicad_prl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"board": {
"active_layer": 0,
"active_layer": 41,
"active_layer_preset": "",
"auto_track_width": true,
"hidden_nets": [],
Expand Down
49 changes: 41 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,45 @@
# PMW3360 PCB
[Pixart PMW3360DM-T2QU](https://www.pixart.com/products-detail/10/PMW3360DM-T2QU) optical mouse sensor breakout board.
[PixArt PMW3360DM-T2QU](https://www.pixart.com/products-detail/10/PMW3360DM-T2QU) optical mouse sensor breakout board.

[Demo video](https://youtu.be/X6r8fS4WcTc)
[Demo video (Rev 1.0)](https://youtu.be/X6r8fS4WcTc)

![](https://imgur.com/bXeEvYb.jpg)
![](https://imgur.com/sdevgX2.jpg)
![](https://imgur.com/bwTRRi4.jpg)
![](https://imgur.com/gGbNr8M.jpg)
> EDA: [KiCad](https://www.kicad.org/)
## EDA
[KiCAD](https://www.kicad.org/)
## Preview

| Front | Back | |
| ----------------------------------------- | ---------------------------------------- | ------------------------------------ |
| ![front](https://i.imgur.com/YNuyznL.png) | ![back](https://i.imgur.com/ay0Sjee.png) | ![](https://i.imgur.com/O2wRAaS.png) |

![sch](https://i.imgur.com/fngHbs6.jpg)

## BOM

| Ref(s) | Value | Footprint | Qty |
| ------ | --------------- | -------------- | --- |
| C1 | 4.7uF/10V | SMD 0603 | 1 |
| C2 | 100nF | SMD 0603 | 1 |
| C3 | 1uF | SMD 0603 | 1 |
| C4 | 4.7uF | SMD 0603 | 1 |
| R1 | 39R | SMD 0603 | 1 |
| R2 | 10k | SMD 0603 | 1 |
| R3* | *Adj_R1* | SMD 0603 | 1 |
| R4* | *Adj_R2* | SMD 0603 | 1 |
| U1 | PMW3360DM-T2QU | PMW3360DM-T2QU | 1 |
| U2* | TPS73601DBV | SOT-23-5 | 1 |
| J1 | Connector Pin | 2.54mm 1*8P | 1 |
| JP1 | Solder Jumper | 1.0*1.5mm | 1 |
| TP1* | V_IO Test Point | D1.5mm | 1 |
| TP2* | V_DD Test Point | D1.5mm | 1 |
| TP3 | GND Test Point | D1.5mm | 1 |
> - Adjust the V_DD voltage with the value of R3 and R4.
> - For 1.8V V_DD, R3=28.0kΩ and R4=56.2kΩ.
> - R3 and R4 are not necessary if you have fixed voltage LDO on U2.
> - V_DD range: 1.8\~2.1V, Typ. 1.9V.
> - V_IO range: 1.8\~3.6V, Type. 1.9V, must be same or greater than V_DD.
## Jumper Config

- JP1: V_IO voltage selection
- \[1-2 3\]: V_IO=V_IN
- \[1 2-3\]: V_IO=V_DD

0 comments on commit 729c943

Please sign in to comment.