Hi, I am working on my new project. My goal is a sensor network. I have to create four service, one or two basic service like htm and battery service and other with contains custom service. For example
- battery service 1 char. -> battery level
- htm service 1 char. -> temp. level
- my castom service (r/w) 1 char. -> 3 bytes 2 char. -> 1 byte
- my castom service (r/w) 1 char. -> 1 byte 2 char. -> 1 byte 3 char. -> 1 byte 4 char. -> 1 byte
Central device must support 5-6 device. Is it possible, with nrf51822 (S120 0.8.0)?