Skip to content

Commit

Permalink
Another post
Browse files Browse the repository at this point in the history
  • Loading branch information
jwanglof committed Mar 17, 2016
1 parent 2a82a55 commit 0789247
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 1 deletion.
25 changes: 25 additions & 0 deletions _posts/2016-03-17-automatic-watering-system.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
layout: post
title: "Some pictures on my automatic watering system inside a small greenhouse"
date: 2016-03-13 09:21:00 +0100
categories: galileo aws automatic-watering-system greenhouse
---

# I'm in the final in SweClockers contest btw!

Since I wrote what I was planning on doing with the Intel Galileo I got from SweClockers contest I thought that I would show some pictures on the "final" product. It's a bit crammed in the greenhouse but it works as intended (woho!). If you want to see the source code you can click [here][aws-source-code].

Anyway, here's some pictures I took last night with the help of the wonderful camera on my Nexus 5:

![](/assets/images/2016_03_17/IMG_20160316_194649.jpg){: class='side-by-side'}
![](/assets/images/2016_03_17/IMG_20160316_194657.jpg){: class='side-by-side'}
<div class='clearfix'></div>
<span class='image-text'>My ghetto-mod to be able to use an Arduino-relay on the Grove-shield</span>

![](/assets/images/2016_03_17/IMG_20160316_195901.jpg){: class='side-by-side'}
![](/assets/images/2016_03_17/IMG_20160316_200632.jpg){: class='side-by-side'}
![](/assets/images/2016_03_17/IMG_20160316_202708.jpg){: class='side-by-side'}


<!-- Links -->
[aws-source-code]: https://github.com/jwanglof/automatic_watering_system
13 changes: 13 additions & 0 deletions _sass/_own.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.image-text {
text-align: center;
}

.side-by-side {
float: left;
width: 45%;
margin-right: 10px;
}

.clearfix {
clear: both;
}
Binary file added assets/images/2016_03_17/IMG_20160316_194649.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/2016_03_17/IMG_20160316_194657.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/2016_03_17/IMG_20160316_195901.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/2016_03_17/IMG_20160316_200632.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/2016_03_17/IMG_20160316_202708.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/Photos (1).zip
Binary file not shown.
3 changes: 2 additions & 1 deletion css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,6 @@ $on-laptop: 800px;
@import
"base",
"layout",
"syntax-highlighting"
"syntax-highlighting",
"own"
;

0 comments on commit 0789247

Please sign in to comment.