User Activity

I'm working on a device that uses Pulse-Width-Modulation to control a DRV2605L LRA/ERM haptic feedback motor driver (datasheet found here: https://www.ti.com/lit/ds/symlink/drv2605l.pdf?ts=1683824689205&ref_url=https%253A%252F%252Fwww.ti.com%252Fprod...
I'm working with an STM32L552ZET6Q and two DRV2605L vibration motor drivers (Adafruit breakout board version. Link to chip datasheet below). https://www.ti.com/lit/ds/symlink/drv2605l.pdf?ts=1683119643574&ref_url=https%253A%252F%252Fwww.google.com%25...
I'm trying to configure and collect data from a BNO055 IMU over UART/RS232, using an STM32L552ZET6Q. The BNO055 is on a remote board, connected via cable to the STM32L5 microcontroller. Additionally, I am using a MAX3232CUE+T on either side of the ca...
I'm working on a device that uses two DRV2605L chips, connected to an STM32L552ZET6Q via I2C and configured for LRA PWM mode (PWM provided by STM32 to provide a constant, varying level of vibration in LRA motor), as well as two BNO055 chips configure...
I don't know if this is possible, but I'm trying to make an stm32 device using USB CDC, and am trying to make it more "identifiable" by the computer as something beyond just a "USB Serial Device" on a specific com port. At the moment, I'm controlling...