Hi
I met a problem when I use my new board,I found that the example in the peripheral folder in SDK can run correctlly,but the the example in the ble_peripheral folder...
Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
I am running Windows 7 Pro SP 1 64 bit and have gong through the tools installation procedure, in particular running nRFTools_7_7_0_Installer.exe. This ran the J-Link V5.02...
I am very familiar with the arduino side but the BLE is brand new to me. I was wondering if I can use P0.00 and P0.01 to talk to the arduino and if its possible how exactly...
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 -...
Hello, when trying to finish provisioning my nodes (3 total, per example program's instructions), my provisioner program keeps running into
NRF_MESH_EVT_PROV_LINK_CLOSED...
i am using three boards , one is client (nrf52840) and other two boards as server(nRF52832) using light switch example . i want to get the message from client board ,to relay...
Hello,
I am having trouble understanding how the following function in the PWM driver example under peripherals in the SDK. Below is demo1 from the code that creates and...
I am not able to enter DFU Mode with secure bootloader example.
I use IAR and NRF Connect with Programmer to flash
Following are the steps I followed
1. Build Secure...
Hi Everyone,
In this code I'm face a problem. The issue is when i debug, it shows "<info> app: TWI device detected at address 0x6D" . Please find attached a snapshot of...
Hello,
I scrolled through some subjects about that SoC already but I wanted to get some more precision.
1. Can I start developing solutions for AoA / AoD system...
I am trying to do a ramping PWM. I want to update PWM every 25ms by increasing the duty cycle by 10%. I tried to setup a timer, by calling app_start_timer() on repeat mod...
Can you clarify how FLASH_SIZE, defined within the linker_section_placement_macros setting in the Segger Embedded Studio project file is used? Specifically: should it reflect...
In the light switch example, I try to change the network-key and then get some new unprovisioned servers provisioned.
The servers seem to get provisioned, but the client...
Hi,
I am working on NRF52840 preview DK using SDK version 15.3
I have compiled and loaded the Secure DFU bootloader onto the device, and also successfully got the BLE_BUTTONLESS_DFU...
I am using the mesh SDK version 2.2 (I think - I renamed the folder when I started, but I can't find a reference to the version number in the library! I am sure it is 2-point...
Hi,
How to calculate the free Ram and Flash after I loaded bootloader + SD + App on a running nRF52840?
I want to know ways to measure during critical RAM load too.
...
Hi, what is the correct way to erase all the connection params of a zigbee router device (not coordinator), and restart to search for a network automatically in production...
Hello,
I am using SDK 15.2.0 ,nrf52840. In my application we are using bluetooth and USB. The application works good. The device advertise and can get into the application...