I am using the nRF Connect design environment (in VSC) and I would like to have a central Bluetooth module that receives multiple transmit only (pure advertising) sensors that each transmit their own temperature (each would have its own unique ID embedded in the advertising) . I would like to have this central module also be able to connect to a mobile phone to download all of the detections it receives from all of the sensor advertisements it receives.
I found a sample/example of what I would like to for the previoius development tools titled: "Experimental: BLE Relay Example". However I don't see anything similar for the nRF Connect development tools. Does some sample code exist for such a system? At first I thought that the Bluetooth Mesh samples might be useful but they consist of sensors that have two way communication sensors which I do not have.
Any recommendations would be greatly appreciated!
Thanks!