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.
A friend of mine asked me to help with thinking about a solution to create a RF communication between 8 robots and 1 access point. Not a lot of traffic, just to signal that...
Hi everyone,
We are making a BLE peripheral that measures some data and keeps it ready for the mobile phone to connect & poll the data.
The data should be private and...
I am trying to use the template to create my own application. In two places I have read, that to add my own services, I just "Double-click the Serives folder in the Project...
Hello everyone,
I had some troubles some time ago with Softdevice s120, and finally solved it to work with nRF51822 thanks to Aryan .
The problem is that, when I upload...
I'm following the official tutorial for using pstorage and this the simplest test code I've come up with:
static pstorage_handle_t base_handle;
static void test_pstorage_cb_handler...
Hi
i started some time ago with building a simple peripheral device, and started form the led-button service example.
In there, device manager was not used. However, in...
Hi,
My application receives assert error from stack. Source file name is src\ll_master.c, line number 831 and error code 0xDEADBEEF.
What this error signifies?
R...
Hello,
In my application I'm using SDK 8.1 with the s110 SoftDevice. In the new version, the pstorage modules have been separated and you need to choose between them.
...
Trying to see how much time my code consumes, I tried the naive approach, calling clock() in the beginning and at the end and comparing the values.
But when I include clock...
I am using the BLE Scanner app on Android to check that my device works.
I have 2 similar problems :
on one device, I can read all characteristics except one. This has...
Hi,
Im trying to use this example to send serial data from GPS module via BLE:
github.com/.../ble_app_uart_low_power_slave
I have disabled hardware flow control since...
Hi
I tried gateway and LED_mesh examples. It worked well. But, I found some issues as below.
When I tired MCP windows application on laptop with PCA10031 dongle...
Hi there,
I am using the nrfjprog to flash the nrf51822 via a J-Tag programmer. Here is the command I used in the command prompt:
nrfjprog --eraseall --programs softdevice...
Haw can I configure ble_app_ uart examples for bonding using? I want to connecting, transmit and receive data throw the UART only with 5 fixed devices.
Hi,
I updated to softdevice 8.00 recently, and found something different with softdevice 6.00.
When trying to program the new softdevice hex to the chip using nrfgo studio...