Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
tips:airmouse [2022/03/30 10:29] – created sscipioni | tips:airmouse [2022/03/31 18:28] (current) – sscipioni | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== airmouse ====== | + | ====== airmouse |
+ | Siti componenti: | ||
+ | * https:// | ||
+ | * https:// | ||
+ | * https:// | ||
+ | Chip con supporto nativo di: | ||
+ | - circuitpython | ||
+ | - usb HID | ||
+ | - bluetooth HID | ||
+ | - pin analogici con resistenze pullup/ | ||
+ | Esempio: nrf52 | ||
+ | |||
+ | * Connettore USB type-C | ||
+ | * Giroscopio mpy6050 attaccato al chip tramite I2C | ||
+ | * Pin per batteria litio ricaricabile tramite USB | ||
+ | * Bottone boot/reset per debug? | ||
+ | * Switch on/off | ||
+ | * Led rgb con controllore neopixel | ||
+ | * Connettore con 4 pin (jack/ | ||
+ | |||
+ | Ai 4 pin saranno attaccati 3 touch switch, | ||
+ | la corrente deve poter attraversare un dito o una lingua senza provocare pizzicore | ||
+ | |||
+ | Lista di processori che supportano circuitpython e bluetooth: | ||
+ | * NRF52840 | ||
+ | * ESP32-S3 | ||
+ | * [[https:// | ||
+ | |||
+ | Lista di sensori giroscopio + accelerometro supportati da circuitpython: | ||
+ | * MPU6050 | ||
+ | * ICM20X | ||
+ | * LSM6DSOX | ||
+ | * LSM6DS33 | ||
+ | * ISM330DHCT | ||
+ | * LSM9DS0 (mag) | ||
+ | * LSM9DS1 (mag) | ||
+ | * BNO055 (mag) | ||
+ | * BNO08x (mag e fusion) | ||
+ | |||
+ | Esp32-s3:\\ | ||
+ | https:// | ||
+ | |||
+ | Nrf52840:\\ | ||
+ | https:// | ||
+ | |||
+ | MPU-6050 (accelerometro + giroscopio): | ||
+ | https:// | ||
+ | https:// | ||
+ | |||
+ | LSM6DSOX (accelerometro + giroscopio): | ||
+ | https:// | ||