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 everyone!
Setup:
Currently, I am using the nRF52840 DK board to evaluate neural network models directly on the nRF microcontroller. To measure the power consumption...
Hi!
I'm using an external flash (SPI NOR) to store the secondary partition slot of MCUboot. According to datasheet, the SPI NOR chip in use supports 4KB, 32KB and 64KB paging...
I am having a problem to get the board to do DFU without entering the bootloader mode. Furthermore, when the board entered bootloader mode, it showed only a single slot with...
Hi, In our custom board, currently we using SWD with segger J-link for DFU Is there any another option except segger/dev-kit ? Can we do DFU through USB/UART ?
I am trying to setup visual studio code with nrfConnect extension on MacOS 14.6.1 running on apple silicon.- After installing the extensions, I am not seeing the welcome menu...
Hello! I'm trying to connect to a peripheral Bluetooth device with the device information service using version 15.3 of the nRF5 SDK and a nrf52832. When I connect to the...
I am modifying the download sample from nRF SDK v2.6.1
I have been able to modify the download URL and download files off my own AWS S3 service. I have been trying to use...
I'm looking for the quiescent current and efficiency of REG0 DCDC under the conditions of 3.0v ≤ VDDH ≤ 4.2v, VDD=1.8v.
This is to determine if external regulation using...
I have a SparkFun Pro nRF52840 Mini that I am trying to flash with a simple Hello World program. I have the SDK setup in Visual Studios, created the custom board configuration...
I have this code developed for nRF5340.
Basically it scans for BLE advertisements based on the filters added and transmits the packets through UART.
Now for certain reasons...
Datasheet sampling rate is 100Ksps, but for me PPK2 always returns:
16384 bytes in ppk2_test.get_data() (one sample period)
4096 analog samples in ppk2_test.get_samples...
Hello Nordic,
I want to power down (at the lowest power consumption state as possible) all the peripherlas.
Already checked below ticket.
Below ticket also referenced...
hi,
I use softdevice s140 and nrf5_sdk_17.1.
I import time sync demo from here ( github.com/.../nRF5-ble-timesync-demo) to my project.
My first usage version:
* nrf52...