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...
Hi All,
I am struggling getting my N548 module to transmit any ANT+ ...
I have tried the Cycling Power Sample Application (S310)
And the Cadense / Speed (S210) Sample...
Hello,
Is there any delay between when the reset pin is driven low and the actual reset of the chip. Would it be possible to sense the reset pin and perform some quick...
I am designing an nrf52 based device running at 1.8V. To debug the device I was planning to use debug out option of the nrf52 preview DK. However, I just find that, the debug...
I'm trying to follow the code from one of your examples, specifically ble_beacon in SDK 8.0 and eventually I get to a point where I'm not sure what's going on so I figured...
Hello,
I have question. I using examples with nRF51-ble-peripheral-bond-handling with bls_service (PCA10028) and i have problem with unnecessary connection. I want that my...
I'm referring this blog on getting started with nRF51822 and in this same blog, there is a link to a video by Nordic on Introduction to Bluetooth Smart and after watching...
I have two STM8s105 MCUs and two NRF24L01+ modules. Set one as transmitter:
CONFIG: 0x3A
EN_AA: 0x00
EN_RXADDR: 0x03
SETUP_AW: 0x03
SETUP_RETR: 0x00
RF_CH: 0x00...
Hi
I used the boot loader example successfully on the nrf51DK board.
Now I want to use it on my custom board. So I recompiled the boot loader code, with 1 difference:...
I don’t fully understand the nRF51 event NRF_RADIO->END. NRF_RADIO->END identifies the completion of a packet transmission or reception. My question is what triggers NRF_RADIO...
We have a project that involves both battery-powered 'slave' devices and a mains-powered 'master' device (which needs to support multiple slaves and support WiFi). We are...
Hi,
imagine that I have a proprietary characteristic that allows only READ operation (from a smartphone for example) that expose an internal value in my application.
I...
Hi,
I'm using nrf51822 and SDK 6.1.
devzone.nordicsemi.com/.../
I learned how to store data with using pstorage library.
but I can't register block more than 1024...
my chip : NRF51822 (256kb)
SDK : 6.1
Hi.
devzone.nordicsemi.com/.../
according to this example code, I could have stored data and it works great.
but problem...
I want to update the bootloader inside nRF51422 using iPhone.
Updating applications hasn't been any problem.
Following the same procedure but I cannot convert bootloader...