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 Nordic,
I've built a ble app with a custom protocol, but am struggling with storing bonds, when running under freeRtos.
What I see:
central app crashes (hardfault...
Hello All,
I am new to this forum, I have been using nRF51822 for a while, and its a great little BLE chip. I am usinga BLE keyboard to send a key to iphone and I captured...
I WANT COMMUNICATION BETWEEN A NRF51422 AND NRF528321 BOARDS, IN WHICH IN NRF51422 BOARD I WILL MEASURE PWM COUNT(IT IS PHERIPHERAL) AND SEND IT TO NRF528321 BOARD WHICH IS...
Hi,
I've been working on a way to detect and prevent replay attacks when beacons are used for sensor data. This is mostly used for home automation sensors, where I have BLE...
Hi,
For our current application we have migrated from SDK 13 to SDK 14. We are using RTOS to handle the functionalities of our application. We replaced our own task for handling...
hello,
I use nrf51822 + S130 + SDK12.2 in my product, nrf51822 work at central + peripheral mode,and i use nrf_duf_flash module for my dfu funtion.
The problem is, i...
We are using manufacturer specific data to broadcast data at 10Hz.
We're about to do some testing to evaluate different adverting and scanning parameters to find the best...
Many of the sdk_config.h examples have both NRFX_FOO_ENABLED and FOO_ENABLED defined.
So, imagine my surprise when I change, say, NRFX_TIMER3_ENABLED to 1, still get link...
Hi, is it possible to measure NRF52832 vdd voltage using LPcomp. I know I can do it with ADC but it draws a lot of current. I'm thinking if I can compare VDD to lpcomp reference...
Overview: number of bytes sent by ble_app_blinky at notification is determined by (note my changes for debug:
in ble_lbs_init() of ble_lbs.c and not by:
in ble_lbs_on_button_change...
I aam badly stuck in this error and dont know what to do with this i have downloaded ble adc scan mode example and running it on sdk17 using SES .i have removed powerclock...
Hello,
I have Thingy:91 connected to the cloud. I see that data is send correctly in json format (on nRF Cloud terminal). Is it possible to plot graph or download csv file...
The modem on the nrf9160DK (modem fw v1.1.0) appears to get stuck in searching mode. It doesn't happen all the time, and I was able to create it with the following AT commands...
Hi,
I'm using nrf52832 and SDK v13.1 and I want to use the uart driver, but I have this compile error:
Apparently the line 82 depends on the define "UARTE_PRESENT". I...
Hi,
I have developed an application on an nrf51dk, with SDK12.3 (as it was the latest that I could make it work with). It is running fine on the DK, but when moving to the...
Hello!
A possible great customer requests us to develop an application where: some devices are activated upon connection with up to 100 BLE keys. 100 BLE Paired devices...
Hi,
I have developed an application on an nrf51dk, with SDK12.3 (as it was the latest that I could make it work with). It is running fine on the DK, but when moving to the...
Hello.
I am running ble_app_uart altered to allow for connection of two central devices.
The connection of two devices work fine.
Upon each connected central, I can...
Hello! I would like to use a predefined example from the nRF SDK and instead of the board's button, to use an external stimulus (let's say, an external button ). Similarly...
Hey,
I am working on the nRF51 DK and nRF51822 with SDK12,S130, trying to pass a SIG PTS test for required IOPT, however always getting the same "INCONC" verdict, the PTS...
Hi,
I am trying to interface IS25LP064A External Flash with nRF52832 using SPI. I want to get the device ID/ Manufacturer ID of the flash. I am able to get the same in Arduino...