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...
Hello everyone:
I would like to make nrf52810 as a beacon.
My problem is how to make the beacon can also scan the RF channel-38 after advertising ?
Which softdevice...
Hello,
I'm setting up a dev environment on a new machine. I installed SEGGER Embedded Studio v4.52a and nRF5 SDK v16.0.0 and nRF5 SDK for Thread and Zigbee v4.0.0. For the...
Hai ,
In my application need to merge peripheral and central of app_blinky example.
1. My pheriperal part of NRF52840 is always connected with my client third party( ESP32...
I have created 2 custom services and its characteristics
one service has 3 characteristics and another service has 6 characteristics.
my issue is when I'm trying to notify...
Hi,
I'd like to update firmware on my nRF52832 panel with my update flow (only the application; the bootloader and softdevice will be unchanged). I can load the new firmware...
I cannot step through source c code, only disassembly. This only applies to custom source, such as main, that appear not in the SDK file folder but the code that resides in...
Hi,
We are developing an android application using nRF51422 to connect the BLE device, discovering characteristics and sending commands to the device. Here we are facing...
Hi, im working with the Arduino Example called pingpair ack. Sometimes I get this "Blank payload". ¿What does it means? The message was correctly recieved?
Sometimes I get...
Hi!
I'm not good at C and microcontrollers programming. Could somebody clarify, if nrf_rtc_counter_get interrupt safe? It just reads value from rtc register->COUNTER (24bit...
Hi,
When I enabled NRF_BL_DFU_ENTER_METHOD_PINRESET.
The 52840 Dongle into the DFU mode every time hardware power reset.
Use other DFU enters method does not have this...
There are so many references to this, and so many versions for each DeviceFamilyPack, but literally not one mention of how or where to install this.
Can someone help me...
Hi,
I'm using two nrf52 dev kits and the ble_app_uart & ble_app_uart_c examples to test a BLE link that would ideally be able to hit a 1Mbps throughput. I am, however, very...
I am scanning beacons data in ble central profile with gap scan parameter
static ble_gap_scan_params_t const m_scan_params = { .extended = 1, .active = 1, .interval = 0x640...