This question has to do with the observed "recursivity" of the calls to "app_sched_execute" in SDK13 as described in the previously asked question below:
devzone.nordicsemi...
hi.
How do i do ble_app beacon advertisement to one device(Android phone) whose bluetooth address is known ?? I want that beacons should only be seen in nrf_connect app of...
why use 50ms and 400ms connection interval for testing the maximum data throughput(2M,247byte payload)?
Because 50ms can only send a pdu , and 400ms can send up to 8 pdu...
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...
Hello, I am using the peripheral_lbs example project and build it for nrf21540dk_nrf21540
I also added CONFIG_SERIAL=n, CONFIG_UART_CONSOLE=n for disabling uart.
But still...
Hi all
I currently have a project where i send and receive commands over UART to another chip. When i receive a message over UART, a callback is triggered and I continuously...
I am having difficulty getting the nrf_regulators_system_off function to work correctly on newer versions of the Connect SDK.
In earlier versions v1.3 and such, the call...
Hi, Wanted to report an issue with iOS BLE transfer speed being lower than expected on nRF5340 (nRF connect SDK) We tried to get the same throughput on BLE as nRF52840 and...
Description: I need to create an SBOM. Currently, I am using NCS SDK V2.7.0 and Visual Studio Code Version 1.93.0. I want to use the example peripheral_uart to create the...
I'm developping an application on the NRF52833 chip with DFU using BLE
I havn't deployed a lot of thing in my software and I was surprised to see that my software doesn...
I tried using the 'externallib' sample with toolchain 2.7.0 and SDK 2.6.1, and it works fine.
However, if I add something like #include <zephyr/kernel.h> in 'mylib.h'...
Hi Nordic,
I am using modem nRF9160 to send a couple of bytes to my server. However, I have a problem with the PDP context. More particularly, when the PDP context is...
Hello, I have combine mouse with keyboard HID_12 and keyboard with media HID_23, but not able to combine mouse with media and all 3 together! Here are my HID_12 and HID_23...
I developed a project that using static passkey to pair and bond with nRF SDK17.
It be fulfilled by the follow way:
However,when I turn to NCS,I don't know how to...
Hey,
We've been using the pynrfjprog HighLevel API for our production programming, and I see that's now deprecated. There aren't any examples showing how to program the...
I am developing a keyboard using "ble_app_hids_keyboard" of SDK17.1.0 version. When I look at the log during testing, "High Duty Directed advertising" appears repeatedly and...
I'm working with an nRF5340-based custom hardware setup that includes an audio codec and a microphone, and I'm testing LE Audio functionalities. My setup involves running...
Hello,
We use nRF5 SDK v17.1.0 (soft device S140 v7.2.0) and it works well except that when receiving many message over bluetooth the device reset due to memory being full...