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?
Hi,
I have noticed ever since I updated my nRF9160 DK modem firmware to the latest version v1.2.0 frequent registration dropouts and very sluggish MQTT performance.
My...
Hi, I recently bought a Nordic Thingy 52 and it looks great ! It looks like there is a decent mic and speaker on the device and I was intrigued if the device could act as...
Hello,
I am trying to do communication with external module using UART0. But when I connect pin P0.28 (RX of UART0) to external module to receive the data, there is no data...
Hello,
I am working with SPI on the Nordic nrf9160. I am currently on the DK.
The board I need to interface through SPI works at 25MHz (minimal frequency) and I would...
Hi everyone,
I know that I can configure the resolution of app_timer by adjusting the prescaler form sdk_config.h
However, what is the practical purpose of prescaler...
Hello,
I have created an empty mbed-os program from Mbed Studio, add sum LED on off logic and compiled against nrf52840dk board. After generating hex file, I upload the...
Hello,
I have created an empty mbed-os program from Mbed Studio, add sum LED on off logic and compiled against nrf51dk board. After generating hex file, I upload the program...
Hi, I want to write 510 bytes of data to my BLE Characteristics, so I set parameters ble_gatts_attr_t max_len as 510 and its variable length attribute. Also I set NRF_SDH_BLE_GATT_MAX_MTU_SIZE...
Hello,
I just bought a new nRF5340 PDK and wanted to learn it a little bit. I searched on the internet and found very useful information about nRF53 architecture.
But...
Hi,
We have a question regarding a custom implementation of flow control for nrf52840 using SDK16 w/ SoftDevice 7.0.1. Currently, our sensor's primary micro transfers data...
A newbie here. I am studying the simple_timer application in the nRF5_SDK_17.0.0_9d13099 library.
The sample application sets the clock frequency to the timer at 16MHz....
Looking around to develop hardware/software using the RAK4600 module!
RAK4600 (lora Node) uses Lora as its main way to communicate with my Lora server (normal flow).
Consider...
Hello,
I would like to switch on a led of a nrf52840 dongle by pressing the buton of another dongle. I don't know which example to use from SDK 17.0.2 to make a master/slave...
Pairing is rejected after setting,
i)APP_ADV_DURATION to 0
ii)adv. flag in adv. init from BLE_GAP_ADV_FLAGS_LE_ONLY_LIMITED_DISC_MODE to BLE_GAP_ADV_FLAGS_LE_ONLY_GENERAL_DISC_MODE...
Hi,
I tried to implement the UART in my code, based on the UART example code. Just as in the example, I first define the struct with the pin numbers:
The pins in this...