Hi
After each connection, I should press Alt-A.
Is it possible to add a feature so the advertising will restart automatically after the connection is finished?
Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Hello Dev Zone.
thanks for watching mt ask.
I need help.
I have 2 question.
1. I need use saadc continuous sampling
in SDK example, is it continuous Mode?
...
For RAM locations, I've looked at the getting started guide that discusses using debugging to find the RAM address. https://devzone.nordicsemi.com/nordic/short-range-guides...
I know one of nRF52840 SPI instances supports direct DCX signal drive but I can't seem to find any mention to this feature in nRF52832 so I am assuming none of its instances...
Hi Sir,
As check the ref. schematic of CKAA, the pin count shows 94.
But in the below table shows the pin count is 93
Is there a typo in the datasheet (V1.1)?
...
We are using nrf52832 and S132 Softdevice. The app starts from 0x26000 and we want to change to some other location may be from 0x27000. We could see that SD is using the...
Hello !
is possible turn off my system using sd_power_system_off when the Watch dog is enabled?
After I called sd_power_system_off my device is restarting and initialize...
I can not find where to change the default pins to connect the nrf52840 to the rpi over SPI. The default pins are SPI pin Raspberry Pi pin nRF52833, nRF52840 or nRF52811 pin...
I have begun using V1.2.0
It seems that I'm no longer to enter AT commands.
I've also tried the AT Command sample and get the same issue.
No problem connecting through...
Hello,
I am adapting the 802.15.4 wireless UART example from the nRF5 SDK 15.3 to also make scans and associate with a PAN coordinator. However i am having trouble with...
I have a time-sensitive block of code run purely by the CPU, not within any interrupt handler or peripheral. Part of the execution is getting interrupted, and so what I would...
I am testing DA7212 with my nrf52840 and i have made connections but i am not sure if thats right. Also i am trying to use i2s loopback example from sdk.
i need some gu...
Hi,
I broke power on/off switch in my nRF52 board. I'm an absolute beginner in hardware (I'm iOS developer...) but I managed to start it. It works, but unfortunately, it...
Hi,
I'm using SDK 13.0.0 and Softdevice s140 5.0.0-2alpha on my nrf52840-PDK. I tested the usbd_hid_generic and usbd_audio examples and they work fine, I can see the device...
Hi,
I am working on one of my application using nRF52840 DK consisting of USB MSC and NUS. In USB MSC example, 8Mbytes of flash is used as mass storage with FAT (FAT12...
Hi, there
I'm tring to use nRF9160 bh1749 example code.
As you know, there is example code about bh1749 in <Install Folder>/nrf/samples/sensor/bh1749.
And there are...