element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
    About the element14 Community
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Vertical Farming
  • Challenges & Projects
  • Design Challenges
  • Vertical Farming
  • More
  • Cancel
Vertical Farming
Blog The Almost Completed Small Model's Fish Feeder and a few Updates
  • Blog
  • Forum
  • Documents
  • Polls
  • Files
  • Events
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: Former Member
  • Date Created: 4 Sep 2015 1:18 AM Date Created
  • Views 536 views
  • Likes 4 likes
  • Comments 4 comments
  • solar_farm
Related
Recommended

The Almost Completed Small Model's Fish Feeder and a few Updates

Former Member
Former Member
4 Sep 2015

Update on Big Project: Buying some bigger motors for making full-scale fish feeders(See Below), and probably ordering LEDs/the PH and Nitrogen Sensors/Solar Panels by next week.

So, I cleaned up the gravel for the 30 gallon water part, and in the end had to buy a timer outlet instead of making one with a relay due to electrical fire concerns for the water pump. It can pump over 100 gallons of water an hour, more than enough for a small 30 gallon model. I plan to finish it by the end of this week, and begin the biofilter and developing a bigger model, which I am looking for at the local rubbermaid trashcan store. (They can be bought at around 100-300 dollars). I was working on a previous Servo fish feeder design(a fish food bottle with a hole at the bottom and a servo connected to a cover that occassionally rotated, allowing a hole in the cover to match with the hole at the bottom of the can and stuff come out) , whose code I will show here. However, I had a few problems with spreading food throughout the model and  controlling the servo. So I decided to use a method similar to deer feeders, with a rotating plate using the centrifugal force to send the food pellets around the pool. Probably, I will be working on this for the rest of today and tommorrow and will try to have pictures and code uploaded with the completed product.

(Below is the old code that did not work this is in Arduino)

#include <Servo.h>

Servo myservo;

void setup()

{

  myservo.attach(9);

myservo.write(0);

  delay(500);

  Serial.begin(9600);

 

 

while (! Serial);

 

 

Serial.println("TIME");

}

/*************************************************/

void loop()

{ 

  if (Serial.available())

 

 

{ int time = Serial.parseInt();

 

 

if (time >=1000)

 

 

{

 

  myservo.write(90);//goes to 15 degrees

  delay(time);//wait for a second

 

  myservo.write(0);//back to 0 degrees

  delay(time);//wait for a second

}

}

}

/**************************************************/

  • Sign in to reply
  • m.ratcliffe
    m.ratcliffe over 10 years ago

    Got any Pictures/Video of the Feeder in action?

    I'm interested to see what you made.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Former Member
    Former Member over 10 years ago in reply to DAB

    Huh. I just realized I never got the EZR32WG 868MHz Wireless Starter Kit. Unless it comes later? Well now I'm panicking, Man.... I wonder. I have the EFM32 and this wierd adapter piece which I don't think I was suppossed to receive... mix up maybe? I mean I seriously doubt I lost the microcontroller and got a J-Link 9 pin cortex M-adapter for some random reason. Might try to just buy the wireless radio piece? Also need to buy a few mroe puck sensors probably.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • DAB
    DAB over 10 years ago

    It looks like a good place to start.

     

    I always say keep it simple until you see how well everything works.

     

    DAB

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • balearicdynamics
    balearicdynamics over 10 years ago

    Hi Joshua,

     

    when the first working images ? Nice idea and seems well done the code. I suggest some more comments and a GitHub repo for the code.

     

    Enrico

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2026 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube