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...
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.
...
In my application, we regularly transmit a stream of notifications from a Peripheral Server to a Central Client. The general strategy for this is to enqueue a packet, and...
Hello in my app I based it on the BLE UART example and have it pretty much up and running but I need to be able to send multiple messages from the Central to the Peripheral...
I am tring to update the DK bootloader by entering the maintenance mode by pressing the reset button while plugging in the DK, but the board does not show on my PC
any help...
Hi,
I do have Zephyr's logging configured using RTT for debugging messages and in general this works.
Sadly when reflashing (via SWD) the RTT stops working and I have...
Hello,
We are using nrf52832 and SDK15.3 in our product, which sends about 7.4K bytes data every second to an Android phone.
4 ble devices are connected to the phone and...
Hi experts,
I habe a following issue. First I have tried to use nrfx_twi driver. There was any data send over I2C... So I have written own driver using the Datasheet and...
We are trying to send a large message via a BLE characteristic and to do that we have broken up the message payload into smaller fragments and calling bt_gatt_notify() repeatedly...
hi:
I use ble_app_uart routine, test the receiving rate, use the mobile phone to send data, 52832 receive the fastest can only be 10KB.
In addition, when the interval...
Hi
Compile the cli sample into a hex file,Download it to the board, read the hex file through the nRF Connect for Desktop Programmer tool, and then convert it to the bin...
Description:
Facing an issue with k_sleep() function misbehaving after few months due to the internal counter ticks crossed uint32_max values. Simulated the same by hardcoding...
Hi,
we are currently using NCS 2.0.2 on nRF52840 .
Is it possible to disable uart1 via pinctrl or another library during runtime and re-configure the rx/tx as gpios? ...
Hi,
I have met some problems while building the environment of pc-ble-driver-py. Error occurs in this command. The error points that I do not install git, but I have installed...
Hi, I'm new to nrf development. I was able to successfully install the SDK and toolchain using the toolchain manager. But when I'm trying to build a sample project "Blinky...
Target: nrf52 dev kit
Soft device: s132_nrf52_7.2.0_softdevice.hex
SDK: nrf5 sdk 17.1.0
Environment: IAR
Example modified: ble_app_rscs I am trying to modify the example...