Hello everyone:
Im developing a PAN and i noticed 6lowpan is good item.I have over 30 nodes (nRF52832) and some of the node are sensors for temperature and humidity and ... , some of nodes just have Relay function(on/off) and 4 of nodes have both relays and sensors functionality , i want to access nodes over web and cloud , i found out IPV6 over BLE is just supported Star tolology , so i should have one raspberry pi 3 as gatway and nodes connect to it over IPV6 , here i have some question:
1-Is this concept Right ?How is it possible?
2-How many nodes could be connect to a gatway(ipv6 over BLE)?
2-Is it possible to implement this scenario with some node are sensor , some node are control node and some of them have both functionality?
3-In ipv6 over BLE SDK example i just find out, "connect to gatway" established.How should i send data and what is the packet formats?(is it MQTT-SN?)
4-Is it possible to communicate with multiple nodes over cloud ? for example : read the temp from node #1 and Turn ON LED on node #2 and #9 at the same time?