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...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hello, I am using the Nordic app as Bluetooth low energy scanning but I cannot correctly display Characteristic Aggregate Format in the case of a charac with multiple Presentation...
Hi,
I'm using nRF52832 to connect to my PC via BLE. I'm using NFC pad to establish connection.
Randomly, After short period of connection (about 100ms), I'm receiving...
In modem firmware update sample for nRF9160 gives info about to use non-secure(ns) board. In non-secure(ns) board, it create two environments inside the CPU that can run isolated...
Hello sir,
I am sending the data through ble_custom_value_update function the data goes in indefinite loop .I have also used ( err_code == NRF_ERROR_RESOURCES) function...
Hello everyone,
I'm testing the nRF Connect SDK VS Code extensions and I was wondering how would I open such applications as nrf_desktop or asset_tracker_v2 in VS Code?...
Good day, Today I decided to share one solution that may save your nerves. Quite often there are questions on this forum related to the fact that sometimes radio events are...
Hello, we are using the Android nRF Mesh library. For our application we need features existing in the dev branch. When will these be released and publish to a public maven...
Dear Nordic team,
we would like to test nrf9160dk evaluation board with SIM cards from Sunrise (Switzerland). The Integrated Circuit Card Identifier (ICCID) of these SIM...
Hi,
I have the following issue, maybe I have an error in thinking:
For Access MQTT the Device has a Certificate in a storage slot, lets say 20. If now someone can gain...
I want to measure the Bluetooth report rate. Is there a way to do it?
Or let me know if you have any information on the basic nrf52832ble response speed.
I switched to SDK. In the zigbee bulb example, the initialization function "zigbee_init" in "zb_nrf_platform.c" is started, which sets the address and role of the device....
Can i ask if thingy 52 is able to use Immediate Alert Client Application ( https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v17.1.0%2Fble_sdk_app_ias_c.html ...
Hello, I'm facing this linker error when trying to compile my project. Previously another thread mentioned that it can be fixed by compiling it in C instead of C++. How do...
I have a custom BLE peripheral/server that uses nRF52832 + SDK11.0.0 + s132_2.0.0. It can stream notification data indefinitely without any issue. The notification packets...