The Codest
  • O nás
  • Služby
    • Vývoj softwaru
      • Vývoj frontendů
      • Vývoj backendu
    • Staff Augmentation
      • Vývojáři frontendů
      • Vývojáři backendu
      • Datoví inženýři
      • Cloudoví inženýři
      • Inženýři QA
      • Další
    • To Advisory
      • Audit a poradenství
  • Odvětví
    • Fintech a bankovnictví
    • E-commerce
    • Adtech
    • Healthtech
    • Výroba
    • Logistika
    • Automobilový průmysl
    • IOT
  • Hodnota za
    • CEO
    • CTO
    • Manažer dodávek
  • Náš tým
  • Case Studies
  • Vědět jak
    • Blog
    • Setkání
    • Webové semináře
    • Zdroje
Kariéra Spojte se s námi
  • O nás
  • Služby
    • Vývoj softwaru
      • Vývoj frontendů
      • Vývoj backendu
    • Staff Augmentation
      • Vývojáři frontendů
      • Vývojáři backendu
      • Datoví inženýři
      • Cloudoví inženýři
      • Inženýři QA
      • Další
    • To Advisory
      • Audit a poradenství
  • Hodnota za
    • CEO
    • CTO
    • Manažer dodávek
  • Náš tým
  • Case Studies
  • Vědět jak
    • Blog
    • Setkání
    • Webové semináře
    • Zdroje
Kariéra Spojte se s námi
Šipka zpět ZPĚT
2020-04-28
The Codest

Automatické krmítko pro kočky

Arkadiusz Buras

Imagine such a situation: it is 6:00 AM on a Saturday morning, you are laying comfortably in your bed, still sleeping soundly. Suddenly, you hear your cat scratching on the door, its loud meows become unbearable and your cat has all the time in the world to let you know what its needs. Do you know what it really needs?

Imagine such a situation: it is 6:00 AM on a Saturday morning, you are laying comfortably in your bed, still sleeping soundly. Suddenly, you hear your cat scratching on the door, its loud meows become unbearable and your cat has all the time in the world to let you know what its needs. Do you know what it really needs? I know – your cat wants food now! Right now! How do I know that? Because at some point I started feeding my cat at that time… And, of course, it became a new standard time for getting food.

This scenario inspired me to build an automatic cat feeder, which would remove the troubles of morning cat feeding and keep the cat happy.

First generation

The first generation of the cat feeder was a simple MVP made of some cardboard, simple servo and ESP WeMos. It used servo to rotate the top container by 180 degrees to dispense the food.

A microcontroller was connected to my local Wi-Fi and communicated with the Smart Home server running HomeAssistant over the MQTT protocol. Thanks to that, I was able to use the HomeAssistant automation system to schedule feeding and dispensing food through Google Home commands. Each feeding was defined as a special event in the Google Calendar. It allowed me to easily control the cat’s feeding time and change it when necessary.

Of course, this generation encountered some problems:

  • the top container would sometimes detach from the servo handle and spill the whole food (I called it “the Jackpot Effect”),
  • it didn’t have the best design,
  • the cardboard started to deteriorate.

As with most MVPs, it was used for only 2 years until it broke.

Second generation

I decided that next cat feeder should:

  • be built from 3D printed parts,
  • use Raspberry Pi 3,
  • have a small camera to watch how cat reacted and what the animal was doing.

I started whole process from designing basic elements for food partitioning. Then, when the designs were ready, all elements were printed using the Creality Ender-3 and PLA

Parts

After ensuring that everything worked, I proceeded to designing and printing the rest of the parts:

Base for RaspberryPi (Level 0)

It has special places for screws to help install Raspberry Pi. Additionally, on the front, there is a small hole for easy access to Raspberry Pi’s SD card.

Bowl holder

This plastic part is used for placing a metal food bowl (of course, it was printed with gold filaments, for my cat’s fame and glory). It is connected with the base using 2 neodymium magnets.

Servo holder (Level 1)

This level is used for holding the servo while it rotates the part on the next level. It also has a small slope for better food serving.

Ration mechanism container (Level 2)

This is a simple generic level that portions food from a container placed above. It is rotated by the servo.

Food container holder (Level 3)

This part is used for holding the food container. It is the only plastic part that was not 3D printed. I wanted to minimize food contact with 3D printed parts. In theory, transparent PLA plastic doesn’t have any toxic contaminants, but I bought the cheapest cereal dispenser and took the food container part, just to be on the safe side. Also, it looks really cool.

Housing and lid

The last two parts were the housing and the lid. Nothing special here, except for more gold to make it look better and win the cat’s admiration.

All parts

Final assembly

Software

Raspberry Pi is running a Raspbian provisioned using the ansible playbook to run these services:

MotionEye

