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...
With nrf Toolbox 2.2.1 on android 6.0.1 (Google Nexus 7 or OnePlus 3T), I try to transfer an application firmware in a zip file UiBoardV0.4.1.zip , generated with "nrfutil...
Hi,
In am using a nrf52832 in a serializated configuration, with the softdevice S132 on the connectivity board.
Is there a way to configure GPIO on the connectivity...
hello,
i have one nrf51 dk and it has some advertisement packet, i have another nrf51, i want this another nrf51 to copy first nrf51's data. can you tell me how to copy...
I stumbeled across a problem with my application, which runs on s120. My case is: I have a S120, configured as a peripheral and I have an Android 5.0 Motorola smartphone....
Hi, I'm trying to install the BLE buttonless DFU template onto a nRF52 (PCA10040) eval board using the secure bootloader example (with s132, version 12.2 of the SDK) via nRF...
We have a new project it is as preipheral. It will support dual bank OTA. We want to use the IC of nRF52832 and use SDK12.2. I want to know which softdevice and bootloader...
I bought new nRF52-DK. I am am trying to connect it to windows 10 system over usb 2.0 mini port. I have installed nRFgo studio and JLink drivers. The problem is nRF52-DK is...
Hi, Nordic
I have one nRF24LU1P, I program app to made it as USB Dongle.
Now I need to disable usb suspend or once USB suspend, app resume usb immeiately.
Could you...
I'm using the SPI Master driver code on the nrf52 using EasyDMA to talk to a SPI slave (Adesto Flash chip)
I can successfully initialize, read, write and read-back from...
I'm designing a BLE peripheral with a custom profile composed by Hearbeat, Device Information and Battery service plus a custom service for device operation parameters configuration...
Hi,
we are trying to develop a BLE keyboard that work with android and ios. We made custom board using nRF51822 and keyboard driver IC with a qwerty keyboard layout. We...
Hi,
In SDK nRf51-SDK_9.0.0.2e23562, I call sd_ble_gatts_characteristic_add().
I set the p_cccd_md read_perm as BLE_SEC_MODE1LV2 or BLE_SEC_MODE1LV3, and set write_perm...
softdevice_enable was executed.
Will not proceed after sd_ble_enable.
I have tried the following ram address.
0x20002128
0x20002080
I use the IAR 7.5 compiler...
I changed the number of byte in one package from 20 to 250, but I used Nordic UART Android app to receive date, it also just can received 20 byte per package, is it passible...
hi
i make spi connection between nrf and lpc1788 . nrf as slave and lpc1788 as master. i got data from lpc but when i send data to lpc nothing send . when using another nrf...