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,
sorry to border you again, but I have a problem that block me for many days. I read all nordic questions on TWI (I2C) but did not found a solution... :(
I have...
Hi,
We are designing a custom Board using nRF52840 SOC.
We are operating it in Normal mode, using an internal DCDC converter
We have used configuration 5 from the...
Hi there,
I need to transmit 33995520 bytes from nrf52 peripheral device to a Windows/Android device. Currently it takes about 13 to 14 minutes to complete the data transfer...
the flash of the nrf52832-QFAB is 256KB. the softdevice S132 is used which consumes 152KB and the compiled file of the BLE_UART only consumes 98KB (after making the changes...
Hi,
We have a product already on the market for about 2 years, based on nrf52840 and nrf52832.
The product receives data from an 'external device' via UARTE, forwards...
I received the product update notification via email. I did not see any additional details such as a PCN which documents the exact changes.
So the questions I have are:...
Hi Devzone,
I have noticed that some examples, like "ble_app_hts" that has strange flash placement like this figure:
There are 3 partitions, each is 8 bytes in top of...
Hi
I was using the MESH SDK 5.0.0 Dimming Server Example on nRF52840 DK and Dongle it worked fine so i designed a custom Board according the Designrules of Nordic. ...
Hi
I want to measure the battery power by using SAADC to measure the value of VDD,The battery to be considered is 4.2V or 3.7V lithium battery,How should the circuit be...
Hi everybody,
We are trying to port our previous firmware from nrf52840 to nrf5340. The first issue we encountered is TWIS support. It looks like something is missing as...
I did download the device certificates from the AWS IoT console into a directory: C:\Nordic on my PC.
However, my attempts to copy and paste these device certificates from...
I tried to upgrade the modem firmware on NRF9160-DK to the latest 1.3.0, downloaded from https://www.nordicsemi.com/Products/nRF9160/Download#infotabs .
After (succesfull...
Hi,
We are using SDK 14.2 with s132 v5.1.0. Reviewing the changelog for newer versions of the SoftDevice, we see:
"A memory access fault (NRF_FAULT_ID_APP_MEMACC) can...
Hello,
I am developing a device with a nrf52 using s140 with the last sdk. The objective is to interact through ble with other devices that have different custom services...