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,
We have a blue tooth mesh application similar to light and light-switch setup.
server nodes: light
client nodes: light-switch
We expand the light-switch node to...
Hello, I have developed a bluetooth device starting from the BLE HIDS keyboard sample. In this sample the only way to connect to a new device is to disconnect from the central...
I have two project configurations one for debug and one for release. Dependent on configuration I want to select pm_static_board.yml or use default flash layout.
For this...
Hi,
I’m exploring options to externally power the Thingy:91 while isolating it from the battery. I noticed that the board offers three external supply points: P3, P4 and...
My project:
FreeRTOS
SDK 16.0.0
Simultaneous Central + Peripheral Role
My test case:
device advertises and connects to a central
device performs service discovery...
Question about dtm testing of the nRF54L15
I noticed that the nRF54L15's Radio supports 4M mode, and I would like to use the Wireless Connectivity Teste with the DTM firmware...
Could you pls explain what to do in the following case: The mobile app was inactive for some time and the IV index of the network went high for example 3, but the mobile was...
Hi, I am conducting range testing with two nRF54L15 pdks using the Extended Advertiser and Extended Scanner sample code. One as an Advertiser and the other as a Scanner. ...
Respected Sir/Ma'am,
I am developing my Final Year Project using nrf52840 dongle, without DK. For programming, I am using NrfConnect for Desktop. I was testing different...
I am using all of the latest software/firmware as of the date of this message.
Lesson tells me to follow a link to "flash" the Thingy:53. Got to the point where the following...
Hello Team,
We need to help our client’s Matter over Thread product quickly pass the Matter certification test. What should we do to expedite the process? Do we first need...