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...
Hi there,
In Zephyr 3.6.99 I see a promisive function to make sure that the logging buffer is flushed at a certain moment of time: log_output_flush . It is using a pointer...
I am trying to use the following example, hci_pwr_ctrl . I have tried using the example just as it is but i keep getting errors when trying to build as can be seen in the...
I have a custom board with an I2C connected sensor ADXL345. I have to do GPI/O initialization to select the I2C. This works because I can read the ADXL with custom I2C commands...
Hi
I am using nrf52840 in my custom board. I have a gpio button which is assigned for as a factory reset button. So when i press the button the whole board needs toi be...
Hello,
we are looking to develop multiple BLE audio source which sends the mic data to the receiver and the receiver receive the audio data from multiple transmitters...
In my design, I aimed to isolate the USB interface. To achieve this, I used the Analog Devices USB isolation chip, ADUM3160BRWZ, to isolate the connection between the PC and...
When I need to switch between 1M and 2M
I create an object of the type bt_conn_le_phy_param and fill in the parameters appropriate to the radio mode I want, and then I call...
Hello,
I would like to know if the nRF9151 is suitable for building a product that will be able to monitor (read) multiple pulse signals originating in utility meters (electric...
We are using nRf5340 and nRf7002. In our application , we are connecting wifi and goes to ksleep for few minutes.
After wake up from the sleep. wifi is not reconnecting...
Hello all,
I ported an old nrf5 application from SDK 12.3 to SDK 17.1. It uses S112 7.3.0 and FreeRTOS. Unfortunately I am getting time variant softdevice hard faults at...
While testing nRF FOTA download library we noticed that it supports only one image update at a time (download image, then reboot).
Irrespective of the image (either application...
Hello, I just upgraded from SDK v2.5.0 to v2.7.0 and now I have a problem updating the bootloader.
In my project I have b0, the mcuboot (in s0 and s1) and the application...
Hello, I followed Getting started guide for the nRF54L15 PDK ( Getting started with the nRF54L15 PDK (nordicsemi.com) ) and bumped into a problem when i try to build "hello...