Skip to content

Example for STM32 using a SHT85 sensor and advertising the data with a BleuIO Dongle. Bluetooth Low Energy

Notifications You must be signed in to change notification settings

smart-sensor-devices-ab/stm32_bleuio_SHT85_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example project on how to read values from a SHT85 sensor connected to a STM32 Microcontroller with USB port and advertise the results using the BleuIO dongle with the STM32 as a USB CDC Host.

1. What you will need

2. How to setup project

2.1 Downloading the project from GitHub

Either clone the project, or download it as a zip file and unzip it, into your STM32CubeIDE workspace.

2.2 Importing as an Existing Project

  • From STM32CubeIDE choose File>Import...>General>Existing Projects into Workspace then click 'Next >'
  • Make sure you've choosen your workspace in 'Select root directory:'
  • You should see the project "stm32_bleuio_SHT85_example", check it and click 'Finish'.

    If you download the project as a zip file you will need to rename the project folder from 'stm32_bleuio_SHT85_example-master' to 'stm32_bleuio_SHT85_example'

3. Running the example

  • In STMCubeIDE click the hammer icon to build the project.

  • Open up the 'STMicroelectronics STLink Viritual COM Port' with a serial terminal emulation program like TeraTerm, Putty or CoolTerm.

    Baudrate: 115200

    Data Bits: 8

    Parity: None

    Stop Bits: 1

    Flow Control: None

  • In STMCubeIDE click the green play button to flash and run it on your board. The first time you click it the 'Run Configuration' window will appear. You can just leave it as is and click run.

  • Connect the BleuIO Dongle.

4. Links

About

Example for STM32 using a SHT85 sensor and advertising the data with a BleuIO Dongle. Bluetooth Low Energy

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages