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...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
I'm using TWI and BLE functions together. My TWI sensor is operating at 400kHz, low priority. BLE has the highest priority. For example, if nRF52805 is sending commands to...
Hello community, I tried to read my motor encoders with the QDEC and capture the position of my motor. Hardware: nRF52840 DK, 2 Hal motor encoders on pin 0.13 and 0.14 which...
In NCS v1.6.99 the HEX data format is removed from data send and receive commands (socket, udp/tcp cli/srv), only ascii and data mode is supported.
In case of binary data...
Hello,
First time post and brand new to the nRF52832 chip. I am tasked with building firmware that will synchronize ADC samples across multiple devices. I have started with...
Hi to all team,
I have two units of nrf52840 dongle with me.
I have to develop the generic application firmware where data send from one dongle(coordinator) is getting...
Hi,
I have built ble board with nrf52832 with no pca10040 on my board and i have assign button switch pin as P.0.13 from nrf52832.Previously i am using nrf52832 dev kit...
Hello,
I have a custom example based on the "asset_tracker" application of the SDK v1.3.1 and I am trying to open the IDE through Toolchain Manager, but when I select "OPEN...
hi support team,
i was testing usb dfu(NCS1.6.0) function with window10, after i download the code, the windows seems not able to install the driver as below, and i couldn...
Just a naive question about the definition of nrf_fstorage_t , it has a member nrf_fstorage_info_t *p_flash_info .
Why the type isn't nrf_fstorage_info_t const* ?
Tell...
Hi,
there should be OK response after #XSLEEP before enter into sleep to notify, that command was received and processed without errors.
Current implementation (NCS v1...
device: nRF52832
SDK: nRF5 v15.3.0 (s132)
Soft Device: 6.1.1
I am trying to read multiple fds records and transmit them to the central device (nRF Connect on android...
SDK: 15.3.0
I have developed PCA10056 board based on CLI example.
I tried to print debug strings.
but, [00: 00: 32.310,668] <warning> app: Prints backends flushed repeatedly...
Hi,
I have developed BLE mesh by using nRF52832 with Mesh SDK v5.0.0. Now I am trying to implement the light switch client example.
In order to reduce the current consumption...