Search found 2 matches
- Fri Apr 14, 2023 12:58 pm
- Forum: General discussion
- Topic: Converting Arduino Library for STM32
- Replies: 3
- Views: 3571
Re: Converting Arduino Library for STM32
one of those things is to check that I2C is working correctly after all and that you are connecting to it at the correct address.
An I2C scanner may help there, e.g.
https://github.com/stm32duino/Arduino_Core_STM32/blob/main/libraries/Wire/examples/i2c_scanner/i2c_scanner.ino
if it doesn't find ...
- Wed Apr 05, 2023 11:48 am
- Forum: General discussion
- Topic: Converting Arduino Library for STM32
- Replies: 3
- Views: 3571
Converting Arduino Library for STM32
Hello everyone,
I'm having some trouble converting the DFRobot SEN0344 sensor library for STM32. The sensor uses the MAX30102 integrated sensor and DFRobot has provided a library specifically for this sensor. However, this library only works on the Arduino platform and I'm having trouble converting ...
I'm having some trouble converting the DFRobot SEN0344 sensor library for STM32. The sensor uses the MAX30102 integrated sensor and DFRobot has provided a library specifically for this sensor. However, this library only works on the Arduino platform and I'm having trouble converting ...