Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
Greetings,
in the system I develop I shall have a task resposible for fetching some amount of data from Flash to RAM. I should mention that the code will be executed from...
Hi,
I try to activate the bonding with the "ble_app_multiperipheral" exemple project I have modified.
It is very strange because I can bond as wanted but only if I set...
Hi all,
I am having query regarding BLE Security.
Which options are provided by BLE for security.
Can anyone provide option in below category?
1. Security in Connection...
Hi all,
Going through the sniffer document and devzone tickets, I observe that there is no official nRF sniffer software to emulate nRF52840 QIAACA SoC as BLE sniffer. ...
Hi Everyone
I was trying to use segger embedded studio for nrf52840 PDK.
I could get the example codes working but when i tried to create a new project and try to include...
Hello, I am trying to initialize the service Power Cycling from the files of this link https://devzone.nordicsemi.com/f/nordic-q-a/9169/cycling-power-service-0x1818
I get...
Hi,
I've been trying to use the nordic power profiler v1.1 with my nRF52 development board to figure out how much current is consumed during operation.
I used the power...
In the light-switch-proxy-client example there is every unreliable group message repeated a number of times (GROUP_MSG_REPEAT_COUNT). Is this always required to be implemented...
When the nRF53832 is connected with a cell phone for data transfer, can it still be discoverable, and go though pairing/bonding process with another cell phone? I think the...
Hi, Just porting an old project from nrf52832 to a nrf52810. I've had trouble finding a bare-bones project (arg-gcc), basically just main + log for the 52810.
I understand...
I have four Bluetooth modules (servers) that measure pressure continuously. The servers should connect to the client and send the measurement data to the client. I can read...
Good afternoon,
We are developing a consumer product that is using the nRF8001 as the BT peripheral. We have a question regarding certification; do we need to undergo...
Dears,
To support Bluetooth 4.2 in the nRF51822 product page on S110, but only support 4.1 in the SDS document, I want to confirm the support of the S110 V7.3 and v8.0 for...
Hi,
for my application, I want the processor to wake up once every 8 hours, do a 1 second analog measurement, broadcast the results and shut down. When activated by a switch...
Hi,
I am having some trouble using fstorage to write data into flash. I want to store ~20 kB of sampled data before processing it, and I am storing it just below the bootloader...