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...
Good evening,
since this morning, the data from my test devices (Thingy91) are unfortunately no longer displayed in the nRF Cloud. Neither the sensor data nor the device...
I am trying to get "just works" bonded pairing to work using the peripheral_uart sample code. I have modified it following this support ticket: https://devzone.nordicsemi...
Hi,
I’m currently experiencing some periodic MCU resets while testing the BLE Multiple central single peripheral scenario, whose root cause is not clear to me, except that...
Excuse me:
I want to achieve t he maximum transfer speed between ble_app_uart and IOS NRF connect app,How to modify the example to achieve the maximum transfer speed with...
Hi
We are now using SDK v17.0.0 for our product and planning to upgrade SDK v17.0.2 because SDK v17.0.0 could no longer be downloaded.
But SoftDevice for each SDK is...
Hi all,
Background: -NRF5340 -NRF SDK 1.9 -Zephyr 2.7.99 My objective is to send via Bluetooth data of 244 Bytes every 10 ms per notify . For the tests, I use the dongle...
Hello,
I'm quite loss using the command nrfjprog.
I install in VSCode all NRF tools. It seems working good. I can compile.
When I have a look on "device tree" I cannot...
Hello,
We want to read external sensor data using uart in lwm2m_client project.
I tried below following code :
static char RX_Data; static char uart_buf[20]; static...
Hi,
I could see that in nCS path : "v1.8.0\mbedtls" , "mbedtls" library is provided, I need to understand what it does & how do I enable it for use in my applications...
I am attempting to build and run the Zephyr NVS sample ( https://docs.zephyrproject.org/latest/samples/subsys/nvs/README.html ) on the 52840 using the nRF connect extension...
I have an Adafruit nRF52832 board, and I'm trying to minimize power consumption by putting it in system off mode. It is attached to a breadboard, and none of the pins are...
Hi Nordic Team,
I noticed a potential issue while migrating from SLM v1.4.0 to v1.9.0. In addition to the inversion of the <state> representation in #XHTTPCRSP introduced...