Hi
I have successfully created services and characteristic from nRFGO Studio and they are advertising well even receiving and transmitting is going well. Now my problem is i have 30 bluetooth low energy modules containing nRF 8001 and i have to create different services for each so that i can identify them separately. Is there any other way to give them different UUIDs except nRFGO Studio? Because every time i have to use nRFGO studio and create services.h file, and if i have 100 modules then i have to do it 100 times? What is the alternative that i can use so that i program it once it will generate diff. uuids to every module?
Is there any other way with the help of which i can distinguish 100s low energy module containing nRF 8001 chips. I think it can be distinguished with only service uuid as it is the only thing it advertise?
And one more thing, peripheral name is specified in GAP Settings in nRFGO Studio, i want to change the connected peripheral name through iPhone. I actually want to give this functionality to my user of product that he can change the name of peripheral according to its wish.How can i do this?
Thanks