Skip to content

Commit

Permalink
add materials
Browse files Browse the repository at this point in the history
  • Loading branch information
omzn committed Nov 19, 2017
1 parent 4d3c6cb commit 4f17b6b
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
9 changes: 9 additions & 0 deletions LICENSE
@@ -0,0 +1,9 @@
MIT License

Copyright 2017 Osamu Mizuno @omzn

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
30 changes: 30 additions & 0 deletions README.md
@@ -0,0 +1,30 @@
A device to feed fish at the specified time.

## Smart feeder ##

The smart feeder feeds to the aquarium tank at the specified time by rotating the drum of food. The number of rotation is counted by the push button around the axis.
As was implemented in the smart cooler,ESP-WROOM-02 has a Web interface and Web APIs. By the Web APIs, we can feed fish remotely. Of course, we can set time for the feed.

[carousel]
[carousel-item active="true"]
<img src="https://se.is.kit.ac.jp/~o-mizuno/wp/wp-content/uploads/2017/11/IMG_0827-e1511064207391-1024x1024.jpg" alt="" width="640" height="640" class="alignnone size-large wp-image-731" />
[/carousel-item]
[/carousel]

## Materials ##

* [ESPr developer](https://www.switch-science.com/catalog/2500/)
* AE-MOTOR8830 (DRV8830)
* DC motor (LEGO Mindstorms RCX motor)
* Push button (LEGO Mindstorms RCM push button)
* SSD1306 OLED monitor (128x32)

## Wiring ##

![Wiring](https://github.com/omzn/smart_feeder/blob/master/wire.png?raw=true)

## Code ##

https://github.com/omzn/smart_feeder


Binary file added wire.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4f17b6b

Please sign in to comment.