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...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
Hello
I am developing a board using nRF52840. I have one doubt i can used internal regulator when i power on vddh and how to select voltage level My requirement is 3.3V...
I want to use UART in the ble_app_multilink_central example. I got the Serial example project working but at the moment of moving all the sdk_config.h flags I just receive...
Hi, I want to my central device to search for peripherals by specific, hardcoced IRKs. I have setup whitelist that cooperates with bonding and peer manager. The thing is that...
I have gone through one example "servo_motor" using PWM method to control motor direction, but that seems little different from what I want to develop.
I am having nRF5340...
Hi,
I´m trying to read my ADC values. I powered de DK with USB and trying to read sensormeasurements, but I can´t see the right values.
I´m trying to read with the 12...
Hello Nordic support:
Our product used nRF52840, nRF5_SDK_17.1.0 s140_nrf52_7.2.0_softdevice.hex. Could you help us to fill the form of bluetooth BQB certification test...
I am the user who is using nrf52832. A 1:Nble connection was successful using the multi-central example. I set the tx power of the device using sd_ble_gap_tx_power_set()....
Hi,
I have successfully built my application using the VS Code nRF build function. I am now trying to build an application using the West command in the terminal by following...
nRF Connect for VS Code v2022.9.179 on MacBook Pro M1. The new nRF Debug in VSCode hangs before main starts. If I switch back to Cortex-Debug then I can debug.
Hi,
In one of my application based on SDK 15.2, I am using nRF52832 as a central scanning device for 128 BLE beacons
My question is how often is the ble_gap_evt_adv_report_t...
Just got NRFX_QDEC driver implementation to work after some issues (using SDK 15.0.0). Thought I might share my experience, maybe help someone else, and give input Nordic...
Hello, I'm currently using the nRF Connect SDK toolchain with BM832 modules (nrf52832). After updating to version 2.1.0 I've noticed my bluetooth applications hang whenever...