-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: simplify putting content on start page with only Markdown
- Loading branch information
Showing
6 changed files
with
26 additions
and
41 deletions.
There are no files selected for viewing
Submodule _includes
updated
4 files
+83 −0 | start/downloads.html | |
+14 −0 | start/features.html | |
+28 −0 | start/photos.html | |
+28 −0 | start/steps.html |
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
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,11 @@ | ||
**Battery holder** | ||
|
||
The PCB has 2 battery holder connector holes that can be used to attach the battery holder. | ||
|
||
[![PCB battery connector holes]({{site.url}}/images/prototype/pcb-connector.jpg)]({{site.url}}/images/prototype/pcb-connector.jpg) | ||
|
||
**Batteries** | ||
|
||
Put in 3 AA batteries and turn on the switch. The power LED should turn on. | ||
|
||
[![PCB with battery holder]({{site.url}}/images/prototype/battery.jpg)]({{site.url}}/images/prototype/battery.jpg) |
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,11 @@ | ||
**Upload the firmware** | ||
|
||
Flash the [firmware](software#firmware) onto the Arduino Zero compatible board with a micro-USB cable. | ||
|
||
[![Web USB setup page]({{site.url}}/images/prototype/setup-page.png)]({{site.url}}/images/prototype/setup-page.png) | ||
|
||
**Serial monitor** | ||
|
||
Connect to the serial monitor to see the debug messages. | ||
|
||
[![Serial console]({{site.url}}/images/prototype/serial.png)]({{site.url}}/images/prototype/serial.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,2 @@ | ||
<!-- TODO: Program the actual sleep and turning on to check the temperature --> | ||
**Notice that the aircon should turn ON and OFF every 5 seconds as a test.** |