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,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
Hi,
Why I use the function m_device_state_set(cons, PM_DEVICE_STATE_SUSPENDED); to close the serial port is still a large current:38.80uA?
The verification method is as...
Hi there
I wrote SDK 17.2 ble_app_hrs to the module.
When connecting to an Android device, Empty PDUs will no longer be sent. I checked the RTC COUNTER, but it is incremented...
SDK: NCS 1.8.0
Based on: Peripheral LBS example
Central: Mobile (iPhone)
Peripheral: nRF52832
Hi,
We are in the process of adding FOTA to our custom project and...
We are using nRF52833 with DFU secure bootloader and implemented DFU master/host on ESP32 BLE. We observe that DFU bootloader get stuck in above locations in softdevice more...
Hi Nordic
I have been using your example on USB MST to embed it into my application
Everything works ok, but in the main loop im constantly polling for USB power event...
I'm looking at the nRF Connect SDK Matter documentation, and the intro page states :
"If you are new to Matter, check also the tutorials on DevZone ."
The link in...
I am using nRF5340DK and would like to send and receive data to computer via UART1 and pins "TX", "RX", "CTS" and "RTS" using USB TO RS232 SERIAL CONVERTER.
This way I...
Hello Nordic, I have a problem. I'm running the nRF9160DK with three sensors and an sd card reader. The three sensors and the sd-card reader are connected via SPI. Due to...
Hi,
I would like to generate interrupts triggered by an input clock pin at 2 MHz to sample an 8-bit digital signal. I am trying this with an nRF5340. Up to this point...
Hello,
I am working with a nRF52833 and I am no longer able to use my JLink Base to flash it. I was previously able to flash it and there was no hardware change at all and...
Hello,
I am writing code in zephyr on nRF52840. I am advertising my BLE. and we have a stable android app (built-in a flutter). My problem is when I am trying to write an...
Hi teams,
Recently, during my test with some Arduino-Shield compatible daughter board with nRF52833DK, I found some pin mapping is incorrectly defined in nRF5 SDK.
The...
I have multiple elements with multiple sensors (4x6 in total, all 4 elements has the same type of sensors). I need to find out which element called sensor get callback. In...