Articles

Connect to AWS IoT & Send Data*

Image
• In this lab you are going to:  1. Update the firmware with:  a) The MQTT server address  b) Your device name   c) The Wi-Fi credentials  d) The device Certificate and the device Private Key 2. Load and run the firmware on the STM32L4 Discovery Kit IoT Node  3. Monitor your device activity ******************* let's go  1. Tera Term Configuration 2. Edit aws_clientcredential.h https://github.com/aws/amazon-freertos/blob/main/demos/include/aws_clientcredential.h 3. Configure Your AWS IoT Credentials 4. Open aws_demo IAR Project 5. Load and Run 6. Send Data to AWS • Now the application is up and running. The application will:       1. Connect to the Wi-Fi access point and acquire an IP address       2. Subscribe to the MQTT broker (AWS IoT)       3. Start sending/receive messages to/from the MQTT broker. The application generates an initial thing shadow docume...

Amazon FreeRTOS

Image
  AWS IoT Cloud Platform Connectivity for Embedded Devices Amazon AWS IoT : The Amazon AWS IoT service enables secure, bidirectional communication between IoT devices and the cloud over MQTT, HTTP and WebSockets.                                                  Amazon FreeRTOS ** IoT Operating System for Microcontrollers  Amazon FreeRTOS, based on the popular FreeRTOS, is a microcontroller operating system that makes small, low powered edge devices easy to program, deploy, secure, connect, and maintain.                                                     AWS IoT Architecture                             ...

Getting Started with the STMicroelectronics B-L475E-IOT01A

Image
  STMicroelectronics B-L475E-IOT01A Discovery Kit for IoT Node STMicroelectronics B-L475E-IOT01A Discovery Kit for IoT Node allows for development of applications with direct connection to cloud servers.  The Discovery kit enables a wide diversity of applications by exploiting low-power communication, multiway sensing and ARM® Cortex® -M4 core-based STM32L4 Series features.  The support for Arduino Uno V3 and PMOD connectivity provides unlimited expansion capabilities with a large choice of specialized add-on boards. Board Features : * Ultra-low-power STM32L4 + MCU based * on-board ST-LINK/V2-1 debugger/programmer with USB re-enumeration capability. * Bluetooth 4.1 module * 802.11 b/g/n compliant Wi-Fi module * Dynamic NFC tag * 2 digital ommnidirectional microphones * Humidity and tempurature sensor *3-axis magnetometer *3D accelerometer and 3D gyroscope * Time-of-flight and gesture-detection sensor *Digital output barometer     Applications  : **  th...