Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
linusheck authored Sep 30, 2019
1 parent c9fa33c commit a68f4db
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# The poem machine

## How it works - software
## Images of the thing

![Poem machine front](https://linus.space/poem_machine_1.jpg)

![A look inside](https://linus.space/poem_machine_2.jpg)

## How it works

Inside the poem machine sits a ESP-8266, which is similar to an arduino, but it can connect to WiFi and is a bit more powerful. The ESP doesn't actually do much itself. Let's just run through what happens when you press the button on the poem machine:

Expand All @@ -17,7 +23,11 @@ Inside the poem machine sits a ESP-8266, which is similar to an arduino, but it

That's it.

The code for the ESP is in this repo, and there is another repo for the server backend: <TODO: insert link>
The ESP also uses [this program](https://github.com/tzapu/WiFiManager) to facilitate login into new wifi networks.

## Source code

[The server backend.](https://github.com/glatteis/poemspublic)

## Hardware

Expand All @@ -27,4 +37,4 @@ This project uses this printer: https://www.adafruit.com/product/597 (from a che

### Enclosure

I made an enclosure in OpenSCAD. It should be somewhere in this repo. It's for 4mm wood.
I made an enclosure in OpenSCAD. It should be somewhere in this repo. It's for 4mm wood.

0 comments on commit a68f4db

Please sign in to comment.