Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
Using a NRF9160DK. SDK2.0.0. Modem 1.3.2.
I have a problem when setting up a new NRF board to run with MQTT with AWS.
When the setup is running, I get LOG <inf> for...
Hi,
we have a unit that needs to go for conformance testing.
The only external interface we have is the nNR52833s USB port (pins 12/13 on QDAA).
Alternatively can the...
Hello,
We're using a nRF52840 with S140 SoftDevice (v7.3.0) for a Central device but we're having a disturbing issue when scanning: a hardfault occurs less than 2 seconds...
Using the pc_ble_driver_py.ble_driver I'm able to subscribe to notifications, but unable to get the values upon connection. The error is:
I do not know how to install...
We have an application where we need the PWM pin state to revert to high impedance between bursts. It doesn't appear this behavior is capable by default. Is there a means...
Hi,
As mentioned in the question, I want to use the external clock as the RTC instead of the internal clock. How to configure it?
Platform: Windows 10
NCS version: 1...
For a fully connected set of node devices in a BLE mesh network, where any node device can send data packets to any other node device via an optimally short number of radio...
Hey,
upon a BLE_GAP_EVT_ADV_REPORT I call the following function:
static void pass_adv_data(ble_gap_evt_adv_report_t const *p_adv_report).
The function checks the p_adv_report...
Hello,
I'm having trouble setting up CMSIS Configuration Wizard in SES IDE v5.50a on Mac OS.
I've followed the instruction in https://www.youtube.com/watch?v=b0MxWaAjMco...
hi Team,
working Environment:
nrf52832 DK, SDK 17.1.0, keil IDE uvision 5, Windows 10 pro.
i am working with ble_peripheral based ble_app_uart example.
this program...
I am working on some teching modules covering MCUBoot and DFU ... and trying to get the
basic examples built for an nRF52840 DK board ... and am running into an error along...
Hi,
i am using MCUBOOT + nrF5340 and i am using the nRF Connect Device Manager to upload firmware and perform the upgrade.
I would like to know if it is possible to execute...
How do I check to see if a peripheral is inside the list of bonded units of a central?
I know I can just scan -> see unit -> connect -> change security and if it IS bonded...
Tried debugging and found the code loops in this place, lfclk_spinwait
I have added the following configuration in prj.conf
CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC...