{"id":18520626,"url":"https://github.com/nerett/microcontrollers","last_synced_at":"2025-10-29T15:12:25.775Z","repository":{"id":196365655,"uuid":"639444057","full_name":"nerett/microcontrollers","owner":"nerett","description":"MIPT microcontrollers course project (4 semester)","archived":false,"fork":false,"pushed_at":"2023-05-11T15:43:45.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-17T05:14:40.379Z","etag":null,"topics":["bootloader","dfu","dfu-util","digital-io","interrupts","stm32","stm32f103c","timer"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nerett.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2023-05-11T13:36:28.000Z","updated_at":"2024-08-10T05:40:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"e91735e5-72eb-4b87-97a3-2054313711c1","html_url":"https://github.com/nerett/microcontrollers","commit_stats":null,"previous_names":["nerett/mc-4sem","nerett/microcontrollers"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nerett%2Fmicrocontrollers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nerett%2Fmicrocontrollers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nerett%2Fmicrocontrollers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nerett%2Fmicrocontrollers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nerett","download_url":"https://codeload.github.com/nerett/microcontrollers/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254190431,"owners_count":22029636,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["bootloader","dfu","dfu-util","digital-io","interrupts","stm32","stm32f103c","timer"],"created_at":"2024-11-06T17:21:38.154Z","updated_at":"2025-10-29T15:12:25.716Z","avatar_url":"https://github.com/nerett.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MC-4sem\nThis repo contains project for the cource of **Microcontrollers** (4 semester of MIPT DREC) which is actually something like stopwatch. When measurement starts, the led wents on and the timer starts ticking. The result (current loop and the best result) is displayed right after the measurement stops.\n\n## Usage\n*Single-click* on button starts the measurement. Another one stops it.\n\n## Building from source \u0026 flashing\nDisclaimer: I'm not going to cover the process of building via *cross-compiler*, flashing directly via `dfu-util` or something. The process involves special *bootloader* and *Arduino IDE*.\n\n#### Downloading\nDownload this repository with\n\n```bash\ngit clone https://github.com/nerett/mc-4sem.git\n```\n\n#### Installing dependencies\nIt's necessary to flash special **dfu bootloader** (you can get one from [here](https://github.com/rogerclarkmelbourne/STM32duino-bootloader), we used [this](https://github.com/rogerclarkmelbourne/STM32duino-bootloader/blob/master/binaries/generic_boot20_pc13.bin) one; it can be loaded via SWD-programmer or USB-to-serial adapter) to your **stm32** (we used *stm32f103c8 \"BluePill\"*). You also need to have **Arduino IDE** installed and configured (see [here](https://github.com/rogerclarkmelbourne/Arduino_STM32/wiki)).\n\nAlso see [*Dependencies*](https://github.com/nerett/mc-4sem#dependencies) section for more information.\n\n#### Building\nYou can build the project and flash the binary to your **stm32** with the help of **Arduino IDE**. The process of building is trivial; to flash the binary you have to connect your board via usb, put *jumpers* into undocumented position: \"**0**\" and \"**1**\" (\"**0**\" \"**0**\" is default), press **reset** and then load the binary via **Arduino IDE**.\n\n#### Running\nTo make your **stm32** load this program automatically, you need to put jumpers into default (\"**0** and \"**0**\") position. Press **reset** to restart the program.\n\n## Dependencies\n - Arduino IDE (see configuration process [here](https://github.com/rogerclarkmelbourne/Arduino_STM32/wiki))\n - STM32duino bootloader (get it from [here](https://github.com/rogerclarkmelbourne/STM32duino-bootloader))\n - supported board (we used **smt32f103c8 BluePill**, see the full [list](https://github.com/rogerclarkmelbourne/Arduino_STM32/wiki/Supported-hardware))\n \n## Documentation\nThis section isn't done yet.\n\n## About project\nThis project was created during **Microcontrollers** cource (4th semester of MIPT DREC) by [nerett](https://github.com/nerett) and [vihlancevk](https://github.com/vihlancevk). Special thanks to the [rogerclarkmelbourne](https://github.com/rogerclarkmelbourne).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnerett%2Fmicrocontrollers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnerett%2Fmicrocontrollers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnerett%2Fmicrocontrollers/lists"}