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.
...
HI,
I have two DK10056 52840(one load ble_app_hrs_nfc_pairing ,another load pairing ble_app_hrs_nfc_c)
i using Keil5 SDK17.2 s140 test NFC pairing. I didn't modify the...
The dongle is an excellent piece of hardware. However the features of DFU is rather limited.
I am wondering if I can put two hex files onto the dongle? For example,
1...
We are evaluating 52811/52833 with DF.
1. Is there a beacon example for any of this chips?
2. Is their central example with CTE enabled?
3. Is there example with using...
Hi,
I work with win10 laptop, Toolchain nrf Connect SDK 1.6.1 on a nrf5340dk.
On peripheral_uart sample, I would like to enable uart when a device is connected and I want...
On the nrf connect sdk documentation page there are instructions for configuring a radio co-processor:
http://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_thread_tools...
Hi,
I wanted to replies to Mister Martin Sivertsen from this post https://devzone.nordicsemi.com/f/nordic-q-a/81235/nrf52840-dongle-external-antenna
I accidently locked...
Please ask a question about "PCB specification" in "nRF9160HardwareIntegrationGuidev12.pdf". The board thickness is 1.6 mm. Adding the thickness of the listed copper and FR...
Hello
In our application (NRF52840, softdevice S140 v7.3.0, master device with multiple connections) we are experiencing some strange behaviour related to scheduling of...
Hi All,
I feel like this question/topic has probably been discussed ad nauseum, but I feel like I'm not confident in the conclusion I'm drawing from other posts I've seen...
How to reject/disconnect peer (smartphone) which tried to write huge data to service? For now in my project (based on ble_app_multperipheral project from SDK) if the smartphone...
Hi Nordic Team,
I would like to understand how the radio test works. A better description of the commandos would also be helpful. Is there a more detailed description than...
Good evening,
The following link to "TIMER HAL" lists various enums, including for example " NRF_TIMER_BIT_WIDTH_32 (alias of) = TIMER_BITMODE_BITMODE_32Bit ". I've used...
On Windows 7 64 after update to 3.8 (and 3.9) nRF Connect for Desktop the Bluetooth Low Energy and Power Profiler can't find device nRF52840-Dongle and PPK2.
What to...
Hello,
I was wondering if I could bypass the protocols related to BLE transmission (GATT/ATT) and utilize the RADIO peripheral in a close to constant TX rate without regard...
Hello!
Short question: How can I pass a parameter to a SW Interrupt?
Expanded question: I want the board to wait for an ammount of bytes comming from SPI, once this is...