I have so many versions of this topic that I now am certain that most of the answers provided are wrong. Since you cannot have so many ways of connecting an external nrf device...
Hi,
This is actually a follow-up to my previous question here: devzone.nordicsemi.com/.../publish-timeout-handler-of-one-model-called-during-publish-timeout-handler-of-another...
Hi to all Nordic product lovers,
This is not a question but rather an announcement of a new nRF52840 based finger tip size module 14 x 9 x 1.6mm launched at CrowdSupply...
Hi,
I have a SPI slave device which outputs 8-bit registers that I have to assemble. For example, I receive two 8-bit registers, a high and a low register, which I have...
I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
A makefile project using SDK 15.0.0 that compiled under GCC 7.2.1 no longer compiles under 7.3.1 with these errors:
../../../../../../external/segger_rtt/SEGGER_RTT_Syscalls_GCC...
Hi
I am trying to run the light_switch example, following the steps provided in this link . I have one Development board and 2 custom boards. It asks for Segger IDs for...
Section '5.2.1.1 Sleep' of the nRF9160 Production Specification v1.0 identifies SLEEP power with no RAM retention. My application will require partial RAM retention during...
Hi
I am trying to start development with Bluetooth Mesh. As per the documentation here , I have installed nRF Command Line Tools. While running the python script "quick_start_demo...
Hello All,
We have a custom board with nRF52840 and I believe, we have problem with the HFCLK.
We are trying to test our board with the ble_app_blinky example and it works...
I use Nordic 52832 as the master-slave machine with pairing and binding at the same time. I can get all paired peer_ids, but how do I know if this is a pairing binding when...
I am using nRf5 SDK v12.2.0 for nRF52832 based custom board.
Let me know, How can i build SDK example with Keil uVision ?
What should be pre-requirements for it ?
Hi, we're looking for specific products but are having a hard time finding them, especially Long Range versions.
- beacons that use the 52840 for Long Range (something like...
We plan to use 2x nRF52840 in our new product design, and want to know if they can share a common 32kHz crystal. From the following discussion it appears to be possible, but...
Which is the preferred way, accessing sensor via the TWI
1) NRFX_Driver
2) TWI HAL
what options do I need to select in the SDK_CONFIG.h to use the twi_driver api.
Hi all,
I know this question has been asked before, but a long time ago.
Is there any emulator for the nrf51 that I could make use of? I've tried using QEMU , but...
I have a peripheral and central units, both based on nRF52832.
Both of them have to be able to initiate a messege to the other at any time.
Both of them have be able to...