Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
Hello,
We are trying to upgrade two types of our existing projects with BLE connectivity. For simplifying this help-post, I’m referring only for the simplest project group...
Hello!
I am implementing a custom OTA procedure for the NRF52840 development board and I need to be able to load the firmware from several predefined positions in the flash...
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...