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...
I need to be able to actively set the value being incremented in the Timer2 register on the nrf52 (what I believe would be it's main register). It seems that this might be...
HI Noridc
I am developing with nRF5340, and I need to proceed with DTM test to verify the chip in the production process.
I am currently using this routine C:\ncs\v2.6...
Hi, I'm working on a ble peripheral that uses nRF5340, NCS recently upgraded to v2.6.1, Zephyr v3.4.99. The net core is running the HCI RPMsg controller sample as it is. In...
Greetings all. I am troubleshooting an issue on my BLE sniffer setup. While I don't 'think' this is causing my actual current failure (Wireshark not detecting COM6) I wanted...
hardware:nrf5340dk
case: Bluetooth: Direction finding central/peripheral
I modified the code to change the quantization level of the I and Q data received by the receiver...
hardware:nrf5340dk
case: Bluetooth: Direction finding central/peripheral
I added CONFIG_BT_DF_VS_CONN_IQ_REPORT_16_BITS_IQ_SAMPLES=y in the direction_finding_central...
Hello Team,
Just to give you a background , I am working on a project using the NRF Connect SDK and want to run my application from external flash memory. Specifically,...
Hi,
We have a custom board, where we assigned the following pins for SPI4M instance, and the intention is to use it with 32 MHz:
SCLK = P1.15
MISO = P1.14
MOSI = P1...
I'm working on a tracking project using the Icarus IoT Dev Board (nRF9160), which employs both NB-IoT and GPS functionalities. During the project, I encountered an issue where...
Hi,
I am developing the matter example device. I would like to test the connection to Google Home App. I see in the documentation that I should first create a project in...
Hi Support Team
We have got the nRF9151 DK and want to start the development. Could you provide us the nRF9151 specification file and the hardware design reference file...
I am having nrf52833 module where I am attempting to run buttonless DFU for this I have made some changes in ble_app_uart_pca10100_s140.hex and have used
SoftDevice as...
Hi,
I got a brand new nRF52832 DK today and wanted to program it but the USB is not recognized at all therefore the nRF Programmer shows no programming option.
I connected...
Trying to integrate the serial part of the example code for use with a custom nRF52840 board. The problem is that I'm getting an error in uart_callback_set(uart, uart_cb,...
I use `west debug` to start `gdb` for debugging nRF5340DK
when I use `west build` to update the image, I use `load` command inside gdb CLI, the new `zephyr.elf` is loaded...
I don't know if this is a hardware or a software problem. My nRF52832 code runs correctly on a PCA10040 development board (UUID = E9:4A:AF:04:D2:16). My custom hardware advertises...