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 everyone,
as indicated by this question https://devzone.nordicsemi.com/f/nordic-q-a/35692/adding-nrf52-dk-to-github-mesh-demo-for-thingys/138327#138327 I am trying...
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...
Hi Nordic team,
Very impressive demo posted on the blog zone this week! I'm trying to understand the details and sorry if I ask something what would be visible in the source...
After upgrading to iOS 10, I have been unable to successfully interact with my device using the NUS. I used to use the NUS to communication with the device and retrieve stats...
Hi, my setup is:
nRF52 DK PCA1040 v1.0.1;
Adafruit MAX9814 electret microphone amplifier;
My project concerns about:
Sampling audio from the board with...
Hi,
I fix bug in original code and managed for nRF51822_xxAB. It is bootloader for application based on SDK7.This bootloader is buttonless and application start after 60s...
Hi all,
When using GCC and Eclipse with SDK 13.0.0 to program an nRF52832 with the Serial and ESB libraries, are there any limitations as to where you can put event handlers...
if i set the attr_md.vloc = BLE_GATTS_VLOC_STACK;
how to set the attr_char_value.p_value?
attr_md.read_perm = p_rrthermomter_init->rrthermomter_attr_md.read_perm;
attr_md...
I am working on a BLE project, n i have bought nrf51822 BLE nano chip. but honestly speaking i got stuck in installation itself. i have tried the blinky, HRM examples given...