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...
Hello,
I am trying to convert the twi_scanner into a PCA10056e project following the conversion doc from nordic . This was the downloaded example for the TWI scanner and...
Situation: I'm using a nrf52840 with the nordic sdk 15.2 acting as a Gateway ( Ble Client). On the other side I have four nrf52832 (sdk 15.2) acting as servers. My software...
I am trying to light-switch test different features in my app to see if I can save some memory, and I found that the examples\peripheral\cli example won't compile if I turn...
The bluetooth of android APP is easy to disconnect (we make smart door lock products); The product is delivered to the customer. It is easy to disconnect and not connect with...
Hello,
I learnt about some resource pre-allocation in the datasheet, e.g. ppi, or API documentation, e.g. app_timer rtc1. I see the SDK drivers are trying to take care some...
SDK16, S112, 52810. I have DCDC set up and external 32.768 crystal oscillator on my board.
Here is my code part:
main()
nrf_power_dcdcen_set(true); nrf_delay_ms(100...
Dear ,
Follow the previous ticket, https://devzone.nordicsemi.com/f/nordic-q-a/59034/agps_thingy91
I am trying to use asset_tracker : https://github.com/NordicPlayground...
I am writing an application on a BLE chip that will transmit high volumes of data to an Android phone (520,000 bytes / second signal).
According to some tests I've seen...
my board uses 51822. I am using 52DK to debug it. I have plugged my board with 52DK as following:
RX -> p0.08
TX -> p0.06
My question is, when I init UART in code...
Device: nrf9160 (dk and custom board)
sample application : MQTT simple
segger studio (nordic version): V4.42a
There are 2 main issues:
1) in the main.c file, Segger...
Last time I used it, it worked fine, it's been sitting in a drawer for some time since then.
When I tried to use it now, i get this error - even though I can read the...
Hi team Nordic,
Looking in the nrf53 datasheet, it seems like the PDM clocks are the same (peripheral) as the nrf52, is this correct?
You usually wanna run the newer high...
Hello,
I am using an nRF52840 on a custom board, and I want to add the workaround for Errata [87] Unexpected wake from System ON Idle when using FPU . However, the the...