Hi there,
First of all I have to say that I am new to BLE technology development. I tried something using your tutorial and I think I succeeded.
The board can advertise with 128bit UUID. I can send and receive data using nrf connect app. I have no problem so far.
But something does not fit in my head.
What are services and characteristics?
Why do we need them? I mean why we do not send the data directly?
Do we have to add at least one characteristic in a service?
Last but not least, how many byte can we send in one characteristic?
Thanks in advance.