Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
The question was asked here:
devzone.nordicsemi.com/.../
But not really answered.
Is it really necessary to buy a Dev Kit?
Isn't it possible to obtain a Key without...
I have problems with sometimes loosing ACK payloads from TX FIFO for RX device.
My algorithm is:
config channel and other settings
clear status and FIFOs
upload...
This article:
atmosphere.anaren.com/.../Android_Issues_With_Bluetooth_Low_Energy
describes an Android issue that they worked around by "send[ing] a second latency request...
Can anyone at Nordic comment on the availability of the nRF52 in a BGA package? Will it come into mass production at the same time as the QFN or some time after?
Hello,
I run the /examples/ble_peripheral/ble_app_uart application on a PCA10028 using the S110 soft device.
My phone is the motorola G, updated to the lollipop android...
Hello,
I'm working on the PCA 10028 board with nrf51422 with the RTX os (version 4.74.0-5).
My code fails after some time during a call to
osMailAlloc(mq, osWaitForever...
Hi All,
I've happily done all this work before on the Nrf51822 with boot loaders and apps and a happily deployed product.
Thought it was time to shift over to GCC on...
Hi Team,
about power on reset time, not very clear about the description in the SP3.1 as in the attached picture,
why the description are the same?
what's the difference...
Hello,I use s120 and I wnat to send data(write charactheristics value) to all connected peripheral when I receive a character from uart(in uart event handler)?(I use ble_app_multilink_central_s120...
I am connecting to two identical devices, but one is configured as device 'A' and the other is device 'B'. I am currently advertising whether the device is configured as A...
In porting from SDK6 to SDK9, it looks as though
nrf_gpiote_task_config()
has been replaced with
nrf_gpiote_task_configure()
What, if anything, has replaced
nrf_gpiote_unconfig...
I'm using sd_ble_gap_address_set() to randomize mac address and it's working fine. But I'm confused about how to change it back to normal(initial value I see) once I wan't...