Hi everyone,
I am pretty new to BLE (and coding for that matter), and was looking at the project in the link below.
https://learn.sparkfun.com/tutorials/si … energy-ble
I was able to get this working, but I was curious how the code would need to change if I wanted to control more than one LED. My first instinct would be to send different values for each LED to the arduino and use if statements to distinguish which LED I was looking to change, but I didn’t know if you were able to send values other than 0 or 1 to the board. If someone could explain how I can go about doing this, that would be great.
Thanks.