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...
I want to capture connection packets between BLE Master and Slave, My computer runs windows 10, a python version 3.9.0 and a wireshark with version 4.0.1. nRF Sniffer for...
Hello,
We are in process of FCC certification and we would like to use LTE and Bluetooth Coexistence to reduce number of measurement needed for the certification.
We are...
Since several weeks, the NRF Connect for Deskotp's programmer application (v3.0.4) is stuck in an infinite loading loop, as was the toolchain manager previously ( see https...
Hi,
I am working on a project in nrf connect sdk v2.0.1 central side using nrf9160dk_52840. I want to pair my peripheral device with this central That is possible. Please...
Hi,
I am beginner with NRF52840. I want to create a task scheduler using multiple tasks with different level of priorities that is low, medium and high. I am using SDK...
Hello,
I got two PCA10056 1.0.0 DKs equipped with an nRF52840 rev. 1 (code AC0). Both do not measure the VCCH voltage correctly (displayed voltage ~2.4V instead of 3.0V...
This forum feels pretty advanced, so if this is the wrong place to ask this question apologies and please let me know where I should be asking it instead.
My goal is to...
Hi,
I'm developing on the current setup:
nRF52833 DK, emulating an nRF52820.
Soft Device 113 version 7.2.0
SDK 17.1.0, with updated MDK (see link )
IAR EW ARM...
Hi Everybody,
I need help in writing a little software on NRF52805 which will active the transmitter with parameters:
1) Frequency : 2402Mhz only. (and i will later...
Hi,
I'm using nRF52832 with S140 v7.2.0 base on nRF5_SDK_17.1.0. I use PCA10100 development kit and set VDDH/5 as input and use internal reference (0.6 V) to do the battery...
Hi
I am working on SPI implementation on BL653_dvk board and while SPI_transfer i want to capture the timeout error.
but not able to differentiate which timeout is correct...
Hello,
We are using MDBT42Q-512KV2 module which is based on nrf52832. There is Central and peripheral ( Foot Pedal Switch ) using same module.
We have used crystal from...
I know from the product specification for the nRF52832 chip that the high frequency clk can use a external 32 MHz crystal as source. My question is, is it possible to supply...
Hello!
I am now developing a product with NFC based on nrf52833.
I need to transmit some crucial data between device and phone, such as device settings.
But I have...
Hi all,
I would like to measure time intervals between gpio edges along with Matter.
I tried to use a 100us timer interrupt but seems it will crash the original matter...