Migrating from esp32 to stm32

Hello dear BSTRobin
I have a project Bme688 + lora that works correctly with esp32 wroom microcontroller and my compiler is arduino, for a lot of reasons i want to change microcontroller to stm32, so my questions are:

1- what is minimum part number of stm32 products that necessary for Bme688 processing.

2- have we Bme688 libraries for stm32 in ardunio.

3- without a few base commands between esp32 and stm32, can i use my esp32 codes c++ for stm32 or i need another ide and library for Bme688 with stm32.

Thanks
Best reply by BSTRobin

Hi ilcnet,

The interface associated with the hardware is bus_write(), bus_read(), and you need to see if your platform supports the code implementation within the function.

View original
3 replies
Resolved