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...
Hello,
I am using the SMS sample of the NRF9160 SDK version 1.6.1. It allows to automatically send a SMS to a precise phone number, and to receive SMS.
As indicated at...
Hi,
I have been trying to use CMSIS DSP library over nRF52840. I added appropriate CONFIGs in prj.conf file, and cmake file. However, whenever I try to use function from...
Hi,
I would like to change the CDC_ACM UART (CDC_ACM_0) baud rate in runtime mode on nRF5340, but it seems to be not working. Below is my code snippet:
The return value...
Hello,
I am working on project where my requirement is something like... Device will advertise and it gets scanned by its own scanning.
What I have done so far......
Hello.
We are migrating from SEGGER Embedded Studio (SES) to IAR Embedded Workbench (IAR). At that time, an error occurs that "__ICFEDIT_region_RAM_start__" is not defined...
I want to select the nRF52 series SoC as our product platform. I have a use case in which I want to get the optimal channel map and I find the "sd_ble_opt_get()" function...
I have taken over a older (5+ years) project that uses Gazell, but it didn't use the Gazell link layer to do wireless pairing. We were looking at shifting to SDK 12.3 (last...
Hi,
I am using the CAF BLE components to use bluetooth on the nRF52840, which I control over HCI via the nRF9160. This is all working.
To use the CAF advertising component...
Hello Nordic DevZone, My name is Ted, and I'm having some difficulty with a recently installed Nordic / Zephyr SDK and toolchain. On 2021-07-24 I downloaded and installed...
I'm trying to read the memory off of a BT840F, which I'm hoping to do via a debugger. I've read that a tag-connect cable can be used to connect from a pcb to the debug out...
Hi,
I tried running the "chat" example on two NRF52833DK boards, one as a sender sending a "Hello World" message every 500 milliseconds, the other as a receiver, and found...
Hi,
I have an issue when I migrate my app from nrf52 sdk v16 to v17.
I have setup an app with an uart communication, an app timer and a watchdog. All off these (uart and...
We are using the Libuarte - advanced UARTE driver and sometimes see crashes in the uart_evt_handler code in nrf_libuarte_async.c when it gets a NRF_LIBUARTE_DRV_EVT_RX_DATA...
I am interested in developing a Cloud Driver that communicates to my own servers over HTTPS.
Cloud API documentations state that a driver needs to implement a set number...