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...
hi i am using this to capture the adc value data_ADC=adc_buffer[1]*(1024+gain_error) / 1024 + offset_error - 0.5; data_ADC_double=data_ADC*3.6/1024; MULTIMETER MEASUREMENT...
When I used nrF52832 mouse application, the SDK version was 15.3. When I connected to MacOS, I had to make several attempts to connect. Can you tell me why?
Thank you very...
Our nRF52832-based board is powered by a coin cell battery, and spikes in current can cause the voltage to drop. This is okay early in the battery's discharge curve, but as...
The communication between the UART peripheral and the nrf52840 works fine until some device connects to the nrf device via BLE. Using a digital logic analyzer I'm able to...
hello
now we want to use nrf52840 qspi interface to connect with fpga. we have a question:whether nrf52840 could be used as qspi slave, and fpga used as master?
if it...
Hello everyone,
I am a beginner with BLE and the nRF52, so I apologize in advance if this question is pretty simplistic. Basically, I am trying to achieve the most data...
Hi, while flashing devices in production testing our customer ran into the following problem. modemFW_flash.py got stuck in an infinite loop, making no progess but consuming...
HI,
Just like discription in the ttitle. I cannot find functions (sd_ble_gap_address_set() and sd_ble_gap_address_get()) in ble_gap.h.
How can I set device address?
...
I apologize if this has been asked in a different way but I have come across several older threads that seem outdated and was hoping for the new "best practices" for the current...
Hi,I have a problem.Sometimes the program will execute to 0x08c8 during simulation on NRF52832,SDK15.2.0,Mesh3.2.I checked the map file, which is part of Softdevice.So I think...
Hello
Using PCA10040 dev board,
Building with SDK 16, & S112 - using ses
Running ..\examples\dfu\secure_bootloader\pca10040_uart_debug
Using nrfutil to download...
When running the "nrfjprog --recover --log" command, on a Windows 10 pc in CMD, this is the output that I get. I am unsure what steps I need to take from here.
Any help...
Hi,
In my application I have a requirement to send notifications to mobile on triggering particular Interrupts as well as particular events.I have created a customised notification...