Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
Hi!
I have trouble in flashing a simple nrf51822 via the nrf51-dk.
Can anyone ensure me that this simple wiring should be able to upload an hex file onto the nrf51822...
The Peer Manager is currently in experimental state and is not recommended for production and same for the device manager for some sdk.So which SDK should be preferred
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)...