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 every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
Hi All,
Setup:
SoC: nRF51822
SDK: 11.0.0
Softdevice: S130 2.0.1
I am facing occasional HardFault and It is happening randomly. I need to test device few hours...
Hi Team,
I am trying to perform firmware update of nrf52840DK using MCUBOOT bootloader over UART. I have followed the link: https://devzone.nordicsemi.com/nordic/nrf-connect...
Hello everyone,
How can I use rand() and srand() functions in NCS?
I have already #include <stdlib.h > , but I got this issue:
undefined reference to `srand'
Thanks...
Hi Team,
I am facing the problem while adding static library (.a) file to the segger environment project. If this added successfully then I can easily access the function...
I found that there is no project or example of FTD for nRF52811 both in "openthread/ot-nrf528xx" and "nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8"
I want to know that...
Hi,
I bought two of the NRF52840 Dongles to learn and develop smart home compliant applications running on ZigBee protocol. My goal is to create a Smart Home ZigBee hub...
Hello, i would like to interface nrf9160 DK with an rfid reader mfrc522 using SPI. So, i went through the example of spi_master in SDK 8.1.0. It was for nrf51822 and i want...
Hello Nordic support,
I would like to know how can I use the function zb_zdo_mgmt_permit_joining_req() to make the coordinator start the permit to join process forever....
Hi there,
We received your devkits on Friday, 25th of June and started evaluation of the modules this morning (Magnus Pederson and Brian Kim @ Nordic arranged the devkits...
Hi Support,
I have nRF52840 Dongle (PCA10059) on which i am trying to flash thread ncp example as explained here ( https://infocenter.nordicsemi.com/index.jsp?topic=%2Fstruct_sdk...
Hey everybody, I am completely new with Nordic devices and tools. Looks like I erased the connectivity bridge application in the nrf52 module at Thingy:91. Now the board is...
Hi,
I am using the nRF9160 to read data from the CCS811 gas sensor, and logs data on LTE Monitor. I am using the BME280 sensor to read temperature and pressure values and...
Hello, I am currently learning to use nRF9160 DK in Guangzhou, China.
It is weird that my China Mobile cellphone SIM card can be used on this DK to connect to Cloud. However...
Experienced developer new to embedded C programming here, so please forgive me if I'm missing something obvious. I already went through the GPIOTE example from the nRF52 SDK...
Hello,
I'm not sure if this is possible, but I would like to filter log level depending on which backend is receiving them. For example I would like to set the RTT to...