Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
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...