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'm currently working on a custom DFU op-code that allows the MCU to send a "pause" op-code, similar to the op-codes found in the DFU protocol.
The steps I've taken...
Hi All
I’m making a few tests on a custom board equipped with a nRF51822-AA device trying to update the firmware with a newest one based on a more recent SDK
The original...
nRF5 SDK version 17.0.2
In usb_dfu_transport_init we have this:
If the nrf_drv_power driver was already initialized, this will return NRF_ERROR_MODULE_ALREADY_INITIALIZED...
The documentation for the sd_ble_gatts_hvx() method states:
This function checks for the relevant Client Characteristic Configuration descriptor value to verify that the...
Using NCS v1.4.99-dev1.
I have no problem using the PWM with a nRF5340PDK but when i tried it on a nRF5340DK, my program was not working correctly.
I have made a simple...
Hi All:
As the topic............Now ,my program is consisted two group,one is the base group,the other is the application group.We often upgrade the application group,so...
Hi
Try to enable reset pin on a 52810 custom board
After defining CONFIG_GPIO_AS_PINRESET in project I ended with UICR registers set to 0 both PSELRESET[0] and PSELRESET...
I have a project with app + SD + BL + Settings page, all merged using the mergehex tool
The mergehex was installed as part of the nrfutil package.
all is well when the...
Hello,
I'm using sprintf to prepare a string to be sent with app_usbd_cdc_acm_write() with a usb configuration resembling your usbd_cdc_acm example of SDK 17.0.2.
When...
Hi everyone,
I want to serial print an array of bytes in hex format. The array size is 200bytes. I tried to use the NRF_LOG_HEXDUMP_INFO but it doesn't print all the array...
Dears,
Diagram as attached, we want to make a audio recorder design.
Customer wants to recorder the audio, and at the same time do audio player works.
Is it possible...
I'm evaluating nRF52840 DK.
Currently running peripheral_lbs example.
I'm trying to set security level to BT_SECURITY_L4
I'm connecting to nRF52840DK with via smartphone...