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...
I need to append another binary-file (image.bin) to the generated bin-file from my own nRF makefile Project in Eclipse with Cross ARM GCC. My research showed me several possibilities...
Hello,
I have a standalone application which incorporates 3 public BLE services and 2 services with custom UUIDs.
Today I tried to extend the buttonless DFU example with...
Hello,
I have installed Ozone (V2.22g) on Kubuntu (16.10 64bit) and attached a nRF51DK via USB. I can successfully run a test program using nrfjprog with the following...
Hi,
I'm not sure if I understand the new reference layout correctly. There are new NP0 12pF capacitors on pin 25 and pin 26 to suppress the spurious emission, but are they...
I'm trying to flash the nrf52832 with a SWD debugger called Atmel Ice . As a reference, I have the Laird BL652 dev board .
I was planning on flasihg the nrf52832 by using...
Hey,
Could you please explain, in your reference designs, why you suggest to use solder mask clearances that cannot be produced?
0.045mm is not possible produce and...
BLE_Nordic.zip Hi,
We are a couple of students trying to implement NRF8001 in our project, we made a SPI setup on our Atmega328p to communicate with the NRF.
After sending...
How does a multirole component behave if it is set to continous scan and advertising every 400 ms? This is pr. definition a contradiction!
My question is whether it is...
hello, i am implimenting ir with nrf24le1 but after adding the transmit.h,transmit.c nordiac_common.h and lib_ir_common.h the code is compiled successfully but it shows this...
Before(SDK11), I enabled uart and used printf function to print out log message to UART.
But, in SDK12 I can not see printf message. But, app_uart_put is working.
Where...
Hi
I've to provide support to an old project created with SDK 6, under GCC and Eclipse platforms. I've never had problems when creating the HEX file to be used on DFU service...