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...
Hi,
I just switch to Embbeded Studio following the last tutorial ( here ).
I'm working on NRF51822 with SDK12 and TWI_sensor example (without SoftDevice). I followed...
I see from the release notes of s132 4.0.0-2.alpha that it adds:
Support for 20 links in total with freely selectable role (Central/Peripheral) for each link.
I want...
Hey,
I am trying to control an external LED using two nRF52832 boards. I am using "nRF5_SDK_13.0.0_04a0bfd\examples\ble_peripheral\experimental_ble_app_blinky" code for...
I'm trying to use the BLE sniffer in a quite busy BLE environment. Unfortunately, it always crashes after a few seconds.
I'm using:
ble-sniffer_win_1.0.1
nRF51 Dongle...
Hi,
i am using PCA10040 DK board,
working on ble_app_Uart example, i have created one timer(app_timer) here is the code:
printf("init\r\n");
ret_code_t err_code;...
Dear all,
My chip is nrf52832, and sdk version is SDK12.1.0_0d232a. And tried to use ble service and spi master function.
I create a timer to send spi command every...
hello all:
my mcu is nrf51822(QFAA), and use it to make a blue device ,i want to use mcu's reset pin to reset it, just use hardware. i add a key to connect the reset pin...
Hi,
I have searched for examples which will use passkey to connect with android, but didnt find any.
I want ble_app_hrs example to connect with nRFConnect in android by...
HI,i develop my project base on “examples\ble_peripheral\ble_app_uart” and “nRF UART v2.0”。i hava large data transmit from phone(androd) to nrf52832。
but when send a package...
I need to save some data on the flash storage. This data will be some structures and I will write, read and modify them as and when required. I am also using peer manager...
Hello
I came across interesting problem I couldn't find answer to.
In my project bss size printed by arm-none-eabi-size is larger than the value that can be calculated...
I'm testing with ANCS example(SDK11.0.0), PCA10028 and Iphone, observing packet with sniffer.
at the first connection,
master sent EDIV( 0x0 ), Rand( 0x0 ), SKDm and...
I'm using an Nrf52 with S132v3.0
I'm using Peer Manager to manage pairing and bonding.
I'm running as a central connecting to a peripheral (iOS/Android peripheral).
I...