{"id":17685210,"url":"https://github.com/zegervdv/quadcopter","last_synced_at":"2026-03-12T21:30:57.851Z","repository":{"id":12708026,"uuid":"15380533","full_name":"zegervdv/Quadcopter","owner":"zegervdv","description":"Quadcopter using the STM32F3 Discovery board","archived":false,"fork":false,"pushed_at":"2018-08-10T15:25:30.000Z","size":5546,"stargazers_count":9,"open_issues_count":4,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-05-13T00:03:09.901Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zegervdv.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}},"created_at":"2013-12-22T19:04:04.000Z","updated_at":"2021-02-15T18:37:30.000Z","dependencies_parsed_at":"2022-09-05T16:41:20.619Z","dependency_job_id":null,"html_url":"https://github.com/zegervdv/Quadcopter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zegervdv%2FQuadcopter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zegervdv%2FQuadcopter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zegervdv%2FQuadcopter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zegervdv%2FQuadcopter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zegervdv","download_url":"https://codeload.github.com/zegervdv/Quadcopter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253843200,"owners_count":21972872,"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":[],"created_at":"2024-10-24T10:26:56.432Z","updated_at":"2025-12-18T10:58:57.843Z","avatar_url":"https://github.com/zegervdv.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# STM-Quadcopter\n\nA DIY quadcopter with an STM32F3-Discovery\n\n## Goals\n\nTo build a self-stabilizing quadcopter controlled via bluetooth.\n\n## Components\n\n* STM32F3-Discovery\n* RN42-I/RM Bluetooth module\n\n### Pin Mapping\n\n| Pin  | Function                       |\n| ---  | --------                       |\n| PC10 | USART3 TX - Bluetooth comm.    |\n| PC11 | USART3 RX - Bluetooth comm.    |\n| PC12 | GPIO OUT - Reset Bluetooth     |\n| PD0  | GPIO IN - Connection Bluetooth |\n| PC6  | PWM - Left Back motor          |\n| PC7  | PWM - Left Front motor         |\n| PC8  | PWM - Right Front motor        |\n| PC9  | PWM - Right Back motor         |\n| PC1  | ADC1 - Battery Voltage         |\n\n## Communication\n\n### Receiving\n\nThe data sent from the quadcopter has following formatting:\n\n| Byte  | Name     | Value     |\n| ---   | ---      | ---       |\n| 0-1   | Sync     | 0x5555    |\n| 2-5   | Roll     | [-π, π]   |\n| 6-9   | Pitch    | [-π, π]   |\n| 10-13 | Yaw      | [-π, π]   |\n| 14-17 | Altitude | [0, 10m]  |\n| 18-21 | Battery  | [0, 100%] |\n\n### Transmitting\n\n| Byte  | Name      | Value        |\n| ---   | ----      | ---          |\n| 0     | Indicator |              |\n| 1-4   | Roll      | [-π/6, π/6]  |\n| 5-8   | Pitch     | [-π/6, π/6]  |\n| 9-12  | Throttle  | [-100, 100]  |\n| 13-16 | Yaw       | [-π, π]      |\n| 17    | CRC       |              |\n| 18    | End       | Newline '\\n' |\n\n| Indicator | Mode            |\n| ---       | ---             |\n| 00        | Normal Command  |\n| FF        | Takeoff/Land    |\n| other     | Reserved        |\n\n## Getting Started\n\n### Compiling and programming\n  - Download and install Virtualbox and Vagrant\n  - Download the virtual machine `vagrant up \u0026\u0026 vagrant ssh`\n  - In the folder `source`: run `make` to build and `make burn` to program the\n    device\n\n### Controllers\n  - Connect to the bluetooth device\n  - Start the application and select the correct device\n\n## License\nSee `LICENSE`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzegervdv%2Fquadcopter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzegervdv%2Fquadcopter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzegervdv%2Fquadcopter/lists"}