When I build my first blinky sample, I met a error and correct it with ( https://devzone.nordicsemi.com/f/nordic-q-a/120279/update-to-ncs2-9-1-compilation-error/529668) ....
Hi,
I'm working on an nRF5340 + nRF7002 project using Zephyr RTOS , where the device enters low-power sleep and wakes up on a hardware counter alarm ( counter_set_channel_alarm...
Hi,
I have one application that includes one basic BLE services such as one Custom service, ANCS, DFU and NUS.
I have a custom board with three i2c sensors, and one SPI...
We are looking for a microprocessor which will be integrated with health sensors, bluetooth and other modules. We found that nRF52840 was a good option, requesting suggestions...
Hello, I’m testing a circuit built with the nPM1300. When connecting or disconnecting power via USB-C, noise is generated at the circuit's button, causing unintended signals...
As subject, I want to build a NCS demo at console, but always report error:
C:\ncs\v3.0.0-rc1\zephyr\samples\basic\blinky>west build -b nrf52840dk/nrf52840 -- west build...
I have problem with i2c that can't read the cst816s, its always return log message `<err> cst816s: failed reading chip id` and `<err> cst816s: Could not read x data` when...
Hey.
I have a code for processor nrf51422 which compiles using a makefile. However, I decided to import it into a segger - with which I have no experience. For this I used...
Hi ,
I am just unable to find the FW ID for SD v7.0.1 anywhere.
I am using SDK 16.0.0 and SD 7.0.1 and would like to create a DFU package. Any of you know what is the...
Hi there,
I am trying to transmit data with high MTUs via pc-ble-driver-py. The data is sent from an nrf52840 with own firmware.
After the bug in nrfutil was fixed,...
Hi,
im trying to turn on LEDs on my custom nRF52 board. Im using LEDs on 13,14,15 pins. I config pins in pca10040.h to my LED pins, but they dont work. Also if i try to...
I am trying to set up multiple ble diagnostic type services for different sensor devices, from a single nrf52840. The services share a common base id and some have the same...
hi! I'm trying to use the following to configure the GPIOs in nRF52DK for the LED blinky.
nrf_gpio_cfg_output(pin_number)
But I'm not sure what number should I use for...
Hi Nordics,
all the examples provided for searching for advertising peripherals use some sort of filter ( NAME, MAC, UUID, WHITELIST etc) . My questions is: Is it possible...
Hello Nordic Team
I m working in BLE project .
1)I want to get list of scanned devices .
2) I want to store the scanned devices in array .
3) I want to connect with...
Hi everybody
I use the nrf52 SDK (nrf5_SDK_15.2.0) to develop the IoT application of BLE. The IoT device acts as the TCP server and the BLE gateway acts as the TCP client...
Hello,
What is the least version should I buy to for nRF52732 software development.
Keil offers Essential and Professional versions, but the price doubles for Pro.
Our...
Currently I am developing application which run on nRF52832. In this application I have to decode and encode messages using RSA 2048-bit keys pair. Currently I am using ARM...
Hi,
I just want to know if this is an expected behaviour of the Softdevice. I have a central that scans every 2 seconds for 1.7 seconds (leaving 300ms for connections...
Hello,
I am thinking to use nRF52840 EVK for our project. I am supposed to use Katalon ( a tool for test automation) and Katalon works with Java. Hence, I will need a Java...
I have an existing setup, where firmware is transferred to a nRF52832 over a BLE USB dongle PCA10031 (V1.1.0) and nrfutil. This setup has been automated on our CI system/tools...