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...
Hello,
I am currently working on a project that requires to sample a 50Hz sine wave and transmit the data point over BLE, which will need around 10 - 20 samples per cycle...
Hi There
I’m hoping to implement a low power always-on/listening (response time <10s) industrial product in the UK
I’ve spoken to several acquaintances and had conflicting...
Hi All:
We are using nRF52840 SDK with BLE Mesh sdk5.0 to develop bluetooth mesh and we can use light_sw_client to control the LED1 state on the light_sw_sever via BLE Mesh...
I am using PC code derived from pc-ble-driver heart rate collector with a nRF52840 dev board
On adding characteristics sd_ble_uuid_vs_add() I get an error of 4 - NRF_ERROR_NO_MEM...
I have an nrf52832 acting as a central device that is trying to connect to a peripheral. However, after the peripheral disconnects and the central tries to reconnect I get...
Hi,
I was looking at this page https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/gs_modifying.html and saw the following line:
"When building your application...
I am getting an NRF_ERROR_CRYPTO_RNG_INIT_FAILED from nrf_crypto_rng_backend_init during the sm_init sequence. Any suggestions on what might be causing this?
Hi Sir/Madam,
Our project needs to use TEE on nRF5340 which seems to be implemented by TF-M for now and future. After investigating the implementation, I didn't find a...
Greetings,
What is the minimum low pulse required to externally reset the nRF5340?
I see this answer for nRF51 and this answer for nRF52 . Can I assume nRF53 will be the...
Hi,
I have a nRF9160 DK and Iam trying to join my Private NB-IoT network that my company has (So I can get a static IP). I have the NB-IoT activated Nano SIM and the credentials...
Hello,
I've seen the other threads about this topic but they don't seem to be that helpful.. I'm using a BL653 board with the nrf52833 chipset.
Yesterday, I was able to...
Hello,
I am trying to flash a custom software to a NRF52832 DK.
The DK is powered by USB and i've connected as follows :
VDD(nrf) to Vref(J link)
SWDIO to SWDIO...
I'm developing a central that may have to service more than one peripheral concurrently while (occasionally) advertising its own peripheral service. Things seem to work OK...