
Search found 3 matches
- Sun Sep 01, 2024 8:26 am
- Forum: General discussion
- Topic: problem with proper i2c operation on STM32F411CEU6 (blackpill)
- Replies: 3
- Views: 2288
Re: problem with proper i2c operation on STM32F411CEU6 (blackpill)
Thanks for your reply, well, I completely missed this docs 

- Sat Aug 31, 2024 12:46 pm
- Forum: General discussion
- Topic: problem with proper i2c operation on STM32F411CEU6 (blackpill)
- Replies: 3
- Views: 2288
Re: problem with proper i2c operation on STM32F411CEU6 (blackpill)
ADDITIONAL INFO: the mpu6050 was tested on arduino nano, and worked just fine, basic code with printing out text or blinking was executed by mentioned board (the title is kinda wrong, blackpill is not the STMF4..., but you know what do I mean).
- Sat Aug 31, 2024 12:42 pm
- Forum: General discussion
- Topic: problem with proper i2c operation on STM32F411CEU6 (blackpill)
- Replies: 3
- Views: 2288
problem with proper i2c operation on STM32F411CEU6 (blackpill)
I have flashed a simple code on my blackpill (code below) and then connected my mpu6050 to it by plugging VCC => 3.3V, GND=>GND, SCL => PB6 and SDA => PB7. I've also plugged pullup resistors (tried with 4.7k ohm and 10k ohm) from VCC (on mpu6050) to PB6 and separately to PB7. At the end I have also ...