MotionEye is an open source software for building your own private monitoring. It detects any camera connected to Raspberry Pi. Additionally, out of the box, you get motion detection, an endpoint for sharing the stream and webhook support.

Servo service

This service controls the rotation of the servo. It is a simple Python script that connects to the MQTT server running my Smart House software and awaits for a message to trigger the rotation.

Led service

Just as the servo service, it implements a protocol for light source controlled by the MQTT in HomeAssistant.

Home assistant automation

And, finally, the HomeAssistant automation that triggers feeding.

It triggers food dispensing in two situations:

  • when the feeding time pops up in the calendar,
  • when the International Space Station is above my home location.

This automation kód looks like this:

– alias: Feed the cat
trigger:
– platform: state
entity_id: ‘binary_sensor.iss’
from: ‘off’
to: ‘on’
– platform: state
entity_id: calendar.cat_feed_schedule
from: ‘off’
to: ‘on’
action:
– service: script.feed_the_cat

Souhrn

Obviously, this version isn’t the last one. But it serves its purpose – the cat is well nourished and I have my lazy mornings 🙂

Přečtěte si více:

– E-commerce: New state of the game 2020 (report)

– Jak řídit firmu během krize?

– Ruby programming. Beginner’s terminal – part 2

Související články

The Codest

The Codest Základní hodnota #1

The Codest věří ve čtyři klíčové hodnoty, které jsou základem všech činností týmů The Codest. V tomto článku náš CEO a spoluzakladatel Greg Polec vysvětluje, co je...

The Codest
Greg Polec CEO
The Codest

Úspěšný příběh společnosti The Codest: Seznamte se s naším vozem Finance Lead Iza

V této sérii článků se s vámi podělíme o příběhy kolegů z týmu The Codest, kteří měli vliv na současnou podobu naší společnosti. V následujícím díle se ptáme...

The Codest
Monika Krupa Marketing Lead
The Codest

Úspěšný příběh společnosti The Codest: Seznamte se s Lukaszem Brzeszczem

Tentokrát je hvězdou úspěšného příběhu The Codest Lukasz Brzeszcz, náš programátor a vývojář softwaru Ruby. Jak začala Lukaszova cesta s The Codest a co mu pomohlo...

The Codest
Monika Krupa Marketing Lead
The Codest

Použití přístupu MVP k úspěšné změně značky The Codest

Před časem jsme se pochlubili novým otevřením The Codest. Provedli jsme intenzivní rebranding a před několika dny jsme jej představili světu. Je to...

The Codest
Jakub Czosnyka Marketing Lead
The Codest

TheCodestReview #2 - týdenní šťáva softwarového inženýrství

Dobrý den a srdečně vás vítáme ve druhém díle našeho seriálu TheCodesReview. Tento týden jsme se zaměřili na kvalitu v projektech softwarového inženýrství, důležitost architektury frontendů a přechod...

The Codest
Kamil Ferens Vedoucí oddělení růstu

Přihlaste se k odběru naší znalostní databáze a získejte aktuální informace o odborných znalostech z oblasti IT.

    O nás

    The Codest - Mezinárodní společnost zabývající se vývojem softwaru s technologickými centry v Polsku.

    Spojené království - ústředí

    • Kancelář 303B, 182-184 High Street North E6 2JA
      Londýn, Anglie

    Polsko - Místní technologická centra

    • Kancelářský park Fabryczna, Aleja
      Pokoju 18, 31-564 Krakov
    • Brain Embassy, Konstruktorska
      11, 02-673 Varšava, Polsko

      The Codest

    • Home
    • O nás
    • Služby
    • Case Studies
    • Vědět jak
    • Kariéra
    • Slovník

      Služby

    • To Advisory
    • Vývoj softwaru
    • Vývoj backendu
    • Vývoj frontendů
    • Staff Augmentation
    • Vývojáři backendu
    • Cloudoví inženýři
    • Datoví inženýři
    • Další
    • Inženýři QA

      Zdroje

    • Fakta a mýty o spolupráci s externím partnerem pro vývoj softwaru
    • Z USA do Evropy: Proč se americké startupy rozhodly přesídlit do Evropy?
    • Srovnání technických vývojových center v zahraničí: Tech Offshore Evropa (Polsko), ASEAN (Filipíny), Eurasie (Turecko)
    • Jaké jsou hlavní výzvy CTO a CIO?
    • The Codest
    • The Codest
    • The Codest
    • Privacy policy
    • Website terms of use

    Copyright © 2026 by The Codest. Všechna práva vyhrazena.

    cs_CZCzech
    en_USEnglish de_DEGerman sv_SESwedish da_DKDanish nb_NONorwegian fiFinnish fr_FRFrench pl_PLPolish arArabic it_ITItalian jaJapanese es_ESSpanish nl_NLDutch etEstonian elGreek pt_PTPortuguese cs_CZCzech