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, I read somewhere that the LOG module works differently from printk() and uses a separate thread or so. But I couldn't find any information which priority this thread uses...
Hi there,
I am currently having issues flashing an nrf52840 DK on windows 11 using either west for a Zephyr project or nrfjprog. I have successfully done this on a work...
Hello,
I am designing a custom PCB using an nRF5340 and am unsure what my options are for how to program it.
I've seen a number of forum posts saying that you can program...
I've been working for a year now programming nRF5340 DKs using nrfjprog and I still can't seem to figure out what is the right way to program them. It is also very random...
Hi, I am working on the nRF5340, We will be using the nRF5340 for the device that we are designing.
How to do the very first production DFU/First firmware upload,.
I...
I have a device nRF5340 with multiple advertisers who have different services.
I differentiated the address with bt_id_create(), but I would also like to differentiate the...
Hi,
I'm creating a new ticket for a questions asked a few years ago:
I'm in the process of also developing an app to send some data I've collected from nRF Cloud to Android...
Hello. I'm completely new to nRF cloud. now my iot device is successfully sending the data to the nRFcloud.
now i'm building an android app and i don't know how to get that...
When i call the custom-code certify() function inside my code in a secure partition i can build the programm, but after clicking flash/running the secure uart-output prints...
Is there a DTM sample for the nrf52dk_nrf52832?
I see the sample supports nRF52840 and higher according to the docs.
I tried selecting the nRF52dk, and everything compiles...
Hi,
As well know, there have a nrf_delay_us() function can execute very short delay time, but the function can only "delay".
If I want to create a 1 microsecond continuous...
How are the 28-UFBGA pin assignments translated to numbering used to specify I/O pin numbers in the code. Is this as simple as P0.0 => 0, P0.1 => 1,...? I have seen similar...
software:ncs2.5.1
chip:nrf5340
hi professor,
I want to use dtm to test blue RF. After i compile dtm example by vs code and download merge.hex by nrf connect sdk programmer...
Hello,
I am experiencing an issue where ble_nus_data_send returns a value of 0x08. I would appreciate any advice on how to resolve this error.
Symptoms: The device ...