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...
Hello,
I received the above error using NRF5 SDK 12.2. I have modified "nrf_drv_config.h" so that it reads #define TWI0_ENABLED 1 . Also, I put #include "nrf_drv_config...
Using nrf52 DK , SDK 12.2 , and armgcc.
I want to use BLE_UART but I also want to bond.
I started with the BLE_UART example code and added peer manager and FDS.
I...
I've been trying to track down a bug where a couple of my Central test devices, a Nexus 5 and 7 (Android 6.1), won't send a connection request to a peripheral they're bonded...
Hi
I have a problem on testing the HRS examples on SDK12.2.0.
When I use a android phone, running on version 6.0, using nRF Toolbox version 2.2.1 App, to connect to the...
Hi!
After reading nRF24L01 product spec, I'm really unsure:
Spec. says: "The input signal should not have amplitudes exceeding any rail voltage."
"rail voltage" it's...
Update 1/27/2016
Just reviewing again the pins + schematic; I am using the following pins:
SCK P0.07
CS P0.08
MOSI P0.06
MISO P0.05/AIN3
Looing at the...
After i test a lot of possible configurations for nrf24L01+ based on the documentation, i didn't come to the right setup for all the nRf24L01+ registers to send data from...
Hi,
I'm using Windows and I am following this tutorial.
I am at the point where I need to write make at the example project.
I get this error
as warned in the...
Hi,
I'm trying to get a general idea of how the radio will perform near the bottom end of the supply range.
Our product concept is currently designed on a system voltage...
Hi,
I stuck on SOFTDEVICE_HANDLER_INIT in example code on nRF DK PCA100028 within debug.
It is example code from SDK 7.1.
How Can I solve this?
Why Nordic's SDK...
Hello,
I am developing an an system and I am at the stage of optimizing for power.
I using NRF6707 ( Very helpful !!) to measure current.
I cut SB9 of NRF52 DK and have...
Hi,
Can I try to discovery services for the next connections while it is performing for the other connection?
I use "ble db discover" manager.
And I cant find this...
I'm using nRF52DK and SDK12.2.0.
Trying to change MTU size.
When I modified app_nrf_uart example as below
#define NRF_BLE_MAX_MTU_SIZE 103
Then infinite reboot...
I am working on a project and have successfully implemented single channel PWM to dim leds (using a transistor FET).
The pwm init code is below:
uint32_t err_code;
nrf_drv_pwm_config_t...