Project Awesome project awesome

Communication > sensortile

This project shows how to initialize a SensorTile and how to send sensor data over BLE from a SensorTile to a suitable host.

Package 19 stars GitHub

This is a work in progress for STM32 projects

The structure of this dir is based around ST Microelectronics part naming conventions. A typical ST part might look like:

STM32L443CC

STM32 - indicates ST Microelectronics and a 32bit microprocessor.

L - Stands for the Low power line 443 - is the # of the part in that line CC - helps to clarify the package used.

So here we have five subdirs:

F & L & U & WB & WL

F handles the first generation STM32 parts. Not too much here other than some work I do on the BluePill STM32F103C8 its in STM32/F/F103.

L is a low-power version of the F U is a low-power controller with higher performance than L

WB is the Bluetooth controller. WL is the LoRa controller

Back to Ada/SPARK