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...
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...
In this tutorial
github.com/.../custom_ble_service_example
There are two additional files added to the template project
ble_cus.c
ble_cus.h
I understand that...
My peripheral uses a generic sensor service which I use for various sensors. Most of the sensors only have one integer as value and can be abstracted the same, hence I made...
Does the Thingy:52 use the default transmit power of 0dBm? I didn't see anywhere that it could be changed from the app or that sd_ble_gap_tx_power_set was called anywhere...
Using Keil MDK Lite v 5.22, writing code in C for nRF52, with SDK 12.
Example code works.
How does one declare a function, define it, and call it?
I've created a...
In my debugger, I see that variable error_code is 0x00000004
void app_error_handler_bare(ret_code_t error_code)
{
error_info_t error_info =
{
.line_num = 0,
.p_file_name...
I'm running a debug session.
I set a break point inside of function services_init on line 201.
I ran the run up to break point command
The processor pauses on...
Hi,
i am trying to save data with the flash data storage module. Using this code ( infocenter.nordicsemi.com/index.jsp from infocenter erverything works fine. But when...
I am attempting to do a BLE firmware update via command line tools in an attempt to automate programming in a script file. I have zero problems performing an over the air...
In a project using esb, with two nrf52832 devices configured as default, one as RX, one as TX, with dynamic payload, TX sending packets to RX can change the packet pid (and...
Hi!
I have two PCA10040 boards and I'm running the MQTT publisher example in both using a Raspberry Pi 3 Model B as a gateway.
Therefore, both boards are establishing...
Hello,
I am using pca10028 and sdk 12.2. I am trying to run some code. I am getting some make file error as ble_nus_error.PNG .
My main.c file is New Text Document (3...