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.
- Host: GitHub
- URL: https://github.com/kimyongx/cpe-213_214
- Owner: KimyongX
- Created: 2024-09-12T15:14:14.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-03-05T08:48:10.000Z (3 months ago)
- Last Synced: 2025-03-05T09:37:11.601Z (3 months ago)
- Topics: arduino-iot-cloud, cat-feeder, esp32, line-notify, micropython, micropython-esp32
- Language: Python
- Homepage:
- Size: 64.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)