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...
Hi Team,
regarding my application I need to switch the reference voltage we are taking two deferent reference voltage Ex: one for 2.25 and another 0.75 so we have requirement...
Hi,
I am working with nrf52-ble-app-uart-relay example taken from Nordic Playground github. I have SES IDE, nRF5_SDK_16.0.0 & nRF52840 DK. The central part of the relay...
Hi
Having the nRF5340DK board and following few examples from the nRD SDK Connect. After programming the application core, need to program the network core using the hci_rpmsg...
Hi, I already read more threads about this issue. How to program the nRF52840-Dongle. Most threads go to far in details, where my knowledge ends... I just want to run a simple...
I am trying to include software support for the ST LIS2DE12 accelerometer chip which is found in V1.5.0/zephyr/modules/kconfig.st as
config USE_STDC_LISDE12
bool
V1...
Hi,
I'm looking for the source code to the program that came on the Thingy91
I have not been able to find the source anywhere in the documentation
or sample code....
I am trying to port an nRF51 project that runs on the nRF51 DK using Keil to the nRF52840 DK using Segger Embedded Studio. Clearly the best way to start is to take an example...
Hi,
I am using nrf52833 development kit have nRF5_SDK_17.0.2_d674dde with softdevice as s140 when i running the code following error occurs as follows on serial monitor...
Hi
I am facing a problem similar to the one in Case ID228253.
I am using a custom 52810 board and have configured the UART pins on P0.12(Tx) and P0.14(Rx), defined in...
Feeling disappointed while trying to find information on nRF Connect SDK documentation. Let me give this simple example:
Mission: check and ensure that watchdog is enabled...
Having in mind an application that is comprised of two nRF devices (can be two 52833 or 5340 or any combination of these).
One to act as a Central, the other to be Peripheral...
Hello.
I have my application created by referring to "ble_app_buttonless_dfu" example.
When I applied for certification with this application, it was determined that this...
As you know, FDA check issue that is SWETYNTOOTH for all BLE Solutions to apply for medical solutions
So, My customer requested that is checking free from SWETYNTOOTH issue...
Hi,
According to comments above bt_mesh_time_cli_time_set of time_cli.c , if the last parameter is NULL
the function is non blocking:
However, the function returns...