ATOLLIC new tips and tricks

_
We published a new tips & tricks for ATOLLIC that are:

Posted in Atollic, STM32 | Comments Off on ATOLLIC new tips and tricks

How to use ADC in Interrupt mode

In electronics, an analog-to-digital converter (ADC, A/D, or A-to-D) is a system that converts an analog signal, such as a sound picked up by a microphone or light entering a digital camera, into a digital signal.

There are several ADC architectures, in MCU normaly there are SAR (successive approximation register) and sometime SIGMA-DELTA (also known as a delta-sigma ADC).
SAR is very fast
SIGMA-DELTA is slow but is very precise

The stadard ADC in STM32 is SAR at 12bit but there ara also some STM32 that iclude also a SIGMA-DELTA ADC at 16bit.

For reading more, click here.

Posted in Atollic, STM32 | Comments Off on How to use ADC in Interrupt mode

TIMER Counter – for example for reading an Input button

Counting Modes

Normally a basic timer counts from zero to a given Period value.
General purpose and advanced timers can count in other different ways, as reported in Table below.

For reading more, click here.

 

Posted in Atollic, STM32, STM32F4 | Comments Off on TIMER Counter – for example for reading an Input button

Wireless DoorBell – Based on P2P for SPIRIT1 & NUCLEO-L053R8

This is a release of DoorBell based on P2P for SPIRIT1.
For more technical details see the:
P2P based on SPIRIT1 (X-NUCLEO-IDS01A4) and NUCLEO-L053R8

For reading more, click here.

Posted in Spirit1, STM32, STM32L0, Sub1GHz, WireLess & Networking | Comments Off on Wireless DoorBell – Based on P2P for SPIRIT1 & NUCLEO-L053R8

STM solutions for KNX

KNX is the the worldwide standard for all applications in home and building control, ranging from lighting and shutter control to various security systems, heating, ventilation, air conditioning, monitoring, alarming, water control, energy management, smart metering as well as household appliances, audio/video and lots more.

For reading more, click here.

Posted in Automation, STM32 | Comments Off on STM solutions for KNX

P-L496G-CELL01 – 2G/3G Cellular to Cloud Pack with STM32L496AG MCU and Quectel UG96

The P-L496G-CELL01 STM32 discovery pack for 2G/3G cellular to cloud (STM32-C2C/2G-3G) is a turnkey development platform for cellular and cloud technology based solutions.
In this evaboard is used the Quectel UG96.

For reading more, click here.

Posted in STM32, WireLess & Networking | Comments Off on P-L496G-CELL01 – 2G/3G Cellular to Cloud Pack with STM32L496AG MCU and Quectel UG96

Change, from Arduino to STM32

Why change, from Arduino to STM32 ?

The answer to the above question is simple, for the computing power and the compatibility with the Arduino connectors.

I definitely do not want to convince anyone that it is time to move to a more modern and performing MCU family (Cortex Mx) but, if you found yourself in situations where you wanted to do more, then the STM32 family with its NUCLEO boards and mBed are the answer you have your wishes.

For reading more, click here.

Posted in STM32 | Comments Off on Change, from Arduino to STM32

PIR sensor based on: NUCLEO-L011K4 + PANASONIC PIR EKMC1603111

This is a simple example that use a PIR sensor (PANASONIC EKMC1603111) connected to the NUCLEO-L011K4 for a future applications in build/home automation.

For reading more, click here.

Posted in Automation, STM32 | Comments Off on PIR sensor based on: NUCLEO-L011K4 + PANASONIC PIR EKMC1603111

How to detect an object using the VL53L0X & X-NUCLEO-53L0A1 (evaboard)

The VL53L0X is a new generation Time-of-Flight (ToF) laser-ranging module housed in the smallest package on the market today, providing accurate distance measurement whatever the target reflectances unlike conventional technologies. It can measure absolute distances up to 2m, setting a new benchmark in ranging performance levels, opening the door to various new applications.

In this tutorial we will explain you how to use the X-NUCLEO-53L0A1 in conjunction of the NUCLEO-F401RE.

For reading more, click here.

Posted in MEMS, STM32 | Comments Off on How to detect an object using the VL53L0X & X-NUCLEO-53L0A1 (evaboard)

P2P based on SPIRIT1 (X-NUCLEO-IDS01A4) and NUCLEO-L053R8 + SSD1306 I2C Oled Display

This is a new release of the P2P based on SPIRIT1, with the addition of the SSD1306 I2C Oled Display.
This P2P sw work exactly as the previous one, for more technical info on P2P see here.

For reading more, click here.

Posted in Spirit1, STM32, WireLess & Networking | Comments Off on P2P based on SPIRIT1 (X-NUCLEO-IDS01A4) and NUCLEO-L053R8 + SSD1306 I2C Oled Display