i am useing nRF51822 pairing with nRF24lu1 over GZLL protocol now,
is there someone have the experience on how to config the parameter of GZP_TX_RX_TRANS_DELAY in function...
I have a peripheral running the S110 stack, which presents a characteristic to which I want the central (running S120) to be able to do a long write. What I've been trying...
Hi all,
I have been trying to combine the UART and hID Keyboard examples into a single application.
I want to use the HID part to send specific keystrokes using buttons...
Hi, I'm new to BLE and just started feasibility testing, using RF8001, on a small device with no IO. The device will have a unique code set at factory, and printed on label...
I had the same experience as fishman and I went back to give Eclipse a try. (Post: nRF Beacon does not build on Android studio) I tried to build it in Eclipse Luna with the...
When using the BLE device, BLE_GAP_EVT_DISCONNECTED event informs us that connection between dongle and BLE device was closed/lost.
Is there a way to know when dongle connection...
When using nrf51-ble-driver_win_0.3.0 with Visual Studio 2010, after I put a breakpoint in my code, when I try to have the process "continue", I always get unandles exception...
Hi!
I'm trying to figure out what is the maximum current I can safely sink or source from NRF9160 GPIO pins.
From the spec I can see that I can expect ~10mA sink/source...
Yes, I have seen the many other tickets with this subject name, but they did not solve my problem. All of the directory paths in my "User Include Directories" in Project preprocessor...
We have a running sensor system with four sensors sending data to one central node (all nRF52840 Dev Kits). The nRF Mesh App was used to provision the nodes.
Now when...
Hi,
I use NRF52832,SDK17.1 ,softdevice is s132.
I shielded the part I added by myself in ble_uart example, but it will prompt this error about 1min after power-on. How...
Good Morning and a Happy New Year,
I try to test an application, using the nRF Connect for Desktop (on a Mac). While trying to pair with an application that supports LESC...
Hello All,
I've had some success now connecting my 52840 Dev Kit with the NRF52840 Dongle and would now like to use the dongle as a receiver with the PC-BLE-DRIVER-PY library...
Hello,
Does the nRF Connect SDK support enabling QSPI encrytpion (DMA, XIP)?
I see there are two functions in the nrfx_qspi.c that do this: nrfx_qspi_xip_encrypt and nrfx_qspi_dma_encrypt...
Is the nRF51 SDK version number exported as a preprocessor #define in any of the SDK header files?
Because the SDKs are not backwards compatible to different revisions...
Hi,
I designed a bluetooth device that stores 8kb of data. With 20ms connection interval, data is sent to the smart phone in 3 minutes which is to high for this project...
Hello.. I want to access the nRF5340 registers to maniulate there values, for example : If, I want to acess the PSEL.RTS register or CONFIG of UART0 to initialize these. How...
Hi.
I am following the tutorial "Developing Matter products with nRF Connect SDK" but having problems getting the openthread border router working with the raspberry pi...
I am using the board with MQTT simple software
when I am activating one a signle EVB, it works well
however when I am activating on two board in the same general location...
I noticed in Zephyr OS there is an API LED:
led_on(dev_io, RED ); <-- does not work gpio_pin_set(dev_io, RED, 1); <-- works well
what can be the reason ?
can you...
Hello everyone. I have just started with the eval board uBlox NORA B1 (NORA B-106) and I am trying to find a starting point for streaming audio via Bluetooth Handsfree protocol...