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...
sdk-nrf: v2.7.0
When PAWR is enabled I no longer get connection timeouts as a callback to bt_conn_cb.connected with the conn_err parameter set when attempting to open...
On the nRF51, LO leakage was measured when in receive mode. For 2402~2480mhz, LO leakage was measured at approximately 2745~2836mhz. The nRF52 does not measure LO leakage...
Hi,
I am using nrf52832 board and I want to configure the SPI0 and SPI1 for the sensors LIS2DW and BMP388 respectively.
I am new to nRF Connect SDK for VS code, I am exploring...
I have installed version 5.0.2 for NRF connect Desktop and on that I have been trying different versions of tool chain manager ranging 1.3.0 to 1.5.1 none of them is loading...
To measure the current consumption during system off on the NRF52833DK, I followed these steps:
Cut the SB40 bridge.
Connected a multimeter to P22.
Here's what I...
Hello,
I would like to analyze the nfc_launchapp example from the SDK to understand how NFC tags are recognized.
Specifically, I want to examine the relevant code portions...
I'm using the peripheral AES CCM to encrypt frames on the nrf52832 board but I'm not using the on-the-fly encryption (at the same time as the radio).
I managed to correctly...
I was following this lesson on paring and passkey authentication:
Exercise 1 - Nordic Developer Academy (nordicsemi.com)
Is there a way to get the popup for the pin...
Hello DevZone,
I am using a nRF52840 with sdk 17.0.2 with Windows 10
I am trying to setup a connection to my Windows PC but I noticed data fragmentation and a queue...
I would like to analyze the nfc_launchapp example from the SDK to understand how NFC tags are recognized. Specifically, I want to examine the relevant code portions.
However...
After installing the nRF Connect for VS Code extension pack and trying to access the nRF Connect for VS Code extension, it keeps loading indefinitely. This is halting any...
Hello, we have application based on ncs v2.7.0. We use cmakepreset and cmake for building application. We want to add DFU functionality to our project. We study following...
Hello everyone,
I'm currently using nRf52840 dongle for my project for building communication between nrd52840 dongle and development kit, I'm currently running the C...
I have an array of LEDs on my custom board. One of the LEDs is set on a UART0 RTS pin, which is GPIO(0,5), and we are using ground as common. To avoid any conflicts, I disabled...
Hello,
As mentioned we have a custom board and we are now enabling bluetooth. Given that we are using the nRF5340 we have a custom CPUNET board defined (we just took the...