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...
Hello,
I am trying to move from ARM Compiler v5.06 to v6.4, but I encounter an error, which I cannot handle.
The project builds fine with v5.06. When changing to v6...
Hi;
I am trying to secure DFU OTA. For that, i am using SDK12.2.0 and done with example file.
Now how to generate this .dat file itself.
Also explain each parameter...
I've been using a HC-05 (bluetooth v2.0) to communicate between my Unity-Android app and my Arduino microcontroller. It's working fine, however, if my prototype continues...
Dear all,
I have been working with a nRF51422 device for about two weeks, and everything went good.
This morning, out of nothing, i got this error in IAR: Warning: Stack...
Hi,
I have disabled the reset functionality of SW5 on nrf52840 PDK by giving the following command
" ./nrfjprog --recover -f" as it is mentioned in PDK document.
Now...
Hi Nordic devzone,
I'm wondering if you guys at Nordic are willing to release the source code for the mbed interface binary for the ATSAM3U2C. The current version of this...
Hello
I have a problem with my code implementing BLE NUS peripheral. Program hangs in the function sd_softdevice_enable. I have tried with external oscillator and with internal...
My previous product uses an empty notification to indicate that a bulk transfer is finished. I attempted to send an empty notification but got error code 0x10 (NRF_ERROR_INVALID_FLAGS...
I'm using the pstorage driver on the nRF51 to maintain several NVM variables. The NVM functions correctly and maintains state between power cycles. However, when I reflash...
Hello to all Nordic jedi masters!
I am using the nRF52832 along with SDK v11.0
I want to have the SAADC generate events only when the converted value is above a certain...
Hi all,
I am using a nRF52-DK board to receive data from the USB port using Serial, and transmitting it using ESB to a second board. If I use either Serial or ESB individually...
The latest rev of the product spec (1.1 when this was posted) includes a table on page 77 that indicates that the System OFF draw depends on a wakeup source (e.g. GPIO, NFC...
while i open ble sniffer , it sucessfully recognizes the nrf51822 ble nano but when i press w to open the wireshark, it shows no packets and in the interface list it shows...
Example ble_app_uart compiled in Keil 5 O.K but the resultant HEX file in the build folder is only 34K whereas the hex file in the hex folder is 335k. I followed the tutorial...