Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 894 Bytes

File metadata and controls

19 lines (16 loc) · 894 Bytes

Embedded-IoT lab exercises

These are the updated lab exercies for Arm's Build Your First Internet of Things (IoT) Application on Arm edX course.

Tested environment:

  • OS: Windows 10
  • Board: B-L475E-IOT01A1 (STM32L475VGTx)
  • Additional Device: Google Pixel 8 Pro
  • IDE:
    • module(2-4): CMSIS Solution on VS Code Extension
    • module5: Keil uvision (AC5 needs to be installed)
    • module6: Android Studio / AWS

contents:

  • module2: Blinking Led on the board
  • module3: Read Sensor Data from the board
  • module4: Enable Bluetooth Low Energy (BLE) on the board and make connection with an Android device
  • module5: Read sensor data and publish the message to the mqtt broker deployed on the cloud
  • module6: Create cloud functions and read data from a mobile device