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 Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
Hi
I have a custom board implementation that operates as follows:
Monitoring an input pin waiting for low high transition, BLE advertising of device.
When input event...
I'm having trouble having multiple characteristics for my custom service. My main.c looks like this:
Even though I have 2 characteristics added here, I can see just the...
Hi,
I had a few nrf51822s lying around and as I find the chip and the SDK quite convenient to use, I thought about using them in a small MCU project which does not need...
Above you can see the original and commented out modified code for the given example. The modification causes crush to
NRF_BREAKPOINT_COND; // On assert, the system can...
Hi,
I was looking at the Thingy-52-to-nrf52xx demo. I want to capture raw motion data no a DK and save it for further processing. Are there any options (I guess one is nRF91...
hi
i read in earlier questions on the devzone that nordic offers to review the schematic and layout as well as perform tuning free of charge to their customer. Is that still...
Hello every!
I am testing FATFS example with nrf5284 PDK .
CLK - P1.15
MISO - P1.14
MOSI - P1.13
CS - P1.12
My micro sd card module work correctly with STM32 MCU. I...
Hi all,
I am Using SDK15, chipset is nrf52810 , In ble_app_uart application i have added the BLE_NUS_C and TWI application code , before this i have added only TWI to ble_app_uart...
This blog describes how to set up SES (Segger Embedded Studio) for use with nRF SDK:
https://devzone.nordicsemi.com/b/blog/posts/segger-embedded-studio-a-cross-platform...
i'm using DFU for my project, it worked fine until devices has been bonded , DFU cannot work again. i checked and find out that after running interrutps_disable() , the devices...
Hello, I am using an nRF51822 chip, configured to run as a SPI slave. The device receives commands from master, sends commands out of the radio, and relays back RF payloads...
Hello,
I've created my own custom model which allows a client to control the duty cycle of a couple PWM outputs which are on the server. My model is quite simple, it just...
Dear all,
We're started studying payment via BLE with NRF52. But i looking for in Nordic website and google it seem a little subject and document. Can Nordic expert supply...
Hello,
I am getting really confused when using te SAADC to convert the read values into voltages.
I have seen that the example ble_app_proximity() uses the following...
I'm using 14.2 SDK SES . I'm trying to send data of sensor through BLE . When i enable Notification in mobile applicaion (nRF connect) i generally dont get any value or garbage...