User Activity

Hi,we are planning to use 3x VL6180 on same PCB to accurately (1mm) measure distances in a dark container. Our required range of measurement is 2 to 80mm. So far we got to around 0.5mm accuracy, but the problem is repeatability. Exactly what i mean i...
Hi,i am trying to get STM32F301K8 to communicate with VL6180V1 ToF sensor on my custom board., via I2C (at 20kHz) I had problem getting the API to work so i tried low level I2C access by just sending 0x01 with basic HAL_I2C_Master_Transmit. I noticed...
Hi,i develop 100% of my code in my workshop or office, but sometimes i wish i could do some very light modification to a parameter or baud or something in the field and i dont really fancy carrying my expensive workstation laptop around. So i wonder ...
Hello,i made custom board for STM32F031F6P6 chip, made few prototypes and flashed 5 prototypes with no problem. Then the current STM32 shortage hit my suppliers so i switched to STM32L031F6P6 on same board. I checked the datasheet and pinout and it l...
I am using one timer (timer2) as pwm generator and i am using 3 channels on it. I wish to set each channel pulse width independently (they are controlling LEDs) from 1 to 100. But from the generated stcubeIDE function, it looks like that the channels...