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...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I'm trying to evaluate the new Asset Tracker v2 example with a Thingy91, nRF cloud, and the supplied iBasis SIM, but when I build I get the following error:
C:/Nordic...
Hello,
in documentation of nRF9160 RSRQ is defined for 0..34 and 255.
What about values 35..254? Is it possible to get these values from the chip?
I have to know, if...
using any example with BLE I get the following:
when loading , prints on log :
[00:00:00.291,595] <wrn> bt_hci_core: ECC HCI commands not available
and when I...
Hello, Nordic.
I'm configuring a mesh network. The provisioner, client and server all going well, except for one problem.
I made a client and server based on sdk-coexist...
Hi
I connected EEPROM and RTC to nRF52832.
The interface is TWI.
I'm looking for a sample program to evaluate this EEPROM and RTC.
EEPROM wants to read, write, clear...
I am going to programme the nrf52840_pca10056 DK with Arduino IDE. I was folow this tutoriol https://how2electronics.com/nordic-nrf52840-advanced-bluetooth-5-arduino-ide/...
Hi,
I am trying to set up a bootloader using the example code given in SDK 15.3.0. I am working with the nrf52840 dk and have been using the same device with the same project...
We are working on requirements for a design based on the nRF52832. Does Nordic have characterization data to share of the temperature dependency of clock drift of LFCLK?
Hello all,
I've got a Thingy 9.1. I've successfully built and flashed the serial_lte_modem example (with no changes) onto the device but when I open the serial port in LTE...
Hi,
I dowloaded mesh 5.0 sdk and open light_switch example project with SES which installed in a 64bit windows 10.
I set the SDK ROOT as following the step of online guide...
Hello,
I have just started in the world of Nordic products and quite recently in the embedded world. I'm trying to learn and understand the use of zephyr in basic projects...
Hi,
after migrating functional project to latest ncs version v1.5.0 I managed to build and flash it to nrf52840 board without problems. However if I enable MCUboot option...
Hi guys,
I want to add the function of multiple slaves to the nrf_desktop routine to support two hosts to connect to the keyboard .This routine is in the ncs1.4.1\v1.4.1...
Hi,
My application is to scan BLE advertising packet.
My application works when the scan_phys is set to BLE_GAP_PHY_1MBPS.
params.active = true; params.interval = NRF_BLE_SCAN_SCAN_INTERVAL;...