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...
Hello,
I was using the usbd_ble_uart code for the nrf52840 dongle. When I connected the dongle to u-link 2 debugger and used keil uVision I was just doing my settings in...
NCS version:v1.5.1
board:nRF5340DK(0.11.0)
first,i use SES Embedded open radio_test project and choose nrf5340dk_nrf5340_cpunet ,and use [west flash --erase] download...
I am using nRF Connect SDK Tutorial - Part 1 | NCS v1.4.0.
I am using MacOS and nRF Connect SDK v1.6.1 .
a. The JlinkExe executes but JLinkRTTClientExe doesn't show any...
As noted in recent past cases, we have an issue with the state of the nRESET pin that is causing unwanted resets when connected/disconnected from external hardware (programmer...
I used NRF52840 Base on NRF SDK15.3 and freertos.
I have two task call nrf_crypto_aes_crypt a t the same time occasionally return NRF_ERROR_CRYPTO_BUSY. And also I add mutex...
Hi
I am developing with nrf52832 development board and sdk17. I'm trying to communicate with redpine rs9116w through spi but get some problems.
I have an other nrf52840...
Hi,
I'm a beginner at this, I'm a software developer so I've never worked with hardware but now I need to and I don't seem to be able to make it work.
I would need help...
Hi,
I have nRF9160 Power Measurement DK board, (PCA63511 Rev 1.1.0). And
nRF52 dev boards (nRF52840) (PCA10056)
I measured my program as: with nRFConnect version 3.2...
I have a project I have been working on for a touch switch using the nRF52840. I have been developing it using NRF Connect 1.6.0 and testing it on the nRF52840DK board. It...
I have some code handling the `BLE_EVT_USER_MEM_REQUEST` event. When I try and call `sd_ble_user_mem_reply` from within that handler, It is returning `NRF_ERROR_INVALID_STATE...
Hi,
My application has several characteristics that require read/write authorization. But for some peer I only want them to have access to some certain characteristics...
Hi,
I have a custom board based on the PCA10015 where im not getting any contact between the NRF9160 and the IBASIS SIM.
The SIM is in the correct way and i have the same...
Hi,
I'm having trouble finding out which versions of ncs, modem firmware, and SUPL library are compatible with the B0 revision of the nRF9160 that we use currently. I'm...
I'm using the nrf52810 with S112 in peripheral mode. Using the example blinky firmware and mobile app works perfectly with my Android and iPhone. However when I add in passkey...