FreeJoy-Team / FreeJoy

STM32F103 USB HID game device controller with flexible configuration
GNU General Public License v3.0
755 stars 142 forks source link

Questions about adding mpu6050 and ads1118 #159

Open yzhanping opened 2 years ago

yzhanping commented 2 years ago

Hello,

I have two questions to ask:

  1. Have you considered adding mpu6050 components? It has three axes and acceleration. There is a general PCBA on the market. The connection mode is I2C with 16bit accuracy. It seems to be a cool component. Use it for X, y and Z axes;It can be used for head chasing, and the attitude sensing is very good; image

  2. Have you considered using ads1118 as the original of digital to analog conversion? It is SPI connection and its performance is superior to I2C image

Thank you.

vostrenkov commented 2 years ago

1) Accelerometers and other mems are not planned to be added to freejoy. Any reason to do that? 2) I'll take a look at this

FlyingPotato-131 commented 2 years ago

An accelerometer/gyroscope would be extremely useful in creating, say, 6 axis controllers