Nordic \ nRF5_SDK_12 nrf52832 using 2.0 _f012efa \ examples \ peripheral \ pwm_driver, pwm_driver example
Want to set up two road PWM phase is different, for example, the...
I'm using nRF52832 and S132 based on nRF5 SDK v14. I get a error code 4 when I add DFU service refer to the experimental_ble_app_buttonless_dfu . The SDK has changed so much...
Hi,
I'm wondering if I can get current transmitting channel during a connection. So
Is there a way I can directly read current transmitting channel?
If not, is...
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...
Hi,
We have modified the throughput example of NRF5340, v2.6.1 SDK to achieve around 600 Kbps for iOS app. Attached is the sniffer trace.
Can anyone confirm that the data...
I'm seeing duplicate data packets while analyzing our sniffer trace from NRF5340 to iOS app. However, there is no packet loss or any impact on data rate.
What might be the...
Board: nrf5340dk (build board: nrf5340dk_nrf5340_cpuapp) / SDK: v0.16.8 / I'm a complete beginner who touches the nrf board for the first time My Project: max30101 --(measured...
Hello
we have some own created UART drivers which access the UART registers directly.
Those drivers have been working withe the older chip revisions for years.
Currently...
Hi,
I cannot resolve the problem while setting up modem trace RTT logging. I'm also unable to find up-to-date information on how to set this up.
I have connected DK as...
I'm close but this is not working for me yet. I'm trying to send a few hundred bytes from android to my nrf device. So I tried to implement long write where you set prepare...
Hi I've a side request, into the exercise I've to perform some changing into the DK programming interface through the JLink, so the question is how to restore the predefinite...
I am getting an fs_close() -5 error (-EIO) when I write to an SD card using fatfs. I determined this error was associated with FR_DISK_ERR in fat_fs.c.
Additional info ...
Hi,nordic team,
im use nrf52840 develop my product with sdk ncs 2.6.the speed of desktop dfu is so slow,and the speed of configurator channel is also slow.i want to transfer...
Hello. I am facing an issue in configuring ADC for multichannels. I was looking at the Nordic fundamentals course Lesson 6 Exercise 2 .In this example, the adc is configured...
I was working through Nordic Intermediate course lesson 8 exercise 2 - DFU over USB, adding external flash and custom keys. I was using an nRF5280DK. (Sticker: PCA10056 2...
I have been trying to implement a DFU OTA using Bluetooth Low Energy from one nRF52840 DK to another nRF52840 DK using the smp_client_ble ( https://github.com/hellesvik-nordic...
hello.
I am using nRF52820 and nRF5 SDK (17.1.0).
When the fds_gc() function is executed, all bonding information in the pairing area (flash) is erased.
My understanding...
I'm using CYCCNT to time code. Works fine until APPROTECT is set, then after reboot the CYCCNT is always 0. Is there a way to enable CYCCNT when APPROTECT is set?
I'm using...