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
+13-5Lines changed: 13 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,21 +13,29 @@ Ready-made DIY modules for this size and with 4bpp (16 Grayscale) color support
13
13
14
14
The EPDiy driver board targets multiple E-Paper displays. As the driving method for all matrix-based E-ink displays seems to be more or less the same, only the right connector and timings are needed. The EPDiy PCB v4 features a 33pin and a 39pin connector, which allow to drive the following display types: ED097OC4, ED060SC4, ED097TC2. With the upcoming revision v5, even more display types will be supported! For details, refer to the table below.
15
15
16
+
Revision 5 of the board is optimized for the use with LiPo batteries, featuring a LiPo charger and ultra-low deep sleep current.
16
17
17
18
Building It
18
19
-----------
19
20
20
21
If you want to build a board right now, there are two possible routes:
21
-
- Use the new v2 PCB (`hardware/epaper-breakout/gerbers_v4.zip`). This is a bit more fresh, but should work.
22
+
23
+
- Use the new v5 PCB (`hardware/epaper-breakout/gerbers_v5.zip`).
24
+
**So far, I only tested a prototype of it. The newest gerbers should work, but are untested!**
25
+
**If you have tested them, please let me know!**
26
+
The BOM is available at (`hardware/epaper-breakout/BOM.csv`).
27
+
Positioning files for SMT assembly are available at (`hardware/epaper-breakout/gerbers/epaper-breakout-top-pos.csv`).
28
+
Please double check the part positioning and Rotation with your assembly service!
29
+
More information on the order process and where to find parts is in the [documentation](https://epdiy.readthedocs.io/en/latest/getting_started.html#getting-your-board).
30
+
31
+
Make sure to select the `V5` board revision in `idf.py menuconfig` when building the examples.
32
+
33
+
- Use the old v4 PCB (`hardware/epaper-breakout/gerbers_v4.zip`). This is a bit more fresh, but should work.
22
34
The BOM is available at (`hardware/epaper-breakout/BOM.csv`).
23
35
Positioning files for SMT assembly are available at (`hardware/epaper-breakout/gerbers/epaper-breakout-top-pos.csv`).
24
36
Please double check the part positioning and Rotation with your assembly service!
25
37
26
38
Make sure to select the `V4` board revision in `idf.py menuconfig` when building the examples.
27
-
- Use the original v2 PCB (`hardware/epaper-breakout/gerbers_v2_rev0.zip`).
28
-
However, you might run into issue #3 with some selections of parts.
29
-
30
-
Make sure to select the `v2/v3` board revision in `idf.py menuconfig` when building the examples.
0 commit comments