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'm trying to evaluate the FATFS example and unfortunately the statement disk_initialize(0) in main.c fails.
I'm using PCA10040, SDK 15.1, and switched between...
Hi,
I am using nRF52832 SDK 11 and even when I add the library on keil it can't find nrf_drv_gpiote.h.
As the screenshot shows, it is loaded:
But it says it is not...
I am new to the Nordic BLE tools, and I am trying to use the Nordic ble_app_uart sample project so that the I can send data over Bluetooth to a smartphone application. I am...
I just upgraded to JLink_Windows_V635g.exe and the latest "V640".
The new version are causing the J-Link RTT Viewer to update the log terminal very slow.
Is there a workaround...
Hi,
I'm gonna make my first attemp with the RF 2.4GHZ antenna, and want to get a good performace for the RF transmission meaning minimum loss of the power transmission...
Some questions about the operation of the DFU over Mesh.
If a node goes out of range while the DFU is in progress it seems that it will never get the update and the only...
Hi,
Does nRF52832 can output any frequency waveform by PWM interface? What's the maximum frequency output of PWM?
Which timer is used by PWM?
If I want to use "APP_Timer...
nrf52832.
SDK14.2
Segger ES V3.34a
I would like to send a struct to a characteristic value,
typedef struct { int8_t test1_array[30]; int8_t test2_array[30]; uint16_test3_array...
Building nRF5 SDK for Mesh v2.2.0 " dimming example " with nRF5_SDK_15.2.0 in SEGGER Embedded Studio fails with:
Assembling ‘ses_nRF_Startup.s’
D:\Nordic nRF5_SDK\nRF5_SDK_15...
Hi
I am using Ubuntu 18.04 and nordic linux development environment SDK s110 with makefile and flash
I want to to create GATT database with this characteristic status...
Hi Everyone, I am trying to add a characteristic in the BLE_UART project. I'm intending to use that characteristic to transmit the state of a button. I have copy-pasted the...
Hi,
When I am trying to connect nRF Mesh sdk 2.2 on nrf52832 DK using nRF connect mobile application I am able to connect without static passkey, now I want to enable...
Dear Team,
Using nRF52840, I want to scan all near Beacon's data such as RSSI, MAC, UID, Major & Minor values and pass these to Raspberry PI B+. Kindly suggest a sample...
Hi Nordic,
I am using SDK 12.3.0, S130 2.0.1 and PCA10028 nrf51 DK.
I would like to ask some questions about BLE security setting.
1. If I want to enable LE secure...
Hi!
SDK15, nRF52810, S110 (peripherial)
I have bonded pair with central device. Now I erase all data in this central device.The periph device has bonded data. I restarted...