I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
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...
I need to read analog sensors and am trying to decide whether I need an external ADC or whether the NRF52840 ADC will be sufficient. I am currently evaluating using an Arduino...
Hi,
I created an example using gsm_modem application, after network connected, I create tcp client socket then send data to the server. After several sendings, I got the...
Hi Nordic Team,
I am new to embedded programming. I am trying to explore pairing using NFC(Near Field Communication).
I am working with nRF5340 and nRF Connect SDK v1...
Hi guys,
I just want to ask you is it possible to write a struct into flash using sd_flash_write() function. I can successfully write and ready INT values, but the problem...
I want to test zigbee functionality on nRF5340 DK board.
I have download nRF Connect SDK app and done the setup for its toolchain.
I have tried to find out zigbee examples...
Product specification does not list the maximum power level allowable at the RF input / output pin. What is the maximum allowable signal level at the RF input for the NRF5340...
Hi I have a question with nRF Connect SDK. I've already used nRF Connect SDK for a while and now I want to try with BLE and DFU on my PCA10040 board (nRF52832). When I look...
Hello, i would like to know what is actual heap and stack size because in segger memory usage i see that 8kB stack and 8 kB heap, but in my runtime memory view options i have...
Hello, can you please provide more information and instructions on how we configure the input capture on nrf52840 dev board using zephyr? All sample examples only cover pwm...
Hi,
Recently, we have ordered PCBAs using nrf52832 to online PCB manufacturers.
During a test, we found that some boards can use OTA firmware update, but some are not...
Respected Sir/Ma'am,
I have attached my schematic below.
I need to perform Offset calibration operation for which I need to control the SCLK value.
I am sending...
board : nRF9160DK
SDK : nrf connect SDK v1.5.0
sample : \v1.5.0\nrf\samples\nrf9160\lwm2m_client
Hi, i am testing lwm2m_client example and
Q1. i dont know how...
I'm trying to implement an immutable bootloader + MCUBoot + (SPM and APP), and then update the app via fota.
My implementation is based on the asset_tracker_v2 example....
Hi,
I'm working on an app where I need to collect data from a sensor, and send it over NUS every 10ms.
I'm using nRF5340-DK (0.11.0), and I'm using nRF Connect SDK v1...
Hi,
I need help to clarify the API for IAS zone server. If I can get example implementation, it would be great.
I have hard time understanding how zb_ias_zone_app_callback_t...