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.
Hello,
I'm starting a new project on mbed with nRF51422. I'm a little bit lost about how to modify nRF51822 project to use S310 (ANT+ and BLE) package instead of S130 ...
I'm developing a BLE application where I want my slave/peripheral to sleep as much as possible to save power. I'm not sure how to set the connection parameters.
I'm looking to migrate from SDK 6.1 to SDK 9.0, using GCC and Eclipse. Any pointers would be welcome.
Also, I'm hoping to start using the OTA DFU. Once again, if there are...
I want to capture connection packets between BLE Master and Slave
(this part is easy) but also capture any advertisement send out by slave
at the same time.
Our BLE peripheral...
I brought up the Template example on the S110 for nrf51822 and as an exercise, attempted to add in the battery service. I just did a few simple things:
in main.c:
-included...
Hello, I want to using nrf51 dk with uart communication.
So, I want to know how connect both PC and nRF51 DK.
I've download with 5pin connector to USB.
In former days,...
hi,
i have meet an issue,when my pca10028 board was advtersing it can be found by the android app which provide by nordic.But it can not be found by my mobile phone.So,i...
I have compiled the bootloader and the application firmware with keil.
When I install the application firmware by means of the bootloader dfu ota.
The bootloader launches...
Hi,
Unable to locate the source code for "UART/Serial Port Emulation over BLE"?
The documentation for this is available in this link - developer.nordicsemi.com/.../a00072...
Hi, i try to understand how to use power down modes. But i have a problem in the example gzll_device_w_power_management of nrf24le1 sdk. Before enter register retention in...
I just started using RTT because I needed to trace execution through some ble events and the uart could not keep up.
It is very nice, but I am used to frequently resetting...
Hi all,
I'm trying to use the experimental ANCS example with an iPhone iOS 8.3. My Nordic SDK is 8.0.
The sequence is the following :
Flash the example on the dev...
Hi,
I'm looking at interrupts from three different GPIO-pins. I'm setting it up like this:
static void gpiote_init(void)
{
uint32_t pins_low_to_high_mask = INTERRUPT_1...
Hi,
I'm using device manager for bonding starting from a sample application in the SDK.
I see that the DM_EVT_CONNECTION is raised before the BLE_GAP_EVT_CONNECTED but...
Is there a way to prevent nrfjprog from disabling target power from the J-Link when programming? I've tried setting power on perm but to no avail, nrfjprog powers down my...