Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
During a DFU on SDK15.2 the BLE connection is terminated. The NRF_BL_DFU_INACTIVITY_TIMEOUT_MS is set to 120000.
After 2 minutes, the device still has not reset and started...
Hello,
In the Pin Assignments paragraph of document nRF5340_OPS_v0.5.1 the following pins have no description
B12, A25, B26, J31, T2, K2, H2, G1, F2, D2, A1, A31, AL1...
Dear experts,
My BLE peripheral device uses s112 soft device with nRF52832 and nRF SDK v16 and now the basic data collection and transmission features all work fine with...
We are using the nRF51 bootloader to support DFU over serial. We were able to use the example bootloader as a great reference. We are able to successfully update our app using...
Hello I am trying to develop an application with NRF52833 development board and s113 softdevice.
I want to create a write characteristic which requires 247 ATT-MTU size...
I am trying the ble_app_gls example of nRF SDK v16.0 on nRF52 DK device. The only modification is change s132 to s112.
After download the app to nRF52 device, I can successfully...
So what I want to ask is what is the scan latency during high accuracy and low accuracy?
Also if an insight regarding power consumption can be given would be great (we are...
Hi Everyone,
My Environment: nRF52840, SDK15.3, Keil
I'm developing a central / peripheral device that can automatically connect up to three peripherals.
I want to know...
I tried to merge ble and calendar example but when i call "nrf_cal_init();" I've got error "app: SOFTDEVICE: INVALID MEMORY ACCESS" i tried to use RTC2 in Calendar.h but nothing...
Hello guys,
I was working these days with nRF9160-DK board without any problem. Was able to update the firmware on it, to use it as a programmer for Thingy:91 etc...
I...
Hi!
SDK 16.0
I use secure bootloader from SDK with button.
1. Single app written from Segger Studio work fine.
2. Firmware (bootloader with app) written from script...
I'm located in Denmark close to Roskilde (Greater Copenhagen).
According to TDC (Biggest national operator) they have not opened for roaming yet, using the NB-IoT & LTE...
Hi Nordic Team,
In my BLE project I am trying to change the GAP parameters like
gap_connection_param.min_conn_interval = MIN_CONN_INTERVAL; gap_connection_param.max_conn_interval...
We were evaluating nRF9160 for IoT project. Wanted to know more about NB IoT
1: Does NB IoT support both 4G and 5G?
2: I have the following understanding , please correct...
Hello, I am trying to test out an ADXL362 module with my nRF52840 DK. It uses SPI to communicate. I have tried different speeds from 1M to 125K but nothing seems to work....