Simple BLE advertising application
Hi there :waving_hand:
I am quite new to the topic of developing BLE hardware.
My goal of the current project is quite simple:
I have a custom board featuring stm32wb55ceu6 and a ambient temperature/humidity sensor.
All hooked up including the RF part with an impedance matching network to 50 ohms and an antenna for 2.4 GHz (BLE).
Now I would like to read the sensor using i2c and get the values for temp and humidity every let's say 10 minutes.
After getting the values I would like to just send out a ble advertisement containing the sensor data in bthome format (so that my home assistant can just read it).
There should be nothing else involved. The board is just sending out once every 10 minutes and after sending it goes back to sleep.
My question: can you maybe provide me a startingpoint where I can find information about BLE advertisement, etc.?
I saw that there is a stm32wpan module but I am not sure if this is total overkill for this simple use case.
I am a bit lost with this :(
I was inspired by the following project: https://github.com/rbaron/b-parasite/blob/main/code%2Fnrf-connect%2Fsamples%2Fble%2Fsrc%2Fble.c
And would like to build sth. Similar just with an stm32wb55.
Thank you
