MCU
ESP32
MCU | Status | Example boards |
---|---|---|
ESP32-WROOM-32 | ✅ | ESP32-DevKitC V4 |
ESP32-WROVER | ✅ | |
ESP32-C3 | ❌ | |
ESP32-S3 | ❌ |
Verified sources
Region | Links |
---|---|
Global | AliExpress, Amazon |
ESP8266
Unfortunately, SenseShift cannot be used with ESP8266 MCUs, since it uses Bluetooth LE, which ESP8266 does not feature
Arduino
For the same reason, as ESP8266, most Arduino (AVR) boards cannot be used.
You can try to use it with boards, listed on ArduinoBLE library page, but it has never been tested
Raspberry Pi Pico
Technically speaking, RP2040, heart of Raspberry Pi Pico, does have theoretical Bluetooth and Bluetooth LE support, but BLE is not enabled on the Raspberry's side, due to required certification from Bluetooth SIG
You can try using Arduino Nano RP2040 Connect or other boards, but it has never been tested