Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
Hello, guys.
We want to use libuarte - advanced UARTE driver in our current application developed for nRF52840 with SDK 17.0.2.
We can successfully run libuarte example...
I'm using nRF52 DK (PCA10040) <TWI sensor> example.
On line 139, printed result = NRF_SUCCESS
However, the program doesn't print line 142. Instead, the code jumps to twi_handler...
Hi, we just found out a bug in nRF Connect for Android indicates that the phone Sony Xperia L4 supports Coded PHY. Unfortunately, when we try to run Bluetooth: Central Heart...
Hi,
I am currently trying to run the secure_bootloader example given the in the sdk 15.2.0. I am currently having trouble as when I try to send the file, the error shown...
hello Nordic
i am working on nrf52840, SDK16.0 developing on the peripheral app_ble_blinky example.
i am use a pin as input interrupt from other device,
if i does...
Hi,
My application uses the nrf9160dk and I program 3 Zephyr images onto the 52840: (1) bootloader, (2) image1 and (3) image2. There is no SD or anything else on the device...
Hi, I have a holyiot NRF52840 dongle (schematic below). I am able to program it via the swd interface and have BLE examples running (as long as power is attached to VDD),...
I have an application that is running the following setup as a multi-connection (peripheral and central) setup:
I am having an issue when a peripheral (NUS) is sending...
Hello everyone,
I am going to run the mesh DFU example. I found that I must use Python2, not 3 to work correctly. I follow the instruction suggested in this post.
https...
Hello, i don't know how build many project with other configuration. I want to do a lot of configurations.Then for each of them make hex files with one click of a button....
Hi
When I try to build NCS sample using SES (v5.40, also v5.30a nordic edition) it seems to build the project correctly (.elf, hex are generated) But it throws error at...
I am trying to bring up an application that uses the soft device, but not right after power up.
I want to use an application timer to schedule a timeout say 10 minutes after...
My project builds when set to Release, but fails when set to Debug. Here are the last few lines of the transcript output:
1> "C:/Program Files/SEGGER/SEGGER Embedded Studio...
I'm looking to store a batch of data in a large array in RAM and send them all at once later. I start from ble_app_template in sdk examples and add an array. My memory setting...