Debug Logger without softdevice, and the define ENABLE_DEBUG_LOG_SUPPORT to my project in the C/C++ tab.
i just test, very simple , but cannot get debug log..
int main...
I am trying to use the scheduler, but I would like to know if it is possible to have events with different priorities... As an example:
Task A - Priority LOW
Task B -...
FIXED (see below)
Hi!
I'm developing software for nRF52 on nRF52 preview DK, which I got on the Global Tech Tour.
LED blinking (blinky) example is running OK, so I moved...
Hello everyone,
I am using the great platformio toolchain that supports the mbed framework so far. I am still a newbie to it however.
I want to be able to use both the...
Hello!
I have a device with nRF51288. And I need to fill technical specification with the following parametres: operation freq., channel bandwidth, modulation, number of...
Hello,
Does anyone have a suggestion for a production programmer for the nRF24LE1 One Time Programmable version? I have been able to program the units with the nRFGo Studio...
GOAL: To send one 20-byte data packet from an Android Galaxy S5 to nrf51822 and send three 20-byte packets from the nrf51822 to the S5 in a single connection interval of 10...
Does anyone have a working copy of ble_cps.c\h
The BDS (version 1.0.2095.0) plugin (v.1.2.4) does not generate code that compiles under IAR EWB
IAR ANSI C/C++ Compiler...
Hi there, I'm definitely a newb when it comes to wireless communication and communication protocols so I'd like this question to be answered at a higher level than what I...
Hello,
I am implementing a central which is scanning for advertising packets using s130, SDK11, nRF51822 and based on example ble_app_hrs_rscs_relay.
I get the advertising...
Hi,
I'm trying to porte my code from micro_esb to nrf_esb. My need is to know when a frame with correct address is received. This frame don't need to be valid just received...
Is there any way to use more than 4 buttons using app_button or BSP library?
It seems that GPIOTE can handle only 4 pin. Am I right??
uint32_t err_code;
// Button configuration...
Hi,
I am wondering if it is possible to change the RADIO data rate using SoftDevice.
I am developing an application which do not need an high data transfer but it would...
Hi,
Migration to nRF5_SDK_12.0.0_12f24da has broken build of some our projects at link stage (region RAM overflowed with stack).
During investigation I found that nfc_t2t_lib_gcc...
I'm running app_error_handler with
SEGGER_RTT_printf(0,"\nerr_code %d on line %d file %d",error_code,line_num, p_file_name);
to print out what went wrong and where...
We are writing an Android app for our own peripheral (nRF51-based). We know the handles for all the characteristics.
On Android gatt.discoverServices() needs to be called...
I've tried to use UART samples to test large BLE payload size with SDK 12 and SoftDevice 3.0
What I did is modifying UART central and peripheral code:
In both project...
Hi,
I have an nRF51 project using SD110 and SDK8.0 that refuses connection parameter negotiation. I a handler that would disconnect bluetooth when a connection parameter...
If, for example we would source 10 mA on 2 pins (2 x 5 mA), how much current can we sink on high drive pins?
Is that 15 mA overall sinking and sourcing (which seems like...
Hi,
HW:PCA10040
SDK:v12.0
QUESTION:PWM
I want to use SDK 12 to get 4 pwm , so i search in pwm , i start my program like this , but i can't find nrf_drv_pwm_config_t...
anybody knows how to download the nrf52 sdk common library document?
i only find a online help infocenter.nordicsemi.com/index.jsp but i need a offline reference manual....