I'm using nRF52832 and S132 based on nRF5 SDK v14. I get a error code 4 when I add DFU service refer to the experimental_ble_app_buttonless_dfu . The SDK has changed so much...
Hi,
I'm wondering if I can get current transmitting channel during a connection. So
Is there a way I can directly read current transmitting channel?
If not, is...
This question has to do with the observed "recursivity" of the calls to "app_sched_execute" in SDK13 as described in the previously asked question below:
devzone.nordicsemi...
hi.
How do i do ble_app beacon advertisement to one device(Android phone) whose bluetooth address is known ?? I want that beacons should only be seen in nrf_connect app of...
why use 50ms and 400ms connection interval for testing the maximum data throughput(2M,247byte payload)?
Because 50ms can only send a pdu , and 400ms can send up to 8 pdu...
Hi,
I am using Keil IDE to develop nRF51822 project.
in main(), the command line
APP_SCHED_INIT(APP_SCHED_MAX_EVT_SIZE, APP_SCHED_QUEUE_SIZE);
has Error : L6218E...
Hello,
I'm new to the Nordic SDK and I would like to ask you for help with implementation of PORT events for revision < 3 in "low power" mode instead of "high power" mode...
Hello,
I've been trying to run the OpenThread mqttsn_client_publisher example from the SDK. I have also set up the border router according to the tutorial on the infocenter...
Hi:
I meet a strange softdevice assert when I do dfu in nrf52832. There is no info or call stack for this assert, I only get the assert is NRF_FAULT_ID_SD_ASSERT.
Do you...
Hi,
I have been working with the Thingy:91 at the version 1.2.99 but this also happens on previous versions (I do not know which it was but the serial_lte_modem code had...
Hello,
I am facing a issue with the LN service. I am notifying the position at 10Hz and this work well. I have implemented a custom service that allows to send a file by...
Hi,
Just as the title says, I want to use nRF52840 as a peripheral(s140, v7.0.1, BLE_NUS_MAX_DATA_LEN is 244) and using NUS.
And it may pair to a nRF51822(s120, BLE_NUS_MAX_DATA_LEN...
Dear
I got a problem about SES when I create a indepent transferable project for PCA10059.
Background:
I have success to modified a light-swich server from PCA10056...
Dear All,
I need to understand how the Asymmetric Encryption work in BLE. From Nordic, I get to know the following that following are the nrf_crypto frontend modules
...
Hi,
I"m looking for a solution to automatically build the emproject file from the directory *without using any IDE) so that i can export the .hex file and can be used...
Hi.....
I get the following error fault from my device (nrf 52840 with freertos ,using SDK16.0)
the Fatal id: 0x2000B730
what caused Fatal id: 0x2000B730 ?
Hello,
I developed a project based on thread CLI example. Everything works fine but I would like to add more commands to the CLI interface, maintaining the existing Thread...
Hello:
I am using nRF Connect v3.3.1 programmer to flash nRF9160 and got an error.
Silk on nRF9160 is: nRF9160 SICA B0 191601
Programmer can't recognize nRF9160 after...
Based on 52832, sdk15.3 running ble_app_hrs example, requesting MTU through nRF connect, the first success, the second time is unsuccessful, the app prompts Error 4 (0x4)...
Is there an application note or single set of instructions on how to get debug/log output via the SWO output rather than RTT or UART. Both of the latter are simple switches...
I'm trying to hook up a nRF51 to two other devices. One is connected with UART and the other through BLE (NUS).
The connection with BLE is working fine. But as soon as...
I am using "ble_app_hrs_rscs_relay" example. I am not able to set the TX power of advertising and scanning both. Currently the avg current is too high.
I also tried using...