Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
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,
Im using S130softdevice.i wanna make dimmer by using experimental_ble_app_blinky project on gpioet
But i have a problem with detecting 10 milisecond time (it means...
Hi,
I am new starter in Nordic platform. I am using device nRF51822-CFAC, the SoftDevice is S130_nRF51_2.0.1(Id: 0x0087).
What I am doing is to put NRF51 into system...
Hi,
I'am tring to test the dfu by secure bootloader.I had done all steps like: Test the BLE Secure DFU Bootloader application by performing the following steps .But I found...
I am implementing an SPI master to communicate with an accelerometer using the SPI HAL directly. My chip is marked nrf51822QFACA11609AC. I have implemented blocking functions...
Hi,
When the UART is configured to use FIFO , i use the UNUSED_VARIABLE(app_uart_get(rxdata));
to read a buffer from FIFO.
how can i also receive a number of bytes...
Hi,
I want to do this cycle with GPIO without interrupting it on NRF51 with BLE softdevice:
PIN1 to HIGH level
read value of PIN2
PIN1 to LOW level
Repeat...
Hello, I'd like to do directed avertising to a central which has a random private resolvable address. My idea: both devices share a pre-defined IRK so the peripheral can compute...
I tried, but it does not work.
for(int y=0;y<100000;y++)
{
if(nrf_uart_event_check(NRF_UART0, NRF_UART_EVENT_TXDRDY))
{
nrf_uart_event_clear(NRF_UART0, NRF_UART_EVENT_TXDRDY...
Hi,
We have a little issue that we at the moment need to cycle power on v3 nRF51822 after DFU.
We have determined the the reason has something to do with the whole complicated...
I attempted to add spi_master as below, but I am in trouble with link error.
If anyone knows the cause, please tell me.
*** Using Compiler 'V5.06 update 4 (build 422)...
I'm working on a project based on the ble_app_uart_c central example in SDK 12.1. I'm polling the RSSI of a Nordic beacon using sd_ble_gap_rssi_get(), and the fastest update...
I want to handle 3.3v in nrf52832.
NRF_GPIO_PIN_S0S1 -> NRF_GPIO_PIN_H0S1
Can this be this way?
If not, what should I do?
Also, Can the PWM output to 3.3v?
Hi, I use PCA10040 v1.1 and SDK12.1. My desktop environment is Windows 7 64bit.
As far as I know, the J-Link Edu cannot be used for commercial usage.
I so bought...