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 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...
Dear.
Now Im testing the nRF24L01 to develop a module.
Using this, I want to know the receive power.
nRF24L01 has a registef to use similar function. Register...
Hi,
I'm trying to write firmware for the nrf52840 that reads from a sensor and then sends data to a PC over BLE. Ultimately, I need the BLE link to achieve ~ 1.1 Mbps throughput...
Hi all,
I observe a connection supervision timeout (HMI error code 0x08) in my Nordic firmware with certain Android smartphones (controller).
Additional info regarding...
Hi. I'm just wondering if Nordic Semi engineers have done any tests with standard beacons (any particular beacon interval and test condition) application and compared current...
Hi teams,
We made BLE mesh custom boards based on nRF52833.
These nodes are configured to send broadcast messages for every 10 seconds.
Currently, these boards uses...
Hi Sir,
We would like to use the Radio test to do the basick TX/RX test in SDK 15.2
We use the nRF52840-DK for test and follow the CLI document .
1. We use two board...
Baud rate 460800, error code NRFX_ERROR_INTERNAL(1) occurred when the serial port received data。
I want to know how to avoid this problem, the current transfer rate is less...
Hi
We need the recv() be blocking until the full amount of requested data can be returned or the operation was timeout, how to achieve this?
I tried flag MSG_WAITALL but...
Hi. Can anyone think of a way to use the nRF52832 (probably Timer) to detect approximately 125KHz-150KHz variable square wave down to about a 1Hz resolution? I'd like to detect...
Is there any example for Directed Advertising? I'll design my NUS central and peripheral use Directed Advertising, because I would like to have other bluetooth devices connected...
I use this code below mentioned in this question https://devzone.nordicsemi.com/f/nordic-q-a/26030/how-to-reach-nrf52840-uarte-current-supply-specification
This can reduce...
Do you have any recommendations, tutorial, blog, or getting starting guide for a developer wanting to use Mesh and BLE on the same node? Any information would help. Does one...
Hi,
After long use of BLE communication I sometimes get return code 8 from sd_ble_gatts_hvx.
My questions:
1. This return code is cryptic. Is it associated with defined...
I am trying to configure the CryptoCell on an NRF52840 to use AES-CBC encryption with PKCS7 padding. When I call the following function, it returns SASI_AES_ILLEGAL_PADDING_TYPE_ERROR...
Board: nRF52833 DK
Version: 1.0.0 PCA10100
SD: s140
Env: Segger v4.52 (installed on 5/10 via Toolchain Manager)
Hello all...
I'm running into a problem with the...