Hello guys,
I always find it difficult navigating to examples on the website. I managed to find the Bluetooth examples and test them, but they seemed to be very application specific. For example, I tried changing the Beacon example to send float numbers for Major/Minor, but it is hard set to int so that is not possible...
I am looking for a very simple example on how to use my board's Bluetooth (using Disco L475). I am used to using external bluetooth modules connected to Arduino and Software Serial, setting TX/RX and simply printing to serial. In the available examples, it looks like each one makes use of a very specific class which we cannot edit, like the Heart rate or Battery ones.
I am sorry if I am missing something, I just can't understand how these examples are meant to be useful to get us started if we cannot edit them to send anything we want. Which example would you use to just send random numbers to ensure that you receive them on the serial monitor?
Thank you,
Chris
Hello guys,
I always find it difficult navigating to examples on the website. I managed to find the Bluetooth examples and test them, but they seemed to be very application specific. For example, I tried changing the Beacon example to send float numbers for Major/Minor, but it is hard set to int so that is not possible...
I am looking for a very simple example on how to use my board's Bluetooth (using Disco L475). I am used to using external bluetooth modules connected to Arduino and Software Serial, setting TX/RX and simply printing to serial. In the available examples, it looks like each one makes use of a very specific class which we cannot edit, like the Heart rate or Battery ones.
I am sorry if I am missing something, I just can't understand how these examples are meant to be useful to get us started if we cannot edit them to send anything we want. Which example would you use to just send random numbers to ensure that you receive them on the serial monitor?
Thank you, Chris