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.
Hi,
after getting the way to write to peripheral on this link I have successfully
written 20 bytes packet.
but I'm facing a latency while writing back to back data packets...
Hi all,
I'm really new to the BLE scene so I'm having some trouble wrapping my head around how to send/receive data over BLE between a central/peripheral device. In my...
We have a working application on SDK 6.X.X and I just saw that there is a new update with SDK 7.1.0
Few questions:
In the release notes for SDK 7.0.0 it states that...
Hi,
I'm using Central multilink peripheral example to get connected with Our Custom Peripheral App (iOS). I'm able to receive the data from Peripheral device, Now i need...
SDK_9.0.0
I was trying to implement 2 different UART connection parameters so I decide to use re-initialization.
My initial parameters included APP_UART_FLOW_CONTROL_LOW_POWER...
Hi, I want to get the RSSI values as much quick as possible. I have written a code which is transmitting at 10Hz for instance(that is sufficient). But The problem is that...
Dear Nordic Developers,
I'm trying to write some data to a slave and when the slave gets the write command sends back a notification. My problem is that I send the write...
I would like to use nRF51422 in commercial product and I use your SDK. There are 2 files: app_uart.h and app_uart_fifo.c that I would like to modify a bit. I would like to...
Hi,
I have PCA10028 dev board and Fujitsu MBH7BLZ02 BT module.
I have successfully modified some sample code and when I flash it to nRF module on the PCA board, the...
Hi,
I ordered a few couple NRF905 a few months ago. Now I wanted to re-order a few hundred pieces the seller told me that they have "C series".
What is NRF905 C series...
Hi,
Is there a uart example for the NRF51 Dongle(PCA10031)? If not, how would I go about implementing uart on the dongle to connect to the Android NRF Uart app?
Tha...
Hii all,
I would like to create a project that take an input from any Bluetooth device and display it on display device like EPD. Till now I just hard coded the image and...
Hi all,
I have two NRF24LE1 devices, device_A for send data and device_B for receive data, the protocol data included in a 10-bytes length arrary(buffer).
In device_B...