HI,
I want to make a receiver to get BLE packets on any channel.(NO SOFTDEVICE)
I fail to fullfile it yet by reading <nRF52810_PS_V1.3.pdf>.
Any other hands can give me?
THANKS.
BR,
Yoole
HI,
I want to make a receiver to get BLE packets on any channel.(NO SOFTDEVICE)
I fail to fullfile it yet by reading <nRF52810_PS_V1.3.pdf>.
Any other hands can give me?
THANKS.
BR,
Yoole
Do you have any experience with working at such a low level with complex protocols like BLE ?
The whole reason Nordic provide the SoftDevice is because this is not an easy thing to do!
Hmmm, maybe a little.
But, I just wanna to get information from ble_advertising packets at any channel, not the whole complex protocol.
That what a reason that i want to get further help to fulfill it.
My boss compels me to finish it.:(
So use the SoftDevice!
Okay,thanks a lot.
And the question has changed now.
How to use softdevice to get packets at any channel, not just channel 37, 38, 39?
Just advertising packets?
So you're basically building a scanner.
That's a fundamental part of any central device - so you could pick that out of any of the Central examples.
You could start with this:
https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.0/ble_sdk_app_interactive.html
Hi awneil,
I have read this doc, and how can i use these commands? Write one command by uart?
Any other usage example doc/url?
Hi awneil,
I have read this doc, and how can i use these commands? Write one command by uart?
Any other usage example doc/url?
I have read this doc
and have you actually loaded & run the example?
Any other usage example
Like I said:
That's a fundamental part of any central device - so you could pick that out of any of the Central examples
Yes, I have loaded it.
But nothing happened when I use Root Commands directly like 'advertise on' by uart.
In fact, I am confused with the method that how to usage these commands.
Can u give me some detail procedures?
Did you also load the SoftDevice?
Do you get anything at all on your terminal?
Maybe post a a screenshot ?
You didn't say what hardware you're using ...
Sorry, that's my neglect.
Hardware: nrf52832 board
SDK: 16.0.0
Softdevice has been loaded.
And nothing happened.