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...
Hello everyone,
I am developping a custom board with an nrf52840 chip and 2 of my boards are constantly blocked in HardFault of the cortex m4at the beginning of any program...
Hi everyone, I am searching for a solution to interface with a custom board using nRF52810 based on USB-C connector.
Our new PCB has routed the USB C data lines to nRF52810...
Hi,
We just upgraded to the latest version of Zephyr, and all of our out-of-tree driver using I2C (TWIM) are now broken.
All the i2c_xxx function return -5 with a NACK...
I haven't been able to find information on the method used by nrfutil to generate the private keys. How secure is the randomness without a seed? Can I seed it?
Hello everyone,
I started an evaluation for the Nordic Thingy91 using the "mqtt_simple" example from the SDK1.6.0 version. The Thingy91 is HW-version 1.4.0. Programming...
To the kind attention of Nordic support team,
It seems that pin 74 (Die pad) should be ground and C14 not directly connected to ground, but using a line to pin 74. Right...
Hello,
I have been working with a custom board that incorporates an nRF52840 in a similar way to the dongle (PCA10059). A problem had arisen in which there was no bootloader...
Hi.
I use 5340 + ncs 2.0.2
I used k_sleep and k_wake up periodly do something. but something is wired
under below example
in this example I though count value...
Has happened a couple of times on fresh installations of the toolchains, I am not able to build with NANOPB enabled due to the provided python executable not having the protobuf...
Hello,
We have installed latest NRF Mesh Android application.(3.2.4)
We were unable to find few menu's visible in the latest application.
Please can you help us to find...
Beacon example ( zephyr/samples/bluetooth/beacon )
Issuing the following:
I get images running on APP and NET core, beacon can be catched by nrfconnect.
But if I want...
I am just getting started with the nRF9160 DK. I have a few questions, and I have searched the DevZone for answers, but I am still a bit confused and unsure how to go on with...
Hi
Im am struggling getting nanopb to parse proto files in NCS toolchain zephyr context.
It appears that the python38 embedded in NCS toolchain does not include all standard...
Hi
This post is a NCS v2.0.x follow up for devzone.nordicsemi.com/.../nanopb-and-ncs-python-standard-libs
In the previous post the issue was solved by running in a virtual...