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...
Hi,
I downloaded and installed latest master control panel for Win7. It now crashes when communicating with nrf51 dongle. Seemed like it crashed the first time while it...
I'm using the APP_BUTTON_INIT-Function to register a button at the GPIOTE-System. This works great while running normally, e.g. I can react on debounced button_down or button_release...
Hi
I am developing for the nRF51822 a 4 layer print with a power and a ground plane in the inner layers. I will be using a balun from Johanson Technology (2450BM14E0003...
I've heard that's not allowed. If so, why?
If it is allowed, are there any precautionary steps I need to take, not to interfere with the radio?
Thank you!
Gil
...
Hello, we have a custom board based on the CEAA WLCSP reference schematic with internal LDO setup. Our supply voltage is 1.8V (VCC_nRF). Unfortunately we don't see any BLE...
Hi,
We are planning to use the SWD Tag Connector with our nRF51822 platform.
Please refer the snapshot for pin 3 connection on our board with Tag connect footprint.
Pin...
Hi
My product is ready for mass production, before start to sell, we need to do the Bluetooth qualification, we asked several local test labs, they told us that their test...
Where can we by a connector that fits into the antenna connector.
We have nRF51-DK development kit and want to connect to externa PA with an antenna connector and have trouble...
Hello Guys,
I'm implementing the ble_app_hids_mouse. I can pair with Windows, I see the mouse arrow moving around etc everything looks good except when I tell Windows to...
Hi,
I have successfully enable the app_timer module which toggle an output pin on every interrupt, and now I want to enable an interrupt on every 400us with %10 accuracy...
I want, without success, to wake-up from SYSTEM OFF state, send advertisements with some custom data and go back to sleep.
The counter value is always 0, instead of being...
Hello,
I use nrf51422 to connect the ANT device(Heart rate monitor) and it can work .
My question is ,
I want to assign a new device_number to 51422 and use this new...
Downloaded an used the latest (2 months old) code from DFU-Bootloader-for-nRF51-Evaluation-Kit
After it didn't work out the gate, I've attempted to narrow down and root...