I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
first,PCA10005 can't load sofeware hex that after s110 7.0.0 hex(include 7.0.0),and gostudio note that the given hex file can not open successfully.
second,the PCA10005...
Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Working on a proof of concept demo that will use bluetooth mesh (Proxy and relay nodes). and want to select the right development kit. Was looking at the nRF5340 DK but the...
Hello. I am using NRF SDK 1.9 version + VS Code to process accelerometer data. NRF52840 + ADXL375 The accelerometer is configured to issue an interrupt under a certain condition...
Dear Nordic Engineers
I would like to sample the ADC between advertisements or connections, that is when the RF is sleeping, so I want to use Timeslot, I see there is a...
I am trying nrf52840. The conditions are as follows. -The development environment is SEGGER. -nRF5_SDK_17.1.0 -The evaluation board is a DK from Raytac. There are two identical...
Hello,
I'm starting a new project on a NRF52810, and i need to use the pairing feature in my application. As a result i need to compile the FDS driver. If i'm doing so,...
Hello,
I have setup a single master and multiple slaves (10 in number).
The master has master TX channel and the slaves have slave RX channels.
The slaves send data...
Hi, I am working on ble_app_uart_c_pca10056_s140 project. I have changed the following for power saving. Is this the right way to achieve this mode? After how much time it...
I used this code to convert my analog sensor data to digital with 5 khz continuous sampling and after that i want to sent my data to pc via BLE. In this code, NUS was used...
I'm using a custom battery operated board with the nRF52840, when there is no GPIO events for a specified time period, the device goes to a hibernate mode using the __WFE...
I am currently working with a dvk-bl653 working on increasing the speed of the DFU. I have a max packet size of 251 and have tried different connection intervals but only...
Hi again
I have used nrfConnect to create an application from sample, the sample being peripheral_hr_coded
I have placed my custom service into the app, and it works...
Hello, I am trying to measure the input voltage on an nRF52833 and it is not behaving as expected.
The following code is taken from here and works as expected on any nRF52832...
Dear Sir.
I am using the cJSON driver .
When it comes to string it works fine .
However when I use integer and swap the lines
//cJSON_AddStringToObject(root, ...