to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
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 everybody.
Now I trying to make BLE central device.
I'm using nrf52832.
SDK : 17.0.2
SoftDevice :S132 7.2.0
(I'm completely new at nrf52 product.)
In case of...
hello
I'm currently developing a system that requires a nrf5280 to transfer data to an android phone through ble.
I've based my application on the Object transfer service...
I am entering the saadc source code based on ble_app_uart.
devzone.nordicsemi.com/.../i-am-creating-a-saadc-project-based-on-the-ble_app_uart-project
The source code...
I am advertising services, characteristics and descriptors. All are seen by nRF Connect (for iOS) but in the log I see this:
[Callback] peripheral(periphal, didDiscoverDescriptorsFor...
Hi,
We are currently evaluating a project, that uses the nrf52840 with an SD card and is connected as a USB device. One of the uses is the MCU is writing data to the SD...
Dear all:
When the PC1001 board connected with other BLE devices, how i can voluntarily disconnect them?
it seems that the use of the sd_ble_gap_disconnect function has...
I would like to use the latest version of Mbed TLS (2.26.0) on the Thingy:91 and then realize a TLS connection using this version. As a first step I integrated this particular...
Hi Nordic Team,
1. Actually we try to debug "Mesh Light" sample code using "Build and Debug" option of Segger Embedded Studio.. 2. Unfortunately debugging stopped at below...
hello,
i am using nrf52840 in our customised board and trying to interface it with GDEW0213Z16 2.13 inch display which uses spi communication i have added the necessary...
Hi.
I'm new on this form and also new on nrf dev board. I want to use OLED with nrf52832 using Twi / i2c. I grab some code on Github https://github.com/monpetit/nrf52-spi...
Hello , I am trying to develop my own application using ble mesh sdk in nrf52840 provided by nordic.I have gone through various examples and various blogs.
I want to know...
I'm using NCS v1.5 and nRF52840
I'm trying to achieve low power consumption.
I turn on scan using, which draws around 9.5 mA.
What I'm then trying to do is turn scanning...
Hi, I want to create bootloader for my code. For that I have install Python3 (Python 3.9.1)
followed by installing pip and nrfutil
python -m pip install --upgrade pip...
I use sd_ble_gap_device_name_set to set 10 chars device name
then getting NRF_ERROR_INVALID_LENGTH in sd_ble_gap_adv_set_configure.
all OK when tested 3 chars device name...
Good morning,
I am developing an application that needs to match a central with a specific peripheral. For this, the first time they connect, the address must be saved and...