Hi,
I have Raspberry pi board which i want to use it as a gateway .on which server will get set up.
nrf52840 will be the beacons which i have already set up for sending data strings and another nrf52 dk is used to detect this beacons whenever it comes in its range
Now further this data from DK need to be detected by pi and posted server which is set up on pi. Questions i have is
1.I have pi 2 board on which there is no on board wifi chip nor bluethooth can i use this board
2.can i use pi zero which has both functionallity of wifi and ble.
3.and how to set up pi as gateway and fetch the beacons data on to server any references if possible.
thanks.