{"id":26578313,"url":"https://github.com/aleko-khomasuridze/auroraf4","last_synced_at":"2026-07-22T19:31:31.751Z","repository":{"id":280995341,"uuid":"837851749","full_name":"aleko-khomasuridze/AuroraF4","owner":"aleko-khomasuridze","description":"AuroraF4 is a high-performance development board based on the STM32F407VGT6 microcontroller, featuring peripherals like I2C, SPI, UART,  and GPIO for versatile applications.","archived":false,"fork":false,"pushed_at":"2025-12-01T19:54:09.000Z","size":130404,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-04T09:55:03.477Z","etag":null,"topics":["dev-board","embeded-systems","pcb-design","stm32f4"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aleko-khomasuridze.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-08-04T08:22:49.000Z","updated_at":"2025-12-01T19:54:13.000Z","dependencies_parsed_at":"2025-03-06T12:43:46.034Z","dependency_job_id":null,"html_url":"https://github.com/aleko-khomasuridze/AuroraF4","commit_stats":null,"previous_names":["aleko-khomasuridze/auroraf4"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aleko-khomasuridze/AuroraF4","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aleko-khomasuridze%2FAuroraF4","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aleko-khomasuridze%2FAuroraF4/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aleko-khomasuridze%2FAuroraF4/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aleko-khomasuridze%2FAuroraF4/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aleko-khomasuridze","download_url":"https://codeload.github.com/aleko-khomasuridze/AuroraF4/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aleko-khomasuridze%2FAuroraF4/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35775330,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-22T02:00:06.236Z","response_time":124,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dev-board","embeded-systems","pcb-design","stm32f4"],"created_at":"2025-03-23T04:28:39.367Z","updated_at":"2026-07-22T19:31:31.726Z","avatar_url":"https://github.com/aleko-khomasuridze.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# AuroraF4\n\nAuroraF4 is a powerful development board based on the STM32F407VGT microcontroller, designed to provide developers with a feature-rich and compact solution for embedded system projects. This board is equipped with multiple peripherals, GPIOs, and expansion headers, making it ideal for both beginners and professionals.\n\n## Features\n\n- **Microcontroller**: STM32F407VGT\n  - ARM Cortex-M4 processor\n  - 168 MHz clock speed\n  - 1 MB Flash, 192 KB SRAM\n- **Interfaces**:\n  - SPI, I2C, USART\n  - JTAG/SWD debugging support\n- **Peripherals**:\n  - User-configurable LEDs (Green, Red, Yellow, Blue)\n  - Reset (RST) and User (USR) buttons\n  - Power input via USB-C or barrel jack\n- **Expansion**:\n  - Pin headers for GPIO access\n  - 3.3V and GND pins available for peripherals\n- **Power**:\n  - Powered via USB-C or external 12V input\n\n## Pinout Diagram\n\n![AuroraF4 Pinout](Assets/pinout.jpg)\n\nRefer to the pinout diagram above for GPIO assignments and interface connections.\n\n## PCB Design and Layout\n\n### PCB Top View\n![AuroraF4 PCB Layout](./Assets/Board.png)\n\n### 3D Render\n![AuroraF4 Render](Assets/board-presentation.png)\n\n## Getting Started\n\n### Prerequisites\n\n- Install [STM32CubeIDE](https://www.st.com/en/development-tools/stm32cubeide.html) for firmware development.\n- Set up the STM32CubeMX tool for peripheral configuration.\n\n### Powering the Board\n\n1. Connect a USB-C cable to the power port.\n2. Alternatively, use a 12V adapter through the barrel jack.\n\n### Flashing Code\n\n1. Connect the board to   your computer via USB.\n2. Open STM32CubeIDE, configure your project for the STM32F407VGT.\n3. Build and flash your program to the board.\n\n### Debugging\n\nUse the JTAG/SWD interface for debugging and programming. Ensure you have a compatible debugger like ST-Link V2.\n\n## Applications\n\nAuroraF4 is suitable for:\n- Embedded systems prototyping\n- IoT projects\n- Robotics and automation\n- Learning and experimentation with ARM Cortex-M4 architecture\n\n## Resources\n\n- [STM32F407VGT Datasheet](https://www.st.com/resource/en/datasheet/stm32f407vg.pdf)\n- [STM32CubeIDE](https://www.st.com/en/development-tools/stm32cubeide.html)\n- Pinout and Schematic: Refer to the `pinout.jpg` and PCB layout images in this repository.\n\n## Credits\n\nAuroraF4 is designed and assembled in Georgia by Aleko Khomasuridze.\n\n---\n\nFor questions, suggestions, or contributions, feel free to open an issue or reach out.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faleko-khomasuridze%2Fauroraf4","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faleko-khomasuridze%2Fauroraf4","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faleko-khomasuridze%2Fauroraf4/lists"}