Software and Softdevice: SDK 12.3.0 keil5
Platform: Windows 10
Hardware: NRF52832 DK
I am trying to combine WDT and FATfs together. But once I have both of them, there...
I am trying to get a good handle on the difference in average power consumption between BLE point to point and Zigbee on an nRF52840. We have battery powered products and...
Hi, For my project, I need to design a BLE packet sniffer which scanning the 40 channels. Therefore, I need 40 dongles are connected to a computer that can read and transfer...
I am writing code to get a nrf52840 DK to associate with an existing 802.15.4 coordinator using the 802.15.4 API module within SDK 15.2.
I've called "mlme_scan_req" and...
Currently, I am able to use Mqtt Publisher or Subscriber with only one Nrf52 device. I can ping to the device with link-local address.
I am using Nrf52832 with SoftDevice...
Hi everyone,
After days of figuring out how CMake works, I try to write a CMakeList.txt myself, and decide to put my progress on this community. Right now, using CLion with...
i am using nrf 52832, i got SAADC example code from sdk. that code done by using timer. i could not understand timer section. Is available SAADC simple example code without...
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...