Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
Hi. I interested now for direction finding in nrf52 series. I have nrf52811, nrf52833 and other controllers. But i don't find any information how develop board for recievers...
Zephyr Eddystone example is connectable after power on of nrf52833 board. But after disconnect it becomes non connectable. How to fix it? And how to change advertisement interval...
We are looking for an experienced software developer, for existing board with using nRF Connect SDK. We are using nRF52840-dk.
Please, contact me if you are interested.
I use softdevice s110 7.3.0 and SDK version 7.2.
Some times softdevice call app_error_handler with:
error_code 0xDEADBEEF
line num - 990
file_name - src\ll_ctrl.s0.c...
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:...