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...
Dear Sir,
Could you please recomend board(hardware) that I could move my code that was developed using NRf52 SDK.
I am using ANT functionaluty and s212 software
Best...
Hi Nordic,
I had an initial project with a multilink central connecting to several peripherals through a NUS service, the system is working OK but then I added another connection...
I am using PCA10040 development board for flashing.Same it was working fine to flashing the Custom board.
Now suddenly not flashing to the custom board same board which...
I am planning to use CP2102 (USB to UART) and RF-BM-ND06 NRF52840 bluetooth module for sniffing BLE packets .
Or as an alternative for Nordic Bluetooth USB dongle.
But...
Hello, I'm pretty new to Nordic devices but I have already some experience with other ARM based devices though...
I'm playing with Timers bare metal instructions and figured...
Hi
I am currently trying to get the antenna switching working on the nRF52833 DK. I have an SPDT RF swtich which I want to use for switching between two antennas. I want...
Hi,
I've already asked this problem few days ago, but I couldn't figure out the clear answer.
The above figure shows the VDD values of BLE chip. The power supplied...
0> <debug> nrf_sdh_ble: BLE event: 0x26. 0> <error> app: Fatal error
I started with the nrf_tempelate project and used nrf_uart to add uart service. It works fine but after...
Hi,
I want to know that, can we use this nrf91 for transferring the real time data with tab or mobile phone beyond BLE range. I mean, do we analyse the real time data from...
Hi:
I have no dongle or any other Dev board such as PCA10031. Can I use nrf51822 and cp2102 as a usb dongle to work with MCU of PC? If the answer is yes, what should I do...
Hi All,
I am trying to decrypt some data coming in on my board with AES ECB mode. I know that there is no decryption function for ECB and you have to use the same sd_ecb_encrypt...
Hello, We are completing a project where is used the BLE device nrf52832. The product is composed by 2 devices: a peripheral and a central (both with nrf52832). The broadcaster...
Android update its repository android.support to androidX, so Nordic sample code of nRF_UARTv2.0 must do some editing to be a exectable code with the App,
Now we have met...
Hi,
I've developed nRF52832 chip for our company's application,
and I found some weird phenomenon
we using nRF52832 chip with Nordic softdeivce and SDK v12,
BLE...
Hello,
I am using nRF52840, SDK_16.0.0, SoftDevice S140 V7.0.1 and Segger for flashing the image. I am using ‘ble_app_blinky’.
To reduce current I disabled NRF_LOG_ENABLED...