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...
(/attachment/182b723590b3c447267d5aed62b5405f)hi, i want to work on PWM to controll the vibration coin frequency for certain time period and also to change RGB values of LEDs...
Hi!
I'm reading the PS for nRF52832 and I can't find a clear answer on the following question.
If I set up a GPIO channel with pull-up/pull-down in the PIN_CNF[n] register...
Hi, I'm learning to use the nrf52832 (PCA10040).
I'm on SDK12.2.0 S132.
I've done those basic tutorials while merging codes from the examples.
My code can currently read...
Hi, i am working on TWI sensor example in SDK11 i have connected MMa7660 to PCA10040 board as per the GIPIOs. and am integrated BLE app uart to the same TWI sensor example...
Hi,
I am using a custom board with a nrf51422, SDK11, S130 v2.0.1 with central role.
I have made changes on the code to change from MID bandwidth to High. I added the...
Hello,
I'm using the Nordic BLE-UART service found in the SDK. This is the "ble_app_uart" file in the SDK examples for the Nordic nRF51822. I'm basically sending JSON back...
Hi. I'm using nRF51822AC, SDK12.2.0, S130 v2.0.1 as central.
I want to make only app image for DFU.
I made a command as below refering to github.com/.../pc-nrfutil.
...
Dear all
Currently we are using version 9.0.0 (nrf51422 family---> using for 51822 chip) & now we are trying to use 12.2 ("nRF5_SDK_12.2.0_f012efa.zip").
Is there...
I've discoverd a strange behaviour with nrf51822 CEAAD00 Revision 2.
I am using NRF_POWER->SYSTEMOFF = 1; for powering down the chip and a sense signal for wakeing up....
Hi,
I have downloaded the hardware files of nrf51822 beacon kit.
How to change the pcb layout of nrf51822. ( remove the name on the pcb, change the form of the pcb etc...
Hi. i'm using nRF51822AC, SDK12.2.0, S130 v2.0.1 as central.
I want to make sure that how to operate DFU.
Please check there is missing point or wrong point.
Step 1...
Hi,
i have a strange problem which happens when i use scan mode to get 3 separate channels on saadc.
For example when i use uint32_t ticks = nrf_drv_timer_us_to_ticks...
Hi, I use Keil 5 and SDK 13.0.0 in Windows 7 64bit desktop.
I wished to test the SDK 13's BLE UART example.
However, even though I clicked "Check for Updates"...
basically i tried am trying the easiest ble example
ble_app.becon_pca10040
i tried the following.
use keil to upload into the nrf52 Evalutaion board. the led is...
Hello, i have been looking for a good development environment to use for my nrf52832 on linux. I have only found a few repositories on github pertaining to this. Not very...