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...
Hello,
I want to develop a in-app DFU using SPI on nrf5340.
I plan to use dual section with MCUBoot
The app will need to write to secondary partition based on the SPI...
Hey All,
We are working on a product based on the nRF5340. We will be using symmetric key authentication(HMAC) and was wondering the best way to go about provisioning the...
Hi,
in my product I'm using NCS2.5.1 with 20 peripherals on one central. the peripherals have a connection interval of 2 seconds. Lately was trying out the Zephyr BLE Controller...
We have a setup where our product enumerates as 3 com ports.
Is there a way to name each port from the code so they can be uniquely identified via windows?
The problem...
Hi,
I have MCUboot enabled on my application and would like to enable updating the network core as well as the app core through BLE. The network core is just used for BLE...
Hi,
I am currently developing a project using the nRF52810 as my controller, with SEGGER Embedded Studio (version 5.42a) and SDK version 17.0.2 as my development environment...
TLDR: Turn off your antivirus if you have the same error...
Hi everyone,
I'm trying to install nRF Connect v2.6.0, using either: - VS Code + nRF Connect extension (...
We want the system to be in low power mode in idle state. Therefore after advertisement is sent the BLE is switched off using bt_disable. The return for this function is fine...
I have bought an nRF52840 to sniff BLE packets. I have followed the user guide v4.1.x to install all SW on Windows 10 : So far I have downloaded nRF Sniffer for Bluetooth...
Hi,
This might be a simple one, but i cannot figure it out.. How do I place the rx/tx/rts/cts lines from UART0 on a GPIO1 pin?
In the piece of DTS below, 'tx-pin' is on...
nrf Toolchain: 2.7.0 nrf Connect SDK : 2.7.0 Gateway: nrF5340 Audio DK Headset: E arbud 'MOMENTUM TW 4' (Sennheiser) I try to run and test this following application Unicast...
Hi!
In my project i am using a motion sensor that uses a custom protocol. This has resulted in needing to implement bitbanging for it to work. The issue with this is that...
Hi,
I want to obtain the nrf52833‘s’ temperature with the SoftDevice enabled, and I have designed the code with reference to the example project. However, once the temperature...