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...
Hai, how you doing?
I am facing difficulty in trying to connect ble devices with windows 10. I am using BLE dongle APLIC WDP 304747 (Also tried another couple of BLE dongles...
In nRF Connect SDK 2.1.0 the devices in the DTS file are missing the "label".
For example, in nRF Connect SDK 2.0.0:
gpio0: gpio@842500 {
compatible = "nordic,nrf-gpio...
we are using NRF52840 , with a SD card. Data is stored in SD card in Text file or .csv file every 10 mins. We want to push the data to Mobile App either using the BLE or using...
about ANCS categoryID 12
I see this website
https://www.linkedin.com/pulse/working-ble-profile-apple-notification-center-service-sarda
have any one know
how to get...
Hi Nordic,
1. Dual Uart this code i used
2. Its working fine and am getting output also
3. But i have doute its printing from uart0 but i want from uart1
4. For that...
Hi,
currently, it seems the CIS bidirectional mode is not supported. I understand that telephony and these profiles then are not able to be evaluated like in a "real setup...
I'm looking to develop a board using the nRF52810 SoC, and am prototyping it on breadboard to start with. The circuit I've set up so far is the same as the reference circuitry...
Hello,
I have been trying to resolve an issue for a few days now. Here is what I'm trying to do.
1. initialize gpiote and tie a pin to an interrupt handler
2. initialize...
Hello folks!!!!
I'm making a similar kind of project available in example and named as ble_app_beacon but the problem is that I'm using PCA10100 board and there's no guide...
Target nRF52832(nrf52dk_nrf52832) SDK NCS v2.0.0
One of my customer expects such a scenario. 1) BLE accept first connection. 2) If BLE have another connection, BLE disconnect...
Hi I m trying to implement mass storage on the arduino nano 33 ble sense board(nrf 52840) and I2c together. I m using the sample from zephyr and it will not mount the file...
I want to install the NCS V2.1.0 with Toolchain Manager V1.1.3. But after I installed, I found that there is only a toolchains folder and a empty .west folder in my intalllation...
hi
I have a question about uart receive.
The UART example receives data based on special characters or the length of the received data to determine whether it is a string...
Hi
We have been using the Online Power Profiler to estimate the current draw from nRF52805 during BLE activity. Especially estimating the potential peak current draw (from...
I bought a nRF52840 DK, and followed the UG for nRF BLE sniffer v4.0.0. I was able to see the sniffer interface in Wireshark on my Linux machine, but when I start capture...