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, does the nRF9160's LTE modem support waking-up the application processor using an incoming call?
The OPS indicates that a DETECT signal can be input to a GPIO pin for...
Using nRF5_SDK_15.3.0, soft device 132 (Rigado BMD-300 eval kit), segger embedded studio
I'm trying to control ADS1231 by listening for DRDY to go low and pulse an output...
Dear nordic,
I have some doubts regarding this both examples. I am new in this thread coap
1. In Thread coap cloud client example uses coap post method is it right?(i...
Hi! I am evaluating Extended Advertising. Is it possible to get the rssi of ADV_EXT_IND at the BLE_GAP_EVT_ADV_REPORT event? That was possible with AUX_ADV_IND. My environment...
in advertising_init(); function, i add some code like below:
#define def_uuids_complete 1 //#define def_uuids_available 1 #define add_vbat_service 1
/**@brief Function...
Hi everyone,
I'm currently trying to develop an application with the mesh, the uart and the DFU.
I've started the project with the sdk_coexistence for use the uart and...
Hello
I am using a proprietary board containing NRF52832 chip
using Rigado board I can flash the system on Rigado board perfectlly
using my costume board, by using...
When my app starts up, I call "lte_lc_init_and_connect()" by using the Zephyr system workqueue. With it running on a separate thread, my main thread is still blocked. I have...
I am further developing a solution based on nRF5_SDK_12.3.0 and s132 v3.1.0.
I am using Segger SES to Build and Run the solution in nRF52 SDK.
nRF5_SDK_12.3.0 comes with...
Hello!
I´m trying to assign an unique id to my different devices. The main idea is to read an specific address (using 0x37000 atm). If i detect it is a new device i assign...
Hi,
I am using nRF52832 with SDK15.2 Running the ble_hid_mouse example. I am trying to connect an LED to pin 17 (where LED1 is connected) and am trying to duplicate the...
Hi,
With the 15.2 SDK is it possible to change the NRF52840's "USB Serial Device" Device Description/Display Name name when listed under Ports under Windows Device Manager...
Hi everyone,
I'm a little bit helpless at the moment, I'm using the function "nrf_drv_spi_transfer" for the SPI communication with a power management chip. This chip is...
I want to save data to NAND Flash Memory (W25M02GV) and extract data to USB MSC. If you have an example of this, I want to get help. The SDK is using 15.2.0. nRF52840 -> QSPI...
Hi Engineer I am using nRF52832 to develop a product. I want to save a flag to flash (FDS) before leaving the factory, and then read this flag every time I turn it on, and...