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...
Hi all,
I'm working with the nrf51422 and the nrf51822 and I was wondering what the current status of the over the air DFU system is.
I'm using SDK 6.0 and I managed...
Hi, Hope you are well,
I want to test my radio function using the radio_test example but Keil gives this error:
error: L6047U: The size of this image (38900 bytes) exceeds...
Hi,
I have a client/ server question regarding indication values from both the server and the client. What is the message flow?
For example. Can the indication value...
Hi there,
I am implementing the SAADC example into my application whereby I should be able to sample all 8 ADC channels "simultaneously" at a relatively high frequency...
I am trying to change the radio Tx power in nRF5340. I'm using Zephyr HCI RPMsg for the network core. The datasheet says it should support up to 3dBm. However, the Zephyr...
In the soft device documentation (html) the message sequence diagram for Btle Stack Enable calls sd_ble_cfg_set twice with the same set of parameters. Is this a mistake? The...
Hi All,
I am developing a custom BLE profile for my current project and several of my characteristics are write/notify characteristics. I am finding that when I write...
Hi there,
I just started using Embedded Studio (v5.10d on Windows 10, nRF Connect SDK version 1.4) with nRF52840dongle and nRF5340 PDK. Here is what I did
1. Copied...
Hi, I am developing a new project in which I will use NRF52810. I read in the datasheet that it is possible to configure NRF52810 in LDO and DC / DC regulators mode. My application...
Hello:
Looking at the different demos (applications and samples) available for nRF9160, I noticed that some of them generate multiple hex files while others, only few...
Hi,
I have bootloader programmed in nrf52840. Using OTA I programmed one application region but that application stuck after bootup.
Now how to recover from this situation...
Hi,
I have an existing application built on top of the ble_att_mtu_throughput example. I want to send log data over a BLE connection, and I am trying to use the CLI over...
Hello, guys!
We are using nRF52840 with SDK 17.2. In our system, there is a need to configure nRf52840 as SPI slave device and connect it to some other MCU. Naturally, our...
Hello,
I had a problem with the nordic uart service peripheral. We are using an nRF51822 and the S130 software stack. I had a problem with the app_timer.c STATIC_ASSERT...
Hello guys,
I am facing the following problem:
I created a project from zero, using the Nordic Package for SeggerStudios
--> I selected the option A C/C++ executable...