An open API service indexing awesome lists of open source software.

https://github.com/kimyongx/cpe-213_214

This project is part of the Microprocessor System Course CPE-213 and Microprocessor System Laboratory CPE-214, Academic Year 1/2024. Thai-Nichi Institute of Technology, Thailand.
https://github.com/kimyongx/cpe-213_214

arduino-iot-cloud cat-feeder esp32 line-notify micropython micropython-esp32

Last synced: 3 months ago
JSON representation

This project is part of the Microprocessor System Course CPE-213 and Microprocessor System Laboratory CPE-214, Academic Year 1/2024. Thai-Nichi Institute of Technology, Thailand.

Awesome Lists containing this project

README

        

# Automatic Cat Feeder

This project is part of the Microprocessor System Course CPE-213 and Microprocessor System Laboratory CPE-214, Academic Year 1/2024.
Thai-Nichi Institute of Technology, Thailand.

Presented by
1. Ms. Panpapas Wongkaew 2211310822 CE (Team Leader)
2. Ms. Sasikarn Khotpatthum 2211311960 CE

## System Design

1. Dependencies
- [Arduino IoT Cloud Python](https://github.com/arduino/arduino-iot-cloud-py)
- [HCSR04 Ultrasonic Sensor Library](https://github.com/PerfecXX/KMITL-IIoTDevBoard/blob/main/library/hcsr04.py)
- [SSD1306 I2C OLED](https://github.com/PerfecXX/KMITL-IIoTDevBoard/blob/main/library/ssd1306.py)
3. Feature Design
- [Hardware Concept]()
- [Schemetic Design]()
- [Programming Flowchart]()
5. Testing
- [All Testing File](https://github.com/KimyongX/CPE-213_214/tree/main/src/test)
7. Final Result
- [Tesing Feature Video](https://youtu.be/dQw4w9WgXcQ)
- [Demonstration Video](https://drive.google.com/file/d/18VZN1QhEOwXmEIh1V3R30R4qDioAOuiv/view?usp=sharing)

## Reference & Useful Resources

[How to install Arduino Cloud IoT on ESP32 MicroPython](https://www.canva.com/design/DAF44_tLo3Q/uXhFPY8EMQ97mdoQQ--chA/edit?utm_content=DAF44_tLo3Q&utm_campaign=designshare&utm_medium=link2&utm_source=sharebutton)

[How to use Servo Motor on ESP32 MicroPython](https://www.canva.com/design/DAFuunDJZrE/a8z_Ngngphwe9TDsp7Tteg/edit?utm_content=DAFuunDJZrE&utm_campaign=designshare&utm_medium=link2&utm_source=sharebutton)