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 each connection, I should press Alt-A.
Is it possible to add a feature so the advertising will restart automatically after the connection is finished?
Hello Devs,
I am using app_timer to create multiple timers to read different sensors
Currently, I have 5 timers created using app_timer_create, each timer has their own...
I use nRF Connect for Desktop to download hex file(nrf52810).
Use the following example:
nRF5_SDK_15.3.0_59ac345\examples\dfu\secure_bootloader\pca10040e_ble + nRF5_SDK_15...
Hi,
How do i turn off the nrf power management library? Is there any function like nrf_pwr_mgmt_uninit()?
The reason i want to turn it off is because it causes the usbd_msc...
I have a requirement for BLE and 802.15.4 stacks in a multiprotocol environment. I have looked at the sample at NordicSemiconductor/nRF-IEEE-802.15.4-radio-driver on github...
I am trying to initialize the RTC and trigger an interrupt every 10 seconds, and I am unsure of why the code above is not working. I followed a similar method to initialize...
Hi,
I'm working with the nrf52840 and spi mngr to talk to a SPI flash memory (AT25SF081). I use nrf_spi_mngr_perform to send a command to read the manufacturer ID
...
Hello,
I am having some trouble attempting to advertise a single custom 128bit uuid. I have two custom services sharing the same base uuid. Everything works correctly after...
I am trying to add major minor values in the ble_app_hrs example in SDK_15.3.0. I am getting an error code of 12 which is invalid data size at:
err_code = ble_advdata_encode...
Hello,
I am using SDK version15.20,pca10056,s140.
In my application I am using Bluetooth to send the data values at the rate of 750 samples per second. By sending 3 set...
Hello,
When performing serial communication using UARTE in the environment of SDK 15.3.0, SoftDevice 6.1.1, In rare cases, abnormal data is received. I don't know the cause...
Hello!
I am compiling the fiirmware for Thingy:52 (version 1.0.1), using the following link:.
https://github.com/NordicSemiconductor/Nordic-Thingy52-FW
nordicsemiconductor...
Hello All,
I've recently run into an issue with the nRF52840 Dongle where the Green channel for LD2 is not lighting up, this is a problem that is persistent across all...
Hello Nordic team,
In our project we have a requirement to write a log record to flash sector when any fault occured (hardfault or SD fault callback), so we can download...
I want to transfer data from slave to master and back to slave from master and I am doing this in the following cases: 1) Case1: Fixed connection interval and slave latency...
Hi,
I hdd developed a ble product based on nRF52810 ( SDK_15.3.0_59ac345 s112 ). I had set the connect paramter like this:
MIN_CONN_INTERVAL MSEC_TO_UNITS(150, UNIT_1_25_MS...