I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
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...
GerberVINR-178.zip
SchematicVINR-178.pdf
Bottom layer
Top Layer
IC on the PCB is marked as follows: nrf51822 QFAAHO 1627WM.
I am able to program the custom...
Hello,
I want to create BLE connection between two different modules - nrf51822 and TI CC2564 (possibly Laird BT800). Is there any chance on using Gazell protocol on other...
Hi,
if I got it right, the Radio Timeslot API is not supported by the S140 softdevice. Is this right? Why is this and are there any plans to support the API in later versions...
HI, every one, I joined the watchdog program in application,i use sdk11.0, and i found the problem that when i download the program , the MDK compiler point out "error: flash...
Hi,
I am doing development on Android platform. I am using Marshmallow device to develop my BLE application. Many times I am getting status code 129 in onServicesDiscovered...
Hi, i'm working on a custom board with microswitch (Crouzet V4) in order to get the position of a moving part inside a machine. This switch is in pullup mode with a 100k resistor...
Hello,
I am using nrf51 and sdk12.2. I want to print data to terminal using printf function. So I added app_uart_fifo.c also I included paths. I did not get any errors from...
I'm using NRF51422, s130, SDK v12.
And I'm working on a project that can connect concurrent peripheral and Central.
In this continuious connect and disconnect sequences...
Hello,
I am using the bootloader_secure-Example on a custom-board and I want to configure a LED as status-indication.
Since I am on a custom-board I disabled the functions...
Hello!
I have to sample audio signal from a microphone (MAX 9814 adafruit) with the nrf52 board. I use the saadc and then I perform a FFT of the data using the sdk 13 examples...
Hello,
in my test I executed sd_mutex_acquire twice in sequence without releasing it. However, I did not get a "NRF_ERROR_SOC_MUTEX_ALREADY_TAKEN" on the second time. What...
Hello,
I am using nrf51 and sdk11. I am trying to add twi drivers to code. I have added and also added path for the twi drivers. But I am getting error as "............\components...