I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
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...