https://github.com/mootseeker/project_ideas
A collection of interesting project ideas that I would like to realize.
https://github.com/mootseeker/project_ideas
cpp dart fimrware flutter hardware python
Last synced: 3 months ago
JSON representation
A collection of interesting project ideas that I would like to realize.
- Host: GitHub
- URL: https://github.com/mootseeker/project_ideas
- Owner: MootSeeker
- License: mit
- Created: 2025-08-04T10:59:45.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-08-04T11:21:31.000Z (12 months ago)
- Last Synced: 2025-08-04T15:39:12.946Z (12 months ago)
- Topics: cpp, dart, fimrware, flutter, hardware, python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project Ideas
## Embedded Systems Project Ideas
This table outlines project ideas for embedded systems development, focusing on STM32 and ESP32 microcontrollers. Each idea includes a project name, specific details, technologies used, estimated time to develop, and tier (difficulty).
| Project Name | Topic | Details | Technologies | Time to Develop | Tier (Difficulty) |
|-----------------------|-----------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------|-------------------|
| Custom BLE Module | BLE module | Small bluetooth module designed to act as a networking co. chip. Base on NRF BLE Chip using custom AT-Command protocol through SPI. | Nordic Semiconductor, Nordic IDE, low-power design. | 2 weeks | 3 |
| Custom NFC Reader | NFC module | Custom NFC reading device based on Wave Share Product with custrom firmware. | STM32CubeIDE, ST NFC Chip, RF. | 4 weeks | 3 |
## Difficulty Tiers
- **1 (Easy):** Basic projects suitable for beginners with minimal embedded systems experience. Involves simple peripheral usage and straightforward logic.
- **2 (Beginner):** Projects that introduce fundamental concepts of embedded systems, such as interrupts, timers, and basic communication protocols.
- **3 (Intermediate):** Projects that require a good understanding of embedded systems principles, including real-time programming, data management, and power optimization.
- **4 (Advanced):** Complex projects involving advanced communication protocols, signal processing, and/or integration of multiple sensors and actuators.
- **5 (Very Hard):** Highly challenging projects that demand expertise in embedded systems, including custom hardware design, advanced algorithms, and/or integration with cloud services.