Using B SoM with 3rd Party MCU

Is it possible to use the cellular B SoM (with Evaluation Board) with a 3rd party MCU (something ESP32 or STM32 based for example)?

I've been trying to find a way to import the Particle.h library into the Arduino IDE without any luck. Does anyone have a link to the Particle.h library? Are there any tutorials about using a 3rd party MCU?

Hey @ryan111, welcome to the community!

Can you share a bit more about the architecture you are trying to achieve for your project?

The BSoM is quite capable in itself for many user applications. What requirements do you have that are driving the need for a 3rd party micro?

Generally, we do not support running Device OS directly on 3rd party hardware. However, we have a newly released platform feature called Asset OTA that would enable you to deliver firmware updates to a 3rd party microprocessor attached to your BSoM, which may work depending on what you are looking to do.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.