Sensors for RIOT on STM32F4Discovery

Hi,

I would like to try out some sensors on the STM32F4Discovery platform. Has anyone used any sensors with this platform? Any recommendations?

/Adeel

Hi Adeel,

pretty much any sensor supported by RIOT (just have a look into the /drivers/ folder) should do. Most simple are for example the DHTx temperature sensors -> very easy to connect, inexpensive and widely available.

Cheers, Hauke