Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Using the example s110 project. I compiled in keil5, programmed the devkit using nrfgo studio, and tried to connect using the master control panel. Master control panel cannot...
I'm trying to use slave latency to reduce current consumption of my device.
Connection parameters defined in `main.c`:
#define MIN_CONN_INTERVAL MSEC_TO_UNITS(15, UNIT_1_25_MS...
I have been using the pc-ble-driver Python bindings to implement a peripheral. I have extended BLEDriver to support sd_ble_gatts_* the functions. I now have a working peripheral...
Hi,
At the moment I generate 4 independent pwm signals, I would prefer to have 6 but this is not possible to my understanding due to the lack of GPIOTE [ ref1 , ref2 ...
Hi Folks,
I'm having trouble running the demo second time followed the steps mentioned http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk...
I am having trouble with nRF5 SDKv15. I am using the nRF52840 SoC. I have been looking at the example projects for both the RTC and TWI implementations for reference and cannot...
Hi,
We are developing a wireless sensor for research purpose using NRF52. I was always develop under Bluetooth 5.0 environments. The phone i am always using is Xiaomi MI...
I know the Nordic provides timeout parameter to control advertising parameters.
If I set the ble_adv_fast_timeout to 1s, my ble-central device scanned the advertisement...
I can use standard UUIDs and successfully add a Service and several characteristics, so I think the error message above is a red herring. When I attempt to create a custom...
Hi there,
I am trying to modify flashwrtire peripheral example code for uart bootloader,
- I have used flash read write softdevice functions (sd_flash_read/sd_flash_write...
I am trying to program a BMD-300 over a serial connection through the RigDFU bootloader. The module has been updated to the latest factory image.
I can compile the application...
Now I want to run the python scripts interactive_pyaci.py in Embedded system device, I want to know which version of Python Environment must be install in the Embedded device...
I cannot find the call to sd_ble_gap_appearance_set(...) function in the ble_app_blinky example, so that I think it's unnecessary to call:
in nRF5_SDK_for_Thread_v0.11...