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,
i am working with nrf52832. system on sleep mode is working ok in ble_app_uart example by commenting " //err_code = sd_power_system_off(); //APP_ERROR_CHECK(err_code...
I'm guessing this isn't the best place to ask this question. Please redirect if you can suggest a better place to ask. Thanks! I'll recopy the question here:
NRF has an...
Using
SW : NRF_SDK_16, SDK_MESH_v4.0
HW: NRF52840 DONGLE.
I have implemented light_switch_client which also has USB part initialization and then added in USB_DONGLE...
I am working on the nRF5340DK and NCS v1.5.0
Acording to this example https://github.com/NordicMatt/multi-NUS , I used the Throughput sample as the fundermental project...
I'm measuring the power consumption of the BLE Beacon example and got the graph below for one beacon transmission. I'm wondering what those smaller peaks are with 1ms period...
Howdy,
I'm evaluating the nRF Sniffer + nRF52840 dongle as a stop gap BLE sniffer solution, but I'm having a lot of issues setting it up.
Re: Installing nRF Sniffer (...
Good morning,
I am working with the AOA module of the nRF Connect SDK. I have been able to configure and program the transmitter with the CTE as well as the receiver and...
Dear Nordic,
we are developing an application based on SDK 17.0.2, it user FreeRTOS and BLE with Peer Manager.
We need to store few data in FLASH without confict with...
Hi
We are trying to get the DTM mode working for the NRF52 2nd BLE for testing BLE TX power and RSSI at the factory.
(1)HW setup is shown
(2 ) Procedure
We have...
Hello,
what are necessary that a Device automatically (without a 3rd party app) connect to the GATT Server with a HID Service.
I have implement a
HID Service,
Device...
hi,
I'm use nRF52840 to developing a Computer Keyboard,i wish 8X18 matrix a total of 144 buttons,About keyboard button matrix, please help to determine which GPIO can do...
Hello,
I am trying to resolve some compliance issues with the third-party libraries that are used in the SDK. For nanopb, it seems like the changes in pb_decode.h mentioned...
Hello,
I want to configure pin 0.13 as a rising edge interrupt.
Is there any sample code to configure the pin and interrupt handler?
Thanks in advance.