mirror of
https://github.com/avem-labs/Avem.git
synced 2023-09-01 15:18:49 +08:00
75 lines
1.5 KiB
Markdown
75 lines
1.5 KiB
Markdown
# Avem :bird:
|
|
[![Build Status](https://travis-ci.org/but0n/Avem.png)](https://travis-ci.org/but0n/Avem)
|
|
|
|
[UAV] - [STM32F103] - 6 Axes sensor MPU6050 - Quaternion & Euler Angles Compute - PID Controller
|
|
|
|
# GPIO List
|
|
MPU6050 | BLDC | Wi-Fi | OLED Screen | LED
|
|
:------:|:----:|:-----:|:-----------:|:---
|
|
**`SCL`** PB15|**`PWM`** PA7|**`USART3_TX`** PB10|**`SDIN`** PB3|**`LED0`** PA8
|
|
**`SDA`** PB13||**`USART3_RX`** PB11|**`SCLK`** PB4|**`LED1`** PD2
|
|
**`AD0`** PC6 |||**`DC`** PB5
|
|
||||**`RST`** PB6
|
|
||||**`CS`** PB7
|
|
|
|
# Todolist
|
|
* Software **I2C**
|
|
* Init **MPU6050**
|
|
* Get 3 axes `Gryo` and 3 axes `Accel` data from MPU6050
|
|
* Cumpute Quaternion and **Euler** Angles
|
|
* **PWM** output
|
|
* Driving motors with **L9110S**
|
|
* **PID** Control
|
|
* Schematic
|
|
* PCB Layout
|
|
* 使用PWM外接商品电调驱动无刷电机-[Video on YouTube](https://youtu.be/iHYVgTmxoSw)
|
|
* **Wi-Fi**(`ESP8266`)
|
|
* PID debug
|
|
* Design **frame**
|
|
* **GPS**
|
|
* 3D print or CNC cut
|
|
* ... ...
|
|
|
|
----
|
|
|
|
# Software
|
|
|
|
:octocat:[but0n/MPU6050_stm32](https://github.com/but0n/MPU6050_stm32)
|
|
|
|
#Hardware
|
|
![](rm_img/PCB/pic.jpg)
|
|
|
|
## 3D Moudle
|
|
|
|
![](rm_img/PCB/3dpcb.png)
|
|
|
|
## PCB Layout
|
|
|
|
![](rm_img/PCB/pcb.png)
|
|
|
|
## Schematic
|
|
|
|
### Microcontroller -- STM32F103
|
|
![](rm_img/stm.png)
|
|
|
|
### 3.3v Power supply (DC2DC)
|
|
![](rm_img/1117.png)
|
|
|
|
### RESET
|
|
![](rm_img/reset.png)
|
|
|
|
### OSC
|
|
![](rm_img/osc.png)
|
|
|
|
### USART In-System Programming
|
|
![](rm_img/usart.png)
|
|
|
|
### Motor driver
|
|
![](rm_img/l9110.png)
|
|
|
|
### MPU6050
|
|
![](rm_img/mpu6050.png)
|
|
|
|
### MOTORS 4-CHANNEL LEFT & 4-CHANNEL RIGHT
|
|
![](rm_img/motors.png)
|