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 Nrf52832 and want to run client and sever simultaneously. I think it's possible but unable to find the sample code. Can you please help?
Thanks
Hi, in my custom nRF52805 peripheral application, I used Nordic NUS Service to transmit sensor's data. By using SDK17 example code <ble_app_buttonless_dfu>, I could OTA DFU...
Dear All, I am trying to create an application that uses the MCUBoot, so that later I can perform a FOTA operation. From what I know so far there are some keys in the SDK...
Hi team.
Whenever an interrupt comes in the hardware gpio handler is expected to get triggered but for me it doesn't get triggered properly in one scenario and works in...
Dear Members,
I want to receive data from bicycle power transmitter and heart monitor in the same receiver,
I got :
..\..\..\main_hrm_bsc_lcd.c(1202): error: #148...
I have successfully been using USB CDC ACM class alongside USB Audio with only a MIC feature available on Mac OS. However, on Windows, only USB CDC ACM enumerates in Device...
I am sending data over air from an XBee in transparent mode to an nRF52840 dongle which is configured as a ZC.
The data is going over the air from the source to the ZC desitnation...
Hi,
I'm using NRF Connect SDK (Zephyr) with NRF52810.
I've got the System Off sample from the Zephyr tree working on my board, but I'm not sure what current draw to expect...
Hi Nordic team,
I am having issues with the BLE connection on my customer board. I am using nRF52833 chip, sdk 17.0.2 and s140 as soft device.
The issue I am facing is...
We're using the "nRF connect SDk" to install BLE mesh on the BL653 development kit,and we're using the same configurations as they provided. As per this, the NRF mesh application...
Hi Nordic
I want to develop a dongle with nRF52820 on my own board.
The dongle will connect to PC via USB(use nRF52820's usb port),and can connect to other device via...
Hi,
I'm new developing NRF52 DK.
I try to do a simply proyect to read RFID tags with the chip MFRC522, but i cant find a example to do this.
Help me. I worked for more...