Skip to main content
Best answer by Federica Bossi

Hi @ljm ,

Yes you can.

2 replies

Federica Bossi
Federica BossiBest answer
Technical Moderator
April 24, 2025

Hi @ljm ,

Yes you can.

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
Andrew Neil
Super User
April 25, 2025

@ljm wrote:

can i use the module STEVAL-MKI228KA (ILPS22QS) with arduino ?


Of course you can: the sensor neither knows nor cares what microcontroller or software framework you use - all it needs to see is valid signals at its pins.

The only thing to beware of would be voltage levels - are you using a 5V or 3V Arduino?

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.