-
Notifications
You must be signed in to change notification settings - Fork 0
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
0 parents
commit 812d174
Showing
9 changed files
with
58 additions
and
0 deletions.
There are no files selected for viewing
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 @@ | ||
site/ |
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,4 @@ | ||
# cryptoclock/docs | ||
Documentation for cryptoclock | ||
|
||
You can find the [documentation here](https://docs.cryptoclock.net) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,19 @@ | ||
## Updates | ||
|
||
Firmware updates itself upon every device boot if necessary. Please do not interrupt the update process, even if the "UPDATING" sign will stop rotating. | ||
|
||
## Factory reset | ||
|
||
Please press the button for about 10 seconds. All settings including wi-fi passwords will be erased and new device's UUID will be generated. | ||
|
||
## Firmware re-flash | ||
|
||
If you need to reflash firmware in your device, use following sketch: | ||
|
||
<script src="https://gist.github.com/kubicek/da4f12b3c6e649a6ec57292610721fc4.js"></script> | ||
|
||
Or do it manualy: | ||
|
||
$ curl https://update.cryptoclock.net/esp/update?model=3DA0100 >> 3DA0100.bin | ||
$ esptool -vv -cd nodemcu -cb 115200 -cp /dev/cu.wchusbserial1420 \\ | ||
-ca 0x00000 -cf 3DA0100.bin |
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,6 @@ | ||
# 3DA0100 - 32x8 LED matrix with ESP8266 in plastic enclosure | ||
|
||
## Features | ||
|
||
* large led matrix | ||
* wi-fi |
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,7 @@ | ||
## OTP | ||
## Info | ||
## Font | ||
## Bright | ||
## Rotate | ||
## Clock | ||
## Tzone |
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 @@ | ||
![Image](diy_schema.png) |
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,10 @@ | ||
# Welcome to cryptoclock docs site | ||
|
||
For main site visit [www.cryptoclock.net](https://www.cryptoclock.net). | ||
|
||
## Models | ||
|
||
This is the list of current and planed models | ||
|
||
* [3DA0100](3DA0100) - 32x8 LED matrix with ESP8266 in plastic enclosure | ||
* [DPA0200](DPA0200) - LED panel matrix with ESP32 |
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,10 @@ | ||
site_name: cryptoclock docs | ||
pages: | ||
- Home: 'index.md' | ||
- 3DA0100: | ||
- About: '3DA0100/index.md' | ||
- Menu: '3DA0100/menu.md' | ||
- Firmware: '3DA0100/firmware.md' | ||
- Hardware: '3DA0100/wiring.md' | ||
theme: | ||
name: 'material' |