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...
Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
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...