Choose you favorite way of programming your Exo Sense RP, the multi-sensor module with a Raspberry Pi RP2040 (Pico) computing core:
Repository: https://github.com/sfera-labs/exo-sense-rp-arduino
Use the simplicity of the Arduino IDE to write your powerful firmware.
This repo contains the most complete set of utilities and examples for programming Exo Sense RP, as well as advanced functionalities like Sound Level analysis and ready-to-use applications like the Modbus RTU Slave app to use Exo as a standard Modbus device.
Repository: https://github.com/sfera-labs/exo-sense-rp-c
For low level, highly optimized programming and access to all the functionalities of the native Raspberry Pi Pico C/C++ SDK.
Repository: https://github.com/sfera-labs/exo-sense-rp-micropython
The flexibility of the Python language, plus an interactive prompt (the REPL) to execute commands on the fly, optimized to run on microcontrollers.