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!
I am trying to install MCUMgr on MACos.
I install the Go Programming Language and then follow this: https://docs.zephyrproject.org/latest/services/device_mgmt/mcumgr...
(I was asked to create a new post for this specific query. The original post where this investigation started is here: Async UART and shell module in Zephyr on nRF52480 )...
I've just built up a batch of custom PCB's we designed using the nRF52832-QFAA IC's. I'm attempting to program these with the nRF52-DK, and am following the connection diagram...
Hi I'm using example ble_app_uart with minor modified. Only add more log to debug. Hardware nrf52840 DK. Latest SDK v17.0.2, s140. Connect to mobile phone using nrf connect...
I use the zephyr version 3.0.9,when i build the hci_rpmsg project,it have serial error.then i chnange the onfigruation by add some new definition.
I add some configurations...
Hi,
What macro should be used in the bt_data ad struct in order to advertise a custom 128 bit UUID? I have tried the following: BT_UUID_128_ENCODE(BT_UUID_CUSTOM_SERVICE...
The Trace Collector V2 preview (v0.3.5), seems not longer working. (It was working nice before with the mfw 1.3.2.)
Unfortunately, I'm not sure, which of the updates of...
Hi there,
I was using app_uart_put to print out data from a nRF52, but now I need use printf to use AT commands more easily(more readable) instead the working around app_uart_put...
I am going through the Nordic tutorial Creating Matter device ( developer.nordicsemi.com/.../ug_matter_gs_adding_clusters.html ) but I am getting errors during the build that...
It took me a few days to determine this issue, so I wanted to share it with the community if you come across this issue. If your pairing process is not sharing the IRK/ Resolvable...
Hello,
Our production device is having issues with the BLE connection only identified with the Samsung S20+ model currently. We are using custom services for our phone App...
Hi,
I am working with nrf52840 development kit and raspberry pi 3b module.
Using raspberry pi module i am able to scan and connect to nrf52840 development kit.
Now...
Hallo,
I am currently trying to debug the Matter samples on the NRF5340 DK. They all work fine, but I have a problem with the "Thread Viewer" in VS Code while debugging...
I have cypress ble module that generates carrier with PRBS9 modulation and GFSK on 2408MHz. As a receiver I use nrf52 Dongle and nrf52 DK board. In RSSI viewer I can see signal...