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...
This is both a general tip for users and a question; does anyone have good success with the LIS2DH12 double-tap feature? The 3-axis accelerometer works well but the use of...
Hello,
my custom board does not have external 32kHz crystal. I have managed to use NRF_CLOCK_LF_SRC_RC in SOFTDEVICE_HANDLER_INIT instead.
My questions are:
...
I have a Custom Board made by using nrf51822 soc but pc is unable to detect the board by using Jlink debugger.
Stlink was able to detect only when frequency selected as 20khz...
Hello dear Nordic Team,
I got a question regarding the device filtering options. I am interested in putting 10 chips next to each other. But every chip shall have only...
As I came to understand, all the services & characteristics are registered in a "GATT table" of some sort, so my question:
What are the functions used to create and...
I want to update the nordic device from another MCU with HCI DFU. I cannot figure out how to write the packet header.
In the Nordic documentation, it is writen to read the...
I want to add micro-ecc library for compiling bootloader secure code.
I tried as mentioned on infocenter.nordicsemi.com/index.jsp .
I am getting error as attached. I am...
Hi,
we use the GPIOTE to get informed if the value of a GPIO pin gets from hi to low.
If this happens, the GPIOTE event handler will be called.
What will happen,...
Hi, I'm using a nRF52 dk board as a switch to control a circuit. The problem is I not sure which gpio can be used to act as a switch to control the circuit. Thanks.
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...