It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
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 trying to create my first Freestanding Application under NRF Connect, I have SDK version 1.8.0. As soon as I click on "Create Application" I got the error message " Application...
Hi,
I am looking for the sample code of Class B type LoRaWAN end node for Zephyr platform. I am using ncs 1.8.0. I am able to find sample for Class A end node at v1.8...
Hi All,
I recently got hold of some new iBasis Sims and I know that sim card numbers vary from 18-20 digits, where the last 2 digits are the CRC and an extra byte. Where...
Trying to build the OpenThread sample programs (coap_server and coap_client) and am running into some problems that I hope someone might recognize as an easy fix.
In the...
Hello all, This is my first project using Nordic chips and my first project using BT. A lot of firsts :)
I have made a custom board using nRF52820 chip. The board is 4 layer...
To the kind attention of Nordic support team,
I'm introducing dtm files to the project we are working on (fully developed using latest sdk17). We use in this project gzll_nrf52810_sd_resources_gcc...
Hello,
I want to integrate the LwM2M Carrier library for our firmware as we will be certifying our product from Verizon operator.
So, I am able to run the sample code...
I'd like to ask if I request to update the connection parameters via "sd_ble_gap_conn_param_update" and the center for any reason reject the connection parameter.
How can...
We are using the Nordic iOS and Android DFU libraries to perform firmware updates of a nRF52840.
When I attempt to use nrfutil pkg generate to create a DFU package that...
I would like to set memory retention for system off with memory address and size of some retained struct. System off example has this for NRF52, but I'm not able to find clear...
I have an application with LESC. When I compile it for the 52840 I get the following RAM/Flash sizes with Oberon vs CC310:
CC310
Oberon
Flash
119820
...
Hello I am developing peripheral device with nRF52832. If you implement your own service and try to enable characteristic notify with nRFconnect, the following error notification...
Hello,
In my project i am currently creating a sub-module to read the battery voltage and convert that into percentage based on the ADC value read. I have refereed the guide...
Hello, Is it possible to add the remote provisioning functionality with the interactive PyAci serial library? We are developing a desktop application to do configuration and...
Hello.
It is developed using nrf52832 (S132 v7.0.1, SDK v17.0.0) as a peripheral device.
I'm trying to characteristically add BLE_UUID_GAP_CHARACTERISTIC_DEVICE_NAME and...