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´ve programmed the nRF51822 DevKit´s module (PCA10004) with S110 SoftDevice and example <ble_app_pwr_profiling>.
In SystemOffMode I measure a current consumption of...
Hi
I trying to read data from EEPROM through i2c bus . i used twi_hw_master.c application code.
i am reading same data from EEPROM when i debug step by step. but once...
Hello,
I would like create a basic programme in c/c++ for the NRF24LU1 .
I have take sdk, when i try compiling 1 programme i have a lot of errors .
What compilator...
Hi,
I use an app_timer to gather ADCs and send with Gazell with period 5ms.
What I suffered is the sent packet is different from what I put in buffer.
my pseudo code...
I am able to send data from EK to MCP but even i am sending one byte of ASCII(alphabet) of data, it is showing as hex value in MCP ex., 'C' as 43 , if i want to see ASCII...
Hi,
How to set the advertisement parameter's (uuid's list) , while using both custom and SIG adopted services?
I modified the source code as below, but it is not showing...
I would like to implement a simple wireless sensor network, using Enhanced Shockburst with Auto-ACK. The idea is that there will be many sensor nodes (SNs) reporting to one...
I have a question about using the GPIOs,I found that I can set a ‘1’ at the same bit position of OUTSET register and OUTCLR register. But which one is effective ?
Hello guys,
Looking through the product specification for nRF8001 I am still not clear on whether a master device can be connected to the nRF8001 (in peripheral mode) and...
Hi,
When erasing one page flash for responding one GATT request, it always went into assert_nrf_callback and has to reset the app. So I have to disable SoftDevice before...
Hello,
I am going to start programming BLE application, and I would like to know which enviroment is best to program it. Are there too many differences between programming...
Hello
According to the documentation the optimal CPU frequency is 16 MHz, Please, could someone tell me if that is correct or not?
Thanks for your help
Hi,
I modified the ble_app_hrs sample application with one custom service which includes, some custom characteristics (128 bit uuid), Now the problem i am facing is, i am...
Hi,
How to implement the passkey authentication, we are using nF51822 evaluation board. Is it possible to display the passkey using master control panel? And, we also don...