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,
Recently I've begun updating to the new SoftDevice and SDK for the nRF51822. When I began debugging my migrated code with the development dongle and Master Control...
I'm looking for a little guidance in figuring out why I get this error now when I call SOFTDEVICE_HANDLER_INIT. It appears that I get the error above at the end of softdevice_handler_init...
Dear nordic guys,I'm developing with nrf51822.
I have one simple question.
I want trying to connection request at the BLE server side to BLE client with previous connected...
I noticed that m_sec_params passed to sd_ble_gap_authenticate(uint16_t conn_handle, ble_gap_sec_params_t const * const p_sec_params) has been declared as a static variable...
Hello
I was trying to make an example program for a Client. And when I was searching for the sd_ble_gap_scan_start function I didn't find it. Altough in the documentation...
I am getting an NRF_ERROR_INVALID_PARAM when calling sd_ble_gatts_characteristic_add. This is the 12th characteristic added and follows the same general style of numerous...
This question relates to the unofficial gcc Makefiles available here:
github.com/.../nrf51-pure-gcc-setup
Using these to build a project based on the sample proximity...
Hi,
I just tried to toggle a led when a particular button in the evaluation board (nrf51822) is pressed, i just referred the gpiote sample code and started modifying it...
Hello,
I'm working on the nrf51822 with s110 stack and 5.1 SDK.
Wy functions are not described in the documentation but just enums and data types ?
I'm looking for informations...
I'm wrote a simple test to persist data using pstorage.
But I'm unable to load the stored data.
I'm using gcc and debugging with gdb. So I can see that storage_cb_handler...
Hi,
I am working on a project where there are moving devices. Devices can only move if a wired button is pressed. In fact, for security reasons, there are two buttons connected...
I've been looking at this for the better part of a day and can't seem to pinpoint what I'm doing wrong here. Does anybody want to take a quick peek at this project and tell...
Hi,
I would like to use the PCA10000 dongle hardware and antenna design for my PCB, i got some questions:
1)I have just UART pin outs extra, I would like to reduce the cost...
This question relates to the unofficial gcc Makefiles available here:
github.com/.../nrf51-pure-gcc-setup
These are great and I've managed to get as far as compiling...
To all successful developers.
I want to write some predefined parameters into the stack. So the problem is the adress.
Example: The nRF51 is part of a medical device....