Skip to content

Commit 7ff2275

Browse files
committed
2 parents c003156 + 9e10ea0 commit 7ff2275

File tree

1 file changed

+13
-20
lines changed

1 file changed

+13
-20
lines changed

README.md

Lines changed: 13 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ I just enhanced his version, like:
1414
- Moved some Status-Infos to better suitable places
1515
- Stronger lines in Weather Symbols and Wind graphics
1616

17+
Additional Stuff:
18+
- 3D Case
19+
- Custom made PCB, now with CH9102F fix (cheap CP2104 alternativ UART Chip), you're able to use both chips now
20+
1721
Download the software to your Arduino's library directory.
1822

1923
1. From the examples, choose depending on your module either
@@ -27,13 +31,7 @@ Download the software to your Arduino's library directory.
2731

2832
3. Edit the owm_credentials.h file in the IDE (TAB at top of IDE) and change your Language, Country, choose your units Metric or Imperial and be sure to find a valid weather station location on OpenWeatherMap, if your display has all blank values your location does not exist!
2933

30-
4. If your are using the older style Waveshare HAT then you need to use:
31-
32-
**display.init(); //for older Waveshare HAT's
33-
34-
In the InitialiseDisplay() function, comment out the variant as required
35-
36-
5. Save your files.
34+
4. Save your files.
3735

3836
NOTE: See schematic for the wiring diagram, all displays are wired the same, so wire a 7.5" the same as a 4.2", 2.9" or 1.54" display! Both 2.13" TTGO T5 and 2.7" T5S boards come pre-wired.
3937

@@ -45,24 +43,19 @@ Compile and upload the code - Enjoy!
4543

4644
![alt text width="600"](/Waveshare_7_5_V2_marani.jpg)
4745

48-
7.5" 800x480 E-Paper Layout
46+
7.5" Old 800x480 E-Paper Layout
4947

5048
![alt text width="600"](/Waveshare_7_5_new.jpg)
5149

52-
7.5" 640x384 E-Paper Layout
50+
7.5" Old 640x384 E-Paper Layout
5351

5452
![alt text width="600"](/Waveshare_7_5.jpg)
5553

54+
PCB
55+
![alt text width="600"](/amaWeatherStationEpaper_CH9102F_fix.png)
5656

57-
**** NOTE change needed for latest Waveshare HAT versions ****
58-
59-
Ensure you have the latest GxEPD2 library
60-
61-
See here: https://github.com/ZinggJM/GxEPD2/releases/
62-
63-
Modify this line in the code:
64-
65-
display.init(115200, true, 2); // init(uint32_t serial_diag_bitrate, bool initial, uint16_t reset_duration, bool pulldown_rst_mode)
57+
Cabling
58+
![alt text width="600"](/amaWeatherStationPCB_Cabling.jpg)
6659

67-
Wiring Schematic for ALL Waveshare E-Paper Displays
68-
![alt_text, width="300"](/Schematic.JPG)
60+
3D Casing
61+
![alt text width="600"](/amaWeatherStationComplete.jpg)

0 commit comments

Comments
 (0)