Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
Dear Nordic,
Do we have ready-to-use keyboard driver with scanning/debouncing?
I've not found an example or docs about using KSCAN with gpio-connected keyboard...
Hi,
I try blinky with softdevice example and reconfigure it to support nRF51822AA. I can program my custom board, I can debug as well, but led is not blinking. I have connected...
Hi,
I want to set the advertising interval to 10.24 sec.
I changed the value of APP_ADV_INTERVAL to 0x4000.
But when i try to discover my device using MCP, it is not...
I'm trying to track down an intermittent bug in programming our Nordic board. So, I'm having to laboriously reconstruct the SWD transactions and understand them.
A transaction...
I use nRF51822 Model in my project that I need to run bluetooth advertising all time. And when I measured current, I found 1mA that is not enough to run for 1 year by just...
Hi,
My project include two MCU with n51822 and STM32. I expect upgrading STM32 application firmware by n51822 DFU function. Do you give your advice to implement it by modifying...
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...