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 have mentioned this already 9 month ago in another ticket ( https://devzone.nordicsemi.com/f/nordic-q-a/75331/dfu-upgrade-of-only-bootloader-not-softdevice ) but it...
Hi ,
the nrf25840 data states regarding temperature sensor's accuracy: To achieve the measurement accuracy stated in the electrical specification, the crystal oscillator...
Hi, I use two nRF52840 DK for testing purposes for over 1.5 years now. Suddenly, yesterday the BLE module in one of the DK's stopped working. Just like that. Same functional...
Hellow
We are in trouble. Please tell me what to do.
The input range of the SAADC is not as expected.
I use: ・nrf52840 ・VDD=3.3V by Regulator ・nRF5_SDK_17.1.0 ・Sample...
The example ble_app_uart is working fine (i.e. I get NRF_LOG_INFO from gatt_evt_handler), but my code doesn't. I've checked the diff between them and tried adding all diffs...
Hi All,
I am using nRF52 DK board & nRF5_SDK_17.1.0 for Development(Emulated Project for nRF52805), My application needs creation of multiple service and multiple characteristics...
I bought a handful of nrf52840-Dongle boards, with the intention of developing an application on one "dev" board and then flashing it through the Open Bootloader on the others...
hi am working on DFU- OTA on nRF52833. In one of the query I found the method for to evaluate DFU- OTA on nRf52833 , am able to do that ,after connected to the Bluetooth I...
Hello,
I am new to Nordic. Earlier I was using Cypress controllers CYBT343026-01. As per nRF documentation, I believe once the controller goes into a deep sleep mode, I...
Hi, devzone!
I'm trying to use a timer to periodically change the digital output but it seems that the handler function is not called.
The whole code is based on the...
Hello!
For a project, I am relying on RSSI data from the development kit nRF52832. The problem is that the data I get is in dBm (I assume?), that is values like -30, -50...
Hi,
We are designing a board that is controlled by a NRF52840 and that will use a NRF21540 (FEM) to enhance its radio link budget.
We will use the FEM with diversity antenna...
Hi,
The DFU(reuse ota code) partition configuration file I got from your technical support is as follows,It divides Flash(1024K) into the following regions:mcuboot(48K)...
Hi, I need to use UART0, UART1 and I2C0 in my application. I initialized these in overlay file (attached). When, debug is run, it is observed that the I2C binding is not successful...