-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
badc44a
commit 6257c58
Showing
7 changed files
with
25,532 additions
and
2 deletions.
There are no files selected for viewing
25,461 changes: 25,461 additions & 0 deletions
25,461
Hardware SI HAI clock (chinese copy)/ESP pins.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
74HC595 | ||
|
||
EleksTube | ||
Ds (Data In): ESP32 pin 13, IO14, GPIO14 | ||
/OE (Output Enable): Strapped to Ground, always enabled. | ||
STcp (Storage Register Clock Input): ESP32 pin 28, IO17, GPIO17 | ||
SHcp (Shift Register Clock Input): ESP32 pin 27, IO16, GPIO16 | ||
|
||
MyClock | ||
Ds (Data In): ESP32 pin 26,IO4, GPIO4 | ||
/OE (Output Enable): Strapped to Ground, always enabled. | ||
STcp (Storage Register Clock Input): ESP32 pin 33, IO21, GPIO21 | ||
SHcp (Shift Register Clock Input): ESP32 pin 36, IO22, GPIO22 | ||
|
||
----------------------------------------------------------------------------- | ||
|
||
WS2812 | ||
|
||
Elekstube | ||
pin 14,GPIO12 | ||
|
||
MyClock | ||
pin 8, GI032 | ||
------------------------------------------------------------------------------ | ||
BUTTONS | ||
|
||
Elekstube | ||
<<<: ESP32 pin 9, IO33 | ||
MODE: ESP32 pin 8, IO32 | ||
>>>: ESP pin 7, IO35 | ||
POWER: ESP pin 6, IO34 | ||
|
||
MyClock | ||
<<<: ESP32 pin 7, IO35 | ||
MODE: ESP32 pin 6,IO34 | ||
>>>: ESP pin 5, IO39 | ||
POWER: ESP pin 4, IO36 | ||
----------------------------------------------------------------------------------- | ||
Instead of RTC DS3231 in my clock is DS1302Z | ||
|
||
MyClock- DS1302Z is connected to ESP32 with this 3 pins | ||
|
||
Elekstube(DS3231 ) | ||
#define RTC_SCL_PIN (22) | ||
#define RTC_SDA_PIN (21) | ||
|
||
MyCLock(DS1302Z) | ||
pin11,IO26 | ||
pin 10,IO25 | ||
pin 9,IO33 | ||
------------------------------------------------------------------------------------- | ||
TFT Displays | ||
|
||
Elekstube | ||
TFT pin 5, SDA, ESP32 pin 37, IO23, VSPID | ||
TFT pin 6, SCL, ESP32 pin 30, IO18, VSPICLK | ||
TFT pin 4, RS (Register Select, or DC Data Command), ESP32 pin 10, IO25 | ||
TFT pin 3, RESET (active low), ESP32 pin 11, IO26 | ||
|
||
MyCLock | ||
??????????Cant find????????? | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.