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...
Is there a possibility to compile the mesh stack and the examples with makefiles like the examples from the nRF5_SDK_15.0.0? I would like to work with eclipse and the same...
Nordic's own documentation explains that a "call" to NRF_LOG_PROCESS () processes, at most , one log entry:
infocenter.nordicsemi.com/.../group__nrf__log__ctrl.html
...
Hi guys.
Mbed OS 5.10 released Arm Mbed Cordio Bluetooth Low Energy (BLE) stack as shown in https://os.mbed.com/blog/entry/Arm-Mbed-OS-510-Release
Would it be possible...
Is there any way to program UICR registers using Keil ULINK programmers?
I know that the algorithm it uses to program Flash does not support UICR. However, I am able to...
Hi,
I tried looking for an answer for this, however unsuccessfully. I have a custom characteristic and I set it with a string of values when it is added to the custom service...
Hi Everyone,
I'm having some trouble understanding the different combinations of low power modes and how to use them.
When I first power up my board I use about 500uA...
Hi team,
We are doing indoor navigation project using BLE nordic beacons and we are using ble_app_beacon as a transmitter.
We are calculating the position of person...
Hi there, i'm trying to connect to the internet from my nrf52 chip.
one way i think, we can use the ios as a shareing point for the embeded world.
And i tried from a win10...
Hello,
I have a Mesh application using the nRF5 Mesh SDK version 2.0.1.
I wish to implement the possibility for a node to forget its provisioning status and become unprovisioned...
Does the NRF51 DK come with a SWD interface connector-cable to plug into a PCB's SWD port when flashing/programming code into a WLCSP chip soldered onto the PCB? If not, are...
I'm trying to setup a simple host node to broadcast a attention message with no definitive destination node. I need any of the child nodes (primarily asleep) to see and process...
Hello everyone,
I tried to use the example project " ble_ant_app_hrm" SDKv14.2 but it doesn't work. The bluetooth connection work correctly, I connect my smartphone with...
Hello Nordic
I am developing our device. It uses SDK 14.2.0 and s332 SoftDevice.
This device communicate our app by using ble as peripherals.
I thought that our project...
Hi,
do the AES CCM module, AES ECB module, and the Cryptocell 310 (in nRF52840) employ measures against side channel attacks? I am mainly concerned with timing analysis...
Hi all,
I'm working with nRF52840 PDK and I'm using the last SDK and SoftDevice version: SDK v15.2.0 and SoftDevice v6.1.
I'm using the scanning module introduced in this...