Hi
Does anyone know a CE—certified module based on the nRF24LU1+? Ideally, it should have an SMA connector, but any kind of antenna would be fine.
There are many modules...
I am running peripheral example radio test example on PCA10001(part of nRF51822 Evaluation Kit). using nordic sdk v7.
I am using mincicom on linux at baudrate of 38400...
Hello!
I am trying to get windows phone work with nrf_uart example on nrf51 dk board (pca10028).
I am using SDK 9.0 with S110 softdevice ver. 8.0.0.
I was using examples...
Hi
I met a problem when I use my new board,I found that the example in the peripheral folder in SDK can run correctlly,but the the example in the ble_peripheral folder...
Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
I am running Windows 7 Pro SP 1 64 bit and have gong through the tools installation procedure, in particular running nRFTools_7_7_0_Installer.exe. This ran the J-Link V5.02...
I am very familiar with the arduino side but the BLE is brand new to me. I was wondering if I can use P0.00 and P0.01 to talk to the arduino and if its possible how exactly...
Hi,
The opcodes for Generic Power OnOff models are wrong. They weren't changed when the model was copied from the Default Transition Time server Model.
From the Model...
Hi,
My english is not good, please forgive me.
msd and hid device,set as follow:
//msd-------------------------------------------------------------
APP_USBD_MSC_GLOBAL_DEF...
Hello,
i'm practice beacon on 51422 DK. The first thing i wanna try is GPIO setting. What else i have to write or replace from the beacon example after setting GPIO in ...
Hi, I have working firmware for nRF52832 dev kit based on mesh coexistence examples (Mesh SDK 2.2.0 + nRF5_SDK_15.0.0). I'm trying to port the same firmware on nRF52840 dev...
I have flashed the firmware using nRF connect app. I have a bat file which executed few commands. I want to transfer that file to flash memory and access it I the file explorer...
Hi there!
I am trying to add custom UUID's for my BLE application.
I have a custom service which has 2 RX and 3 TX characteristics.
I have a situation where the Android...
Hi,
I would like to disable TWIM peripheral when not needed to save some power and enable it just before it's needed. Is there any delay after writing to NRF_TWIMx->ENABLE...
I want to get vdd without timer
so i found this.
https://devzone.nordicsemi.com/f/nordic-q-a/38239/nrf-52832-saadc-without-timer/147517#147517
and change some part like...
I have a design, using the NRF24L01+, that I would like to run from batteries. The Transmitting device is not a problem, because it can turn off when not transmitting.
For...
Hi All,
For NRF52 is that possible to configure the system to use a different pin for RESET than GPIO 21? We want to reset the NRF on errors, if our other MCU detects some...
Board:PCA10056 (0.9.3)
SDK:15.2
Softdevice:S140
Example:ble_app_blinky
Today,I follow this page Using an ampere-meter for current measurement to measure the current...
Used SDK: 15.2.0
Hello,
I want to print some debug messages over RTT after an error occured. After that I want to reset the system.
If I put the string into the que...
I've followed the steps to set up the SDK.
When I execute the batch file(setup_sdk.bat), there is something wrong occur (as below pic)
I've installed the git and add...