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...
I encountered the following error while building my ZigBee app on a CI (dockerized Linux container), after bumping the SDK from 2.6.1 to 2.7.0.
The part "nRF52840" in...
Hi All, I am using an nrf52832 and using NCS version 2.6.0. I am having an issue where I am trying to initialize and run a thread, but the thread never runs. I have tried...
I want to set the CONFIG_CAF_BLE_ADV_FAST_ADV Kconfig option to make the Peripheral initially advertise with a shorter interval,but after adding some dependency configurations...
hello.
Currently I am implementing BLE Multi advertising in
NCS SDK: version 2.6.0.
I have a question during development through the samples/bluetooth/multiple_adv_sets...
Hello,
I am working with the USB CDC ACM Sample Application from NCS V2.1.0 on nRF52840DK and have encountered an issue when attempting to replace the UART_INTERRUPT_DRIVEN...
Hello,
I am writing to seek clarification on the difference between AT%XRAI and AT%RAI. I was testing the RAI feature using the SLM application (SDK v2.7.0 and modem firmware...
trying to program an nRF51422 chip with Segger embedded studio with soft device
i get the error
"Checking project status Building ‘ble_app_uart_c_pca10028_s130’ from solution...
Hello,
I have a custom board running as a low power node, consuming around 17uA during sleep. When I have messages back and forth, the node goes back to sleep as usual....
Dear support team: Problem description: Use \v2.7.0\nrf\samples\bluetooth\mesh\light routines to download to nRF52840-DK board, after adding it with nRF Mesh app (Android...
Hello,
I have trouble again with TX Power control. This time using Softdevice Controller and NCS2.6.0.
Previous issue which was solved (this was using Zephyr Controller...
I'm working on a Proteus-III module which needs to communicate with the on board UART0. For reasons that I still don't understand, the `uart_configure` function with which...
I would like to test event related functions on nRF5340 DK. But west build failed with undefined reference to `z_impl_k_event_init'. The following are log messages of west...
Hi,
I am trying to connect 4 devices (2 nrf devices + 2 B24 custom modules). Each of them can get connected independently as single device, but as soon as I start connecting...
I'm reading the code of peripheral_hids_mouse project and I want to select some functions to fill my own code.
prj.conf has these two config:
CONFIG_BT_GATT_UUID16_POOL_SIZE...
Hi,
I followed SDK 2.7.0 Fast Pairing example and successfully downlowd to nRF52840 PCA10056 EV board, using VS Code nRF Connect Extension.
Fast Pairing Input Device example...