Using the nRF Beacons app, but cannot see the battery condition of each beacon. Is this already implemented - if so how to turn on? If not how is it implemented?
Hi All
I am doing a BLE based project using nRF51822.Where i need to handle the message [with UUID] by using ble_gatts_char_handles_t.
so, can any one please share information...
I have a central application and peripheral application that are based on the multilink-central/multilink-peripheral examples.
I've modified them to run on the PCA10001...
Hi All,
I'm using nRF24L01P for TX device and want to receive packet from nRF51822 RX device.
nRF24L01P TX device Register settings are as follows;
Reg.EN_AA=0x00...
I am trying to develop for some nRF51822 mbed boards, and I would like to use the S130 SD to enable both central and peripheral behaviour. The machine I'm using for development...
I'm using the nRF51822 eval kit
I have installed MCP but after starting I get pop-up: Master Control Panel has stopped working
In nRFgo Studio / Device manager pane...
the proximity example is running ok. but when I modify the length of the alert_level I have the following error on the server side that I am not understanding.
476;16:12...
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...
Hello,
I am currently developing an LTE/LwM2M application on a custom board using the nRF9160 and NCS version 2.1.0. The application is almost finished and works great,...