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...
Been trying to code the nRF52805-CAAA-R7. The problem is that the IC is not getting detected for programming using nrf connect. Is this the problem because of WLSCP package...
when setting the fetching code this type of output is coming i.e board is resetting continuously and also Iam taken the lsm6dsv16x drivers from browser
I'm planning to replace some parts of my circuit with nPM1300. Heres my existing circuit. USB micro -->> lithium ion charging chip---->> Battery--->> Mosfet switch with push...
Hello
I have a project, where I need to have NUS-BLE with firmware update functionality and openthread.
BLE and NUS config:
FOTA config is:
Thread config is: ...
I'm struggling with SDKConnect and the device tree stuff... and finding it hard to get good examples or docs TBH
So, I have the sample dts files for the nRF5340DK, which...
Hello, I have a problem with the bluetooth connection to a Samsung s21. It connects for like two seconds and then disconnects immediately. Then tries to establish a new connection...
In build configuration i need to select nordic board . i have been using fanstel bt840 use nRF52840 QIAA, ARM Cortex M4F, 64 MHz . what board i have to select in this ? or...
Hi I am trying to interface QSPI with NRF5340 dk board. I am getting build errors. I have used SPI-FLASH sample and it was working fine and I am trying to change the SPI-FLASH...
Hi,
in the new version of nrfx there is a function (nrfx _uarte _rx _new _data _check ( &uarte _instance ) , and how to get a similar result for the older version of nrfx...
We are working on a project, with a working secure buttonless bootloader that works flawlessly. However I recently made it with bonds, and it works with all of the devices...
I'm experimenting with the Bluetooth Throughput sample in NCS v2.6.1. As I increase the distances between devices, I see strange gaps in the transmission from the Central...
Hi,
We are working on integrating nRF-Mesh-Library (iOS and Android) sdk into our app for mesh networking, it should support identifynode, provision, add app key and add...
I found a similar thread, but it did not solve the problem. When CDC-ACM is enabled in Device Tree, the dfu-util application cannot find the USB port. The Bootloader started...
Hi everyone
I am using nrf52840 costume board. and using NUS ( Nordic Uart Service ) as the basic start sample.
My desire:
1. UART0 and UART1 work in async mode with...
If I enter the prj.conf settings according to the lesson text then the firmware crashes with different provisioning functions from the smartphone app such as forgetting a...