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...
Hello,
I'm looking for electrical parameters in nRF52832_OPS_v0.6.pdf but I didn't find typical impedance values for analog inputs .
Also not found any value for RESP and...
Suppose I defined services (According to nAN36 Document)
#define BASE_UUID {}
#define SERVICE1 1602 // This service send a alert message Id i.e. similar to proximity hex...
hello,
I am working on the example ble_central_and_peripheral in nRF51_SDK_8.1.0_b6ed55f.I can connect the device to master control panel in the computer and discover services...
Hi all,
I am trying to update the bootloader, softdevice and application all in a ZIP package through DFU, and at 99% after upload it stop and throws the error:
...
Dear Engineer:
I am a developer of the nRF51822;Some costomers want to send a large number data over the bluetooth,So they require a high quality in speed;I want to know...
Hello,
I've noticed that it is quite hard to set up an Eclipse development environment and I want to try to make a package of everything that is needed for developing with...
Hi. I want to attach a sensor with SPI slave interface to the nRF52 Preview DK (PCA10036) using the SPIM1 with EasyDMA. Below I have two related questions:
In PAN...
It seems that in SDK9 the APP_BUTTON_INIT() macro has disappeared, and with it the extra argument that determines whether the scheduler is used or not.
However, the documentation...
Hi,
I want to develop one FOB key which will be in TX mode only to transmit a key continuously or at specified interval at ultra low power mode and powered by CR2032 coin...
I'm having really terrible RF performance with a PCB I've designed using a nRF51822 QFAC, Johanson 2450BM14E0003 balun, and a PCB IFA (from TI DN0007: www.ti.com/.../swru120b...
I would like to create a large “virtual” read only characteristic that does not fully exist in memory. I understand that large characteristics are transferred in chunks of...
I am trying to enable a critical section in handler. I need to update a sensitive global variable when a button event occurs, and the fact to enable/disable the interrupt...