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 using the nRF52840-DK with SDK 17.0.2. I've developed part of my app, and would like to integrate secure OTA reflash for it. I've copied the code at examples/dfu...
Hello,
I am wondering if there is support for secure web sockets (wss:// protocol) together with the NRF52840 and if there are any example available. So far I got communication...
Hello Devzone Community,
To compile nRF Zephyr based applications at the command line normally depends on the meta-tool `west`. `West` has many capabilities and options...
Hey all Trying to understand how to properly build a basic bluetooth example without errors using zephyr between the 2 cores Error: manually cleaning and flashing reading...
Hello,
I use this code for system_off on a nrf52840 custom board. const struct device *button = device_get_binding("GPIO_0"); gpio_pin_interrupt_configure(button, SW0_GPIO_PIN...
nRF52840 Dongle is configured as Sniffer in the right way according to documentation. When sniffing capture on Wireshark is started, only the Advertising packets are captured...
I have a project where I use the nrf9160dk as a gateway between a BLE sensor and LTE.
The hci_lpuart sample is flashed tonrf9160dk_nrf52840 and the nrf9160dk_nrf9160_ns...
I got a Segger J-Link EDU to be use to program my Nordic Thingy 91. I have previously program the device via USB using the NRF Connect Desktop :Programmer. But connecting...
Hello everyone,
I am having an odd problem. I am using an SoC based on the nRF52832 (the ISP1507-AX). I am using ncs v1.7.0 for development. I am trying out a few things...
Hello guys,
I would like to work using nRF52 as my processor to create products in the future, but I heard about Specific Absorption Rate (SAR) testing and that is good...
Hi all, I am a little confused by the requirements for the external GPS antennal options. My board is version 1.0.1.
In this page ( https://devzone.nordicsemi.com/nordic...
The project I'm using the peripheral BLE UART that has been modified to use freeRTOS and PWM.
I'm using two channel PWM to drive a resonance motor at 25.6 kHz. If I disable...
Dear
First of all, I am so sorry because of my english skill.
I got NRF_ERROR_RESOURCES when the connection between NRF Module and mobile device is disconnected due to...