Hello,
I am writing an iOS code using Swift3 to connect an iOS10 device to nRF52 pca10040 and blink an LED. The nRFConnect on iOS can easily connect using the device name...
void in_pin_handler (nrf_drv_gpiote_pin_t pin, nrf_gpiote_polarity_t action)
{
nrf_drv_gpiote_out_toggle(PIN_OUT);
}
This function work with interupt event (push...
here I have a very strange problem. I m trying to send the data(1 byte) from slave to master,and I have to use the multilink demo because I will have 2 slave devices.
The...
I'd like to erase all the pages managed by FDS as part of a "Hard Reset" operation. fds.c has a hint of a "FRESH_INSTALL" directive (part of an enum defined in fds_internal_defs...
nrf51822
SDK v10
SD S110 v8
hello!
My pj is about ANCS+nus+hid mouse sevices.
If my borad had bonded with an iPhone,then download new hex from mdk ,and run.
...
Hello.
I would like to develop FW for the nRF52832, using Eclipse IDE + ARM GCC + Segger JLink OB.
I've seen on the segger webpage that the nRF52832 is a Cortex M4 processor...
When using app_timer through scheduler, a break and go will overflow the event queue if a timer is a repeat timer. The effect is that it's not possible to debug.
To work...
Hi,
I have an Adafruit feather nRF52840, and try to program it via a Nordic DK (through the connector Debug out). It is possible to flash the feather when I use a devicetree...
Hi support team,
I'm currently developing a project for a custom board with a nRF9160 chip and with nRF Connect SDK 2.9.0 and Zephyr 3.7.99 using VS code with nRF connect...
Hi, I'm implementing the DFU for the nRF5340 MCU and now need to set my private keys to be able to sign firmware files.
The issue is related to the Signature key file specification...
Hi,
The nrf connect for desktop extension in VS code is not loading anything under welcome, when I try to open the documentation or any other nrf related command it says...
Hello Nordic Engineer,
I tested the mesh functionality with one phone and the 52840 DK, and the DK is running the official mesh_light example. It worked successfully,...
Hi
I have a fully functional addressable LED driver interface using I2S + app_timer. This code has been functional for a long time by itself.
I just added the SAADC example...
First to contextualize my situation, I am in Brazil, more specifically in the city of São Paulo. When the development kit arrived, I immediately did the recommended initialization...
I am trying to send data from icm20948 sensor from the sensor node to the observer node using ble mesh. Due to the data from icm20948 is too large (9 uint16_t, 18bytes) for...
Hi Nordic community, I have received nRF7002DK device and trying to make it work on v2.9.0 sdk. I'm working wifi sample project,successfully building and flashing in the device...
I have installed the nRF Connect SDK, with both the toolchain and SDK set to version V2.9. I selected the nrf54l15dk board for development, but I do not have a physical nrf54l15dk...
Hello ,
I have taken reference project which use all leads and buttons of Evaluation module NRF52833.
I want to create overlay file for this project and remove few led...
Hi Nordic Team,
The OpenThread API function otCryptoAesCcm() is not working after updating to NCS v2.6.0.
Setting CONFIG_OPENTHREAD_NRF_SECURITY_CHOICE =y seems to...
Hi!
I'm using some common bootloader code for different devices. One of my devices is a bit different, with an LED library that caused me to increase the BL size in the...