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...
At the end of last year, the new package nRF5240 WLCSP was delivered and it is now available in the market, however, I have not found an official layout for this new package...
I'm trying to use the QSPI periph to interface to a Flash, the project is based on the blinky and has UART and SAADC added in so far. I can use nrfx_qspi_cinstr_xfer to read...
Hello,
I am developing an application for location tracking to be run on a Windows computer. The computer will be communicating to a mesh network using the serial interface...
Hi,
I'm using nRF52840, with NFC pairing (based on SDK examples).
The problem is that sometimes, after advertising, my device is waiting and nothing happens. After using...
nRF52832, SDK14.0.0, S132v5.0.1
http://infocenter.nordicsemi.com/pdf/nRF52832_PS_v1.4.pdf
Section 18.8 (page 83) shows that the WDT registers are retained across Soft...
Build and flash mqtt sample. Use board nRF9160. Ubuntu 16.04. Firstly flash secure boot, just after that flash mqtt sample. Have this in terminal:
The MQTT simple sample...
Hey everyone, I am trying to setup the external temp sensor instead of using the simulated data
I modified prj.conf to:
CONFIG_TEMP_USE_EXTERNAL=y
and Kconfig default...
Hello
I used the pc-ble-driver-py to advertise Apple ibeacons, but it seems that they're advertised as connectable undirected packets which is not good in my case, as...
Was told to avoid using nrf and particularly to mix nrf/nrfx functions.
Need clear sdk_config.h requirements to setup that also addresses what must not be in the config...
Hello to everyone.
I'm working with Light_switch example for nRF52832 (PCA10040) and Mesh 3.1. I'm trying to modify the server example and to do that I need to know where...
Starting from this example I try to bring clock functionality to my BLE-project.
1. The external LFCLK-XTAL
I need some clarification about the use of the different...
Hi Team,
May I know your kind advice on the following issue when I tried to Open the SDK project in SES. I have seen some discussions on line but none of them works for...
I'm trying to migrate from SDK12 to SDK15, but my code always crashes at advertising_init() and goes to NRF_BREAKPOINT_COND. Even when I directly use the example from the...
I tried searching for this response but cant find exact answer
SDK15.2 and API6.1
I am trying to have an advertiser but would like to put it in some sleep mode and advertise...
There are a few pins I want to use but are already assigned to MCU interface UART or buttons like p0.05 to p0.08 and p0.11 to p0.16 on the nRF52840 DK. I’m wondering if it...