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...
If no coils are installed in the DCCD, DCC, or DCCH terminals of the nRF5340, is it possible that the bt_mgmt_init() function will return error code -11?
I have run into a problem using the nRF Connect extension for VSCode. I have restarted the program, my computer, removed and recreated the application and nothing has worked...
Hello, I'm trying to figure out how to use the settings subsystem to store bonding information on my central device. I'm confused on how the settings subsystem works. I'm...
Hi,
I have some questions regarding QSPI flash and XIP on the nrf52840. We are exploring the possibility to use this feature by storing graphical content on the external...
hi support team,
1. customer asks about one question about hash in our dfu init packet.
our dfu lib will send init packet to our 52 device, how to use this hash in init...
I am creating a farm using nRF5340 Audio.
I am building and debugging using VSCODE, but suddenly the debugging behavior has become strange.
The symptom is that when step...
I'm having trouble figuring what hex update to flash to my card. I downloaded and unzipped the nrf9160dk_fw_2024-03-13_af2b60d2 file. I opened up the "Programmer" in nRF connect...
Hi Everyone,
I'm currently working on a project where I want to connect a input pin with a hardware counter using PPI. It used to work but I moved from a older nrf connect...
Hello,
While I was handling GPIO interrupts using Zephyr GPIO Driver in an sample that already uses the DK Buttons and LEDs driver, I get that the interrupt callback is...
Hello,
I work on custom device with custom FW, SDK16 S132 7.0.1 and NRF52832.
I have a custom service that have some custom characteristics.
my configuration:
CHAR...
Hello I am using the ST25R3911B on a board with the nrf5340 and the customer is asking for both reader and tag support. Would it be possible to use the same antenna for both...
According
sdk-nrf/subsys/nrf_security/Kconfig.tls - config MBEDTLS_SSL_DTLS_CONNECTION_ID
"The Connection ID extension is still in draft state."
Since March 2022 it...
I believe that the Nordic fork of hostap ( https://github.com/nrfconnect/sdk-hostap ) has a bug in os.h:
typedef uint64_t os_time_t;
The upstream has that defined as long...