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...
new uses SDK 17.0.2, SD 7.2.0
old target used SDK 15.2.0 and SD 6.1.1
Attempting to update BL, SD, and App over DFU.
1. If merging all new BL settings with SD, BL, and...
Hi,
I am using nrf connect SDK and compiling nrf5340 examples.
I want to implement a security related example in nrf connect SDK.
Can you please tell me
1. Security...
Hi,
I am trying to open serial lte modem app to evaluate power profile on thingy91. i am using toolchain manager (v1.4.99-dev1) to open Segger Embedded Studio.
While building...
This compiles with warnings and the value always comes back as 0
#define SW1_NODE DT_ALIAS(sw1) #if DT_NODE_HAS_STATUS(SW1_NODE, okay) #define SW1 DT_GPIO_LABEL(SW1_NODE...
Hello,
I have a application on a nRF52840DK as central. The code is based on the ble_app_uart_c example.
I need to send a lot of data through UART into the serial port...
I have followed various advice to create an SPI/I2C driver an own-designed device using the bme_280 example as a model
As this could be either SPI or I2C I put both configurations...
Hi all,
I am currently working on a project which uses the ble_app_uart_c example. I have a nRF52840DK as central. The central receives NUS pakets with a average data rate...
Hi,
my case: I try to send as fast as possible data to smartphone. Bluetooth hvn_tx_queue_size = 20.
But if I'm losing connection to the smartphone, data packages are...
SDK- nRF5_SDK_17.0.2_d674dde
SD - s112_nrf52_7.2.0
Hi Team,
I have configured a gpioTE and the Interrupt priority is set 6. (#define NRFX_GPIOTE_CONFIG_IRQ_PRIORITY...
Hello
We're a startup company focusing on innovative smart home and security technology solutions, evaluating our way into beacon/locator design to support BLT 5.1 capabilities...
Hello,
currently I am working on a multilink project. I have a nRF52840DK as central and 4 evaluation boards (BMD-300-EVAL, contains nRF52832) as peripherals.
Code Central...
Hi,
Looking at Readme in NCS Zigbee sample NCP, it says "You can change the communication channel from the default UART to nRF USB".
Similarly, after enabling multi-protocol...
Hi,
I have an nRF91 Thingy that arrived last week but it's not operating as expected. I've downloaded the latest version of NRF Connect and I've been following the get started...
Hello,
I am a beginner student and I think this is the kind of misunderstanding on my part. I program on the Thingy 1.4.0 with the SDK 1.4.2. I create my own project to...