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,
I'm working on a project where i need first to send string data from terminal pc to client board which is nRF52832 using UART and then send this data over mesh to other...
Hi every one !
I working at SDK15
I want to use MSD drag and drop hex file to upload 52840
I expected to use examples\dfu\secure_bootloader\pca10056_uart to change bootloader...
I use a bas service and a custom service for the sdk14.2 52832 master. PM_EVT_CONN_SEC_SUCCEEDED happens once after the first connection, but every connection on the second...
I am trying to port my code form SDK 12.1 to SDK14. I am using NRF52832 I have gone through the example code and trying to initialize a ble event in ble_stack_init() using...
Hello,
This behavior within the SDK has bitten me a couple times so I thought it would be a good thing to share. If you call app_sched_event_put(NULL, 0, &my_function),...
Hi,
As well know, the max packet length is 252 byte in nRF51822 proprietary protocol.
Would you please tell me how to send / receive 252 byte packet? Where can I found...
Once written, you can not write it for the second time. It will not cause an error, but is there any way? Write the source code below.
NRF_FSTORAGE_DEF (nrf_fstorage_t fstorage...
Hi guys,
I'm adding my own 'hello world' model to the example on element 0.
For this i've implemented a simple model;
Client sends 'Set Unreliable' with char[20] value...
Hi guys long time I hope things go well there
so.. as the title says, sd_ble_gattc_write is returning error 19 "randomly" I am trying to transmit data chunks from my central...
I'm developing HID device using HID generic class. Device is required to change polling rate at startup. In SDK 14.2 this was done through modifying bInterval in descriptor...
HI. I used a translator.
I am using the nRF52840 DK and SDK15.
I want to save power when there is no input from the switch.
I want to wake up when a switch input ...