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...
When I downloaded it, I was prompted as shown below 。
I downloaded it correctly via the west command :west flash --runner jlink.
I have 3 questions now:
1.What causes...
Hello Nordic Team! I'm experiencing unusual issues with GPIO pins on an nRF54L15 custom board. Specifically, P0.02 and P1.03 are not behaving as expected. Button Issues (P0...
Hi Support Team
Our project needs to support the following features: 1 BLE central role, 1 BLE peripheral role 1 PWM, 1 UART, 1 ADC OTA and BLE bonding
Can the nRF54L15...
I've been using the power profiler 2 kit for a couple of years and everything has been working fine - a few days ago I was promoted to do a firmware and version update (which...
Hi Team,
I’m using the nRF5340 Development Kit, and in our project, we have a custom slave device that communicates over QSPI. We’d like to interface this custom device...
Hi,
i acheived writting code that reconnects sequentially with multiple reflectors for my 1 initiator. When i am indoor i had good results, but yesterday i tried it with...
It seems that I'm getting different results reading QSPI flash from the APP vs MCUBOOT, with the exact same configuration. Writes appear to work fine from either, but MCUBOOT...
Hello,
I am new to nRF development. I am going through the nRF Connect SDK Fundamentals course.
I wanted to configure a GPIO on the nRF52833 DK board as an output and...
I thought I had been extremely careful to _not_ brick the device, but apparently I did.
I created a firmware-dfu.zip file, even with appropriate keys, etc. as below.
...
Hi,
I found that the NRF 54l15 can only estimate distance based on channel sounding and RSSI. On the bluetooth website it mentioned channel sounding accuracy being around...
HI
I have been using the DFU APP to create a zip file and update it.
However, this time, when I created a zip file to update and tried to use the zip file in the DFU...
Hi, Is there any resource or sample project to print the thingy:91x onboard sensor values to the serial using the printk? I tried myself with
#define BME680_NODE DT_NODELABEL...
Hi everyone,
We're reading BAT level by reading data from ADC pin and the setup diagram is shown below.
We tested our device at hospital, and we observed significant...
Hi,the Nordic team
I use the SED device by system on mode.I found that my static average power consumption increased by more than 20 ua after I defined an IO port to use...
Hi, Using NCS 3.0.0 it would appear that the function sntp_simple_helper does not work with SYS_FOREVER_MS as a timeout value.
Problem: When we pass this value as a timeout...