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,
Having a problem with the 1 wire sensor DS1820, I've created my own 1 wire protocol functions. They compiled without any errors. but when I run my program, it only...
Hi,
I'm currently developing a board that utilizes a NRF51822 and I'd like to utilize the meander antenna from the PCA10000 dongle reference design. However, I'm using Eagle...
dear Nordic:
i created a new characteristic assigned UUID 0x18e1.in order to be writable,i set its properties with following in
static uint32_t pressure_high_byte_char_add...
I'm measuring current consumption on nRF51822, making code changes and then flashing/debugging via JLink GDBServer and gdb.
Right now it seems like I either have to physically...
Hi,
I´m using nRF51822 with my own application and I want to connect just to one specific master device (for example smartphone) after this one is bonded:
nRF51822...
Hi There,
I am developing a desktop applications (C#) using NRF2739 dongle and NRF8001 on the other side. Things were going very well using the masterEmulator.dll provided...
Hi,
How to put nrf51822 in power off mode? i simply tried NRF_POWER->SYSTEMOFF = 1; in keil but it is not going to off mode. Is there any procedure before making SYSTEMOFF...
Hello, I am using the HTS example for the nrf51822.
In the example, bond information can be deleted during initialisation by holding down one of the buttons.
In my program...
Hi sir
In Desktop 2, before BTLE pairing, nRF51 uses Connectable Indirected advertising. After BTLE pairing with BTLE host, nRF51 will select Directed advertsing for saving...
Hi to all, my first experiments with NRF51822... i compile the example projects, and everything works fine (compiling and download are ok), but looking at the code editor...
Hello,
I am using an nRF51822 Development Kit. I am trying to run pca10001/board/uart_example (with simple_uart) using the UART serial viewer built into the Keil programming...
Does anyone know how to get debug messages out to host console via SWD? I know SWD supports Serial Wire Viewer, but not sure how to get it working over GDB with JLink.
...
Hi,
I'm going to try not to get into stuff that is under apple's NDA, but my question is really on the nRF8001 side. Basically, the ANCS is a service that offers three...
I am definitely missing something here, but I can't figure out how to specify a subset of data to read from my peripheral.
Here's the setup: my nrf51822 device is a server...