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:
According to the website, please nrf52832 circuit design, without adding other peripherals, just as a radio Beacon, button battery voltage at 2.3 V nrf52832 cannot...
Hello, I am using SDK 15 & Softdevice 6, I am using NRF52840.
I have merged the USB CDC into a multi-link example. I confirmed that it worked, and the project was successful...
Hi
Is the DCDC enabled or disabled by default when using the DTM example in SDK v15.0.0? We can't find any reference to it so we assume it is disabled, but just wanted...
Hi guys,
On my application, I ported the code from TWI_scanner example (SDK14) and it is connected to a temperature sensor the which is read every 45 seconds, It is working...
As far as I can tell, Shockburst isn't officially supported on the nRF52840 in SDK 15. However, I have seen some success from others with this configuration, but after making...
Hi,
I have been working with the NRF52832, and trying to capture raw ADC data with the help of TWI bus. I have imported the necessary libraries (i'll attach the code below...
I have used aes_all_cli example to test computation time for AEAD EAX/GCM/CCM. I have shortened the plain text to 16 bytes, added pin toggling on encryption function enter...
I don’t have a lot of information as I’ve been totally unsuccessful in debugging this.
In short, we have a SPI peripheral that was working under SDK 14.2. Under 15.0 we...
Hi,
I am trying the connect MIO Fuse heart rate band. It follows the standard specified by Bluetooth SIG i.e Heart rate profile UUID is 180D and the heart rate measurement...
I'm currently woking on doing my own DFU system, the system should work this way : the central gets a new version of the app via the internet network and it should update...
How to establish communication with a peripheral through I2C ?what are the functions needed to define address and write and read from the slave address
Hi,
I followed the instructions for importing the Thing:52 firmware into SES and managed to get the firmware compiled and loading, and the code reaches the main function...
Hi,
I'm following DFU quick start guide and I'm using mesh SDK v2.0.1, I have a problem in step 4 wheere I need to generate a hex version of device page, I did this :
...
Hello,
Are there any conditions where the sd_ble_gap_disconnect() will not immediately terminate the link?
My Setup: Nrf52, SDK 13.0.0, own board, based from HRM code...