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...
Hi, using the Nordic power profiler 2 (PP2) kit to measure the current draw of my nRF52833 DK. I have followed the instructions to setup/prepare/wire the PP2 to my DK and...
In the task, when I do a TWI read via nrf_drv_twi_rx(), in the second iteration of the thread, the driver function returns NRF_ERROR_BUSY.
Is it that the driver takes longer...
I've built a custom board using nRF52832 which uses SDK 16.0.0 and softdevice version s113. A part of application is audio streaming/ decibel calculation and transmission...
Hall Mr. Nordic,
I'm sending a 16bit payload with 51822.
The receiver 24L01 is receiving all perfectly. The receiver 52840 is loosing the first two bytes ...
nRF51822...
Hi,
I'm using nRF52840 as my server and the android mobile is my client. At the client end, I'm using the nRF Connect app. It seems like the 50 bytes of data is taking around...
Hello,
I have an nRF9160 DK board (I believe the version is PCA10090 1.0.0) and would like to use the external flash that comes with this board.
Upon inspection, this...
Hi,
I'm seeking help on debugging the network core with Visual Studio Code. My project is not based on a standard SDK and hence I think VS code will be easier to setup than...
hello!
I have an issue, I need to read data from a Module, then I send that data using USBD..
when I put that code in for(;;) before while(true) the port is activated...
The nRF52840 DK has a 64 mbit external flash on board. The MX25R6435F.
It's performance is too low, in terms of erase speeds - It takes several minutes to erase the entire...
I'm trying to upload hex files to my NRF52832 with nrfjprog in command line and got the following error:
My log file:
I've been searching and searching, but could...
Hello,
I am new to the NRF52 SoC and BLE development. I've been using the ble_app_template and following along this tutorial to learn more about BLE development. I'm having...
I am developing a mobile application using React Native.
I wish to integrate a 'lost tag' functionality using a BLE tag.
The BLE tag will be placed near the item of interest...
Hi, The purpose of this is to have a software Power ON/OFF button, when I first start the firmware, it automatically goes OFF. Then after a long press on the button, it should...
I am using nrf52832 controller and interface with MAX30102 sensor. when i tried to read heart rate in nrf connect application , it shows Sensor Contact not supported.