Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
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...