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.
...
Hello.
I would like to use any of bonded {IRK, LTK, ediv, rand}info to validate public MAC[6], to be sure that it's valid. Seems that such validation functions are only...
There is a bug in the nrf_libuarte_async.c file :
The first argument to the macro is "m_ppi_channels[PPI_CH_RXRDY_CLEAR]". The macro itself is defined as:
As...
Hello
I USE SDK15.2 ble_app_gls。
The mobile phone continuously pops up 3 windows to ask whether to pair and a password input window when the mobile phone app is connected...
Hi there,
On my custom hardware, I am running out of I/O pins and I want to leave the SPI slave active like if csn_pin were enabled/connected to an SPI master, is it possible...
We are working on a device that communicates with the mobile device. There is a button in the device to wakeup. But this button does not wake up the device. On debugging we...
Hi I want to connect the system with random passkey, i modified the code like below the central is giving the passkey and i entering the passkey at device but not able to...
Hi,
first of all: Thank you very much for providing such a great tools as the nRF Connect Desktop tool!
I've installed the tool today and discovered, that the nRF Connect...
I'm trying to update firmware of nRF9160 DK, but fails.
I downloaded nRF9160 Modem Firmware and Modem DFU Tool from this page; https://www.nordicsemi.com/Products/Low-power...
DFU has worked fine until just recently.
Our custom hardware is using the nRF51822 and softdevice 8. We are using non-secure DFU.
We are using the latest nrFConnect. We...
Hi,
I'm trying to flash my device. Until yesterday, this command ran just fine and I was able to flashing my nRF51 chip. But I'm unable to do so anymore and can't figure...
Hello everyone,
I write this post because I haven't been able to find a solution to a problem I'm having to implement a parallel to serial converter. I am employing the...
Hi,
I am using the NRF52840, softdevice: s140, example: ble_app_uart from nRF5_SDK_15.2.0_9412b96.
short description of my application: i am developing an application...