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, Can your tell me is it possible make three from one device at the same time ? If is not, can I make multiple connection with profiles which support multiple connection...
My goal is to synchronize the clocks of several nodes in a mesh network. I would like the client node to distribute the current time to all the server nodes in the network...
I am trying to run nRF9160: Azure IoT Hub — nRF Connect SDK 1.6.99 documentation (nordicsemi.com) on thingy91. I have followed Azure IoT Hub — nRF Connect SDK 1.6.99 documentation...
Hi,
I am looking at the product brief for nRF21540 and found "nRF21540 Development Kit" and "nRF21540 Evaluation Kit".
Where can I get the H/W information for them,...
Hi,
We want to implement a smart energy meter by using a mesh network including 200 nodes (nrf52840). What is your suggested protocol to do this?
Thank you in advance...
Hi! We're working on a BLE product which is intended for use in the US. This product uses an nRF52833 SOC, with some external components on a PCB we've designed with a printed...
I'm trying to evaluate a Nordic BLE module for a new battery powered project while waiting to establish a connection to a base station device. It seems like your lowest powered...
Hello,
When we tried to increase the Security level from SEC_OPEN to SEC_SIGNED_MITM, it will output error 0x6 which is "Not supported". So how can I do to support a higher...
We are developing AoA direction finding with nrf52833 and antenna array. We also want to include Wifi connectivity to our receiver, having nrf52833 + antenna array. Which...
Hello,
I want to perform NRF52840 Firmware update remotely. I refer to link .
I want only normal http OTA update without encryption for prototype testing. Is there any...
Hi, I've been measuring a nRF52840-powered prototype powered from a 3V coin cell battery. I would like to use High Voltage Mode with REG0 in DC/DC-mode for maximum battery...
Hi,
I am trying to implement the attribute reporting for a zigbee dimmable light device, reporting to the coordinator.
The code is based on the zigbee\light_control example...
MCU: nrf5340 Network Core nRF Connect SDK Version: 1.5.1 Currently there are multiple libraries under ncs/nrfxlib that have their own " nrf_errno.h" . Out of those libraries...
Hello,
i have a function wich just send "hello world" via uart0. static otError SendUARTCommand(void) { volatile uint32_t ret; const uint8_t message[] = "Hello World! \n...
Hi !
This is more of a question than an issue. I am curious about the future of TF-M and its implementation on Zephyr. Does anyone know what are the plans on Zephy's or...