Good morning,
In my application (SDK v 2.8.0) I would like to disable/enable runtime the advertising for the mesh provisioning. The inizialization of the mesh stack works...
Hi,
Our project need 7 seperate PWM outputs, as the nRF52840 have 4 hardware pwm, I decide to use GPIOTE with PPI to create extra 3 pwm outputs to drive Red/Green/Blue...
Hi, last year the name of the Zephyr module "TraceRecorderSource" was changed to "percepio". In January a PR was accepted that updated the SDK's allow-list (west.yml).
We...
hi support team,
may i ask do we have demo on how to test remote provision in ncs2.9.0?
i assume there are two possiblilities:
1.
For server, we need add below settings...
Hello,
We are using a BLE module based on nRF52832 with a U.FL connector for external antenna connection. One of our automated tests requires we turn off/on the antenna...
Hello,
I'm looking to get XInput working on the nRF52840 so that our device can appear as an Xbox-compatible game controller. I'd appreciate any guidance or recommendations...
Hi All,
Previous last two times I opened my project in VS Code it displayed a deprecation notice complaining about SDK and toolchain versions. My plan was to address it...
I'm sending a write authorization reply using sd_ble_gatts_rw_authorize_reply() in response to a standard Write Request with one byte of data. When I set the gatt_status to...
I am currently dealing with a strange problem when trying to use DFU OTA. When I enter DFU mode on Master Control Panel and try and update I get the following two error messages...
Does anyone have a working copy of ble_cps.c\h
The BDS (version 1.0.2095.0) plugin (v.1.2.4) does not generate code that compiles under IAR EWB
IAR ANSI C/C++ Compiler...
Hi there, I'm definitely a newb when it comes to wireless communication and communication protocols so I'd like this question to be answered at a higher level than what I...
Hello,
I am implementing a central which is scanning for advertising packets using s130, SDK11, nRF51822 and based on example ble_app_hrs_rscs_relay.
I get the advertising...
Hi,
I'm trying to porte my code from micro_esb to nrf_esb. My need is to know when a frame with correct address is received. This frame don't need to be valid just received...
Is there any way to use more than 4 buttons using app_button or BSP library?
It seems that GPIOTE can handle only 4 pin. Am I right??
uint32_t err_code;
// Button configuration...
Hi,
I am wondering if it is possible to change the RADIO data rate using SoftDevice.
I am developing an application which do not need an high data transfer but it would...
Hi,
Migration to nRF5_SDK_12.0.0_12f24da has broken build of some our projects at link stage (region RAM overflowed with stack).
During investigation I found that nfc_t2t_lib_gcc...
I'm running app_error_handler with
SEGGER_RTT_printf(0,"\nerr_code %d on line %d file %d",error_code,line_num, p_file_name);
to print out what went wrong and where...
We are writing an Android app for our own peripheral (nRF51-based). We know the handles for all the characteristics.
On Android gatt.discoverServices() needs to be called...
I've tried to use UART samples to test large BLE payload size with SDK 12 and SoftDevice 3.0
What I did is modifying UART central and peripheral code:
In both project...
Hi,
I have an nRF51 project using SD110 and SDK8.0 that refuses connection parameter negotiation. I a handler that would disconnect bluetooth when a connection parameter...
If, for example we would source 10 mA on 2 pins (2 x 5 mA), how much current can we sink on high drive pins?
Is that 15 mA overall sinking and sourcing (which seems like...