I need to develop a ble advertising scanner with these requirements:
- capture at least 10 beacon advertisments (Eddystone TLM) continuously
- advertising interval of one beacon is 100ms
- accessing the beacon advertising data from another application
Would the nRF52840 USB Dongle be the right hardware to implement a ble scanner meeting these requirements?
Would it be possible that the nRF52840 sends the captured advertisements through virtual serial port, so that other applications have access to these data?
Is this a possible solution? Or are there other/better solutions?
I would really appreciate an answer. (I am an absolute beginner...)