STM32 and LoRa? (photogallery)

STMicroelectronics and Semtech released a new development board for IoT (Internet of Things).

The development board is designed for LoRaWAN? network and it supports A and C classes.

The package includes two parts – boards. The first board contains Nucleo-64 development board with STM32L072 microcontroller and the second board contains LoRa? module.
Nucleo-64 STM32L072:

– Cortex? -M0+ core

– 192 Kbytes of Flash

– 20 Kbytes of RAM

– 6 Kbytes of EEPROM

– LCD, crystal-less USB, T-RNG, PCROP …

LoRa? module:

– 157 dB maximum link budget

– +20 dBm, 100 mW constant RF output versus Vsupply

– +14 dBm high efficiency PA

– Programmable bit rate up to 300 kbps

– High sensitivity: down to -137 dBm

– Bullet-proof front end: IIP3 = -12.5 dBm

– 89 dB blocking immunity

– Low RX current of 10 mA, 200 nA register retention

– Fully integrated synthesizer with a resolution of 61 Hz

– FSK, GFSK, MSK, GMSK, LoRa? and OOK modulations

– Built-in temperature sensor and low battery indicator 1.65 V to 3.6 V power supply

Nucleo-64 development board is supported by IAR, Keil, AC6 System Workbench for STM32 and another.

The price of package is around ?31 ($41).

Nucleo-64 and LoRa? module: http://www.st.com/content/st_com/en/products/wireless-connectivity/lorawan/p-nucleo-lrwan1.html

LoRa? module: http://www.st.com/content/st_com/en/products/evaluation-tools/product-evaluation-tools/mcu-eval-tools/stm32-mcu-eval-tools/stm32-3rd-party-evaluation-tools/i-nucleo-sx1272d.html

LoRaWAN software for STM32Cube: http://www.st.com/content/st_com/en/products/embedded-software/mcus-embedded-software/stm32-embedded-software/stm32cube-expansion-software/i-cube-lrwan.html


Share the article:
Tags:
Show your
Maker soul!
Buy a T-Shirt
Coffee for Chiptron
Give a boost to the next article

Related Articles

The first article from Tutorial: STM32F746 (STM32F7 Discovery) serie. I would like to describe how to turn on LED simply controlling GPIO. Why I began to write this tutorial and why I don’t want to use HAL or Standard Peripheral…

AVR, ATMega, ATTiny, PIC, Arduino… these are very searching words in google and I asked myself “Why?”. Yes, AVR by Atmel or PIC by Microchip family is popular, but we can program better (modern, faster, more low-power, more peripherals) microcontrollers…

Arduino is very popular platform with support from huge community. You can buy a lot of Arduino (compatible) boards – original Arduino, clone of Arduino with the same microcontroller (ATmega328, SAMD21) or different microcontroller (ESP32, ESP8266). Arduino board with STM32…

If you program microcontrollers by STM (STM32F4, STM32F0, STM32L1) with Standard Peripheral Library your code is bigger than without Standard Peripheral Library. It is motivation why we can program of microcontrollers without Standard Peripheral Library. Nevertheless, if you program without…

We wrote a news about STM32F746 discovery and IDE by openstm32.org on the google+. https://time4ee.com/ got development board STM32F7 discovery by ST. We want to show MULTIPLATFORM (Linux – Ubuntu, Windows) development tools by http://openstm32.org Other tutorials with STM32F7: Tutorial:…