diff --git a/content/posts/dabbling-micropython.md b/content/posts/dabbling-micropython.md index a7c7015..e0c27c8 100644 --- a/content/posts/dabbling-micropython.md +++ b/content/posts/dabbling-micropython.md @@ -2,9 +2,8 @@ title: "Dabbling with micropython" date: 2019-11-18T12:10:00+01:00 draft: false -summary: i wanted to know what all that fuss is about so i fianlly put micropython on the ESP32 ... +summary: Whats is all that fuss about? micropython on the ESP32 ... --- - [micropython](https://micropython.org/) is python for microcontroller. When i first heard about it i wasn't really sure what to think about it as python is a really high level language and now that should run on a microcontroller ? no way, that has to be a slow mess... Turns out its not :D diff --git a/content/posts/dabbling-micropython2.md b/content/posts/dabbling-micropython2.md index 8869a2d..ca52522 100644 --- a/content/posts/dabbling-micropython2.md +++ b/content/posts/dabbling-micropython2.md @@ -2,7 +2,7 @@ title: "Upload script for uPython" date: 2020-03-16T14:00:00+01:00 draft: false -summary: more on micropython +summary: More on micropython ... --- My university exams for this semester are mostly done by now. And with all the corona-virus-measures the new semester doesn't start for another month. Hopefully I will finish some of those procrastinated projects of mine ;) diff --git a/content/posts/desk-automation-big-arcade-buttons.md b/content/posts/desk-automation-big-arcade-buttons.md index 434f1f2..1ed71cc 100644 --- a/content/posts/desk-automation-big-arcade-buttons.md +++ b/content/posts/desk-automation-big-arcade-buttons.md @@ -2,7 +2,7 @@ title: "Big shiny arcade buttons" date: 2019-11-05T08:20:43+01:00 draft: false -summary: Adding buttons to my "smart desk" +summary: Adding buttons to my "smart desk" ... images: [/static/img/buttons-anim.gif, /static/img/buttons-aus.jpg, /static/img/buttons-switches-marked.jpg] --- Last [post]({{< ref "/posts/desk-automation.md" >}}) i teased the next upgrade of my smart desk project which are some big arcade buttons to control the light even when my network is down. Well... diff --git a/content/posts/desk-automation.md b/content/posts/desk-automation.md index c83363b..5989b87 100644 --- a/content/posts/desk-automation.md +++ b/content/posts/desk-automation.md @@ -2,7 +2,7 @@ title: "Automating my desk lamp" date: 2019-10-28T21:11:15+02:00 draft: false -summary: Let the computer turn on the lamp... +summary: Let the computer turn on the lamp ... images: [/static/img/lamp-relay-esp.png] --- Automation makes the life easier. At least that's what it should do... diff --git a/content/posts/hello-world.md b/content/posts/hello-world.md index 6c15ef0..a9992b0 100644 --- a/content/posts/hello-world.md +++ b/content/posts/hello-world.md @@ -2,7 +2,7 @@ title: "Hello, World!" date: 2019-10-26T21:11:15+02:00 draft: false -summary: Does the world need another blog ? Yes!... +summary: Does the world need another blog ? Yes! ... images: --- diff --git a/content/posts/led-circle.md b/content/posts/led-circle.md index f7248b3..8dc415e 100644 --- a/content/posts/led-circle.md +++ b/content/posts/led-circle.md @@ -1,8 +1,8 @@ --- -title: "Building a animated RGB-LED Thingy" +title: "Building a animated RGB-LED thingy" date: 2019-12-01T16:53:22+01:00 draft: false -summary: "quick and dirty diy-christmas present(s)" +summary: "Quick and dirty diy-christmas present(s) ..." images: ["/static/img/led-cricle-rainbow.png"] ---