Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
Hi all ,
I am beginning with DFU . I complete bootloader_secure_ble and can update new firmware (application) to my NRF52832 kit via Android . And now, I have 2 kit NRF52...
hi team,
i am wondering that lot of questions regarding gps and wifi interface with nrf52 is there. why nordic is not supporting with libraries and examples for gps and...
Hi there,
I read that the nRF52840 has a maximum data throughput of around 1.3~1.4Mbps . I also read that when configured as a central it can support up to 20 concurrent...
Hello,
Can anyone point me to a good example for Polling mode using serial library?
I'm looking for an application in which I can poll the serial port for data. I went...
I'm investigating the flash usage by the peer manager to store bond related data. While I haven't had a chance to fully investigate how the FDS and fstorage modules work,...
Hi,
We have a need to have a Nordic app for nRF51822 which both serves as a beacon and also offers a connectable service.
It's my distinct impression at present we cannot...
Hi,
My setup :
nRF52832
Soft Device S132 v5
SDK14.2
My use case involve me to send data to to a central device at 50 meters. I need to send only a small data...
Hello everyone :) , I work on a project initialy configured for a PCA10040 board and I would like to use the debug with my PCA10056 board but unfortunatly the debug doesn...
Hi
For some reason I get stuck in softdevice at 1EA7A when a send some random data to my phone also I notes that function sd_ble_gatts_hvx return 3401
PC = 0001EA7A, CycleCnt...
I am trying to connect thingy as peripheral and many smartphones as central but i can connect only one smartphone by using thingy at a time.Is it possible to connect many...
[References]
In page 234 of nRF52832_PS_v1.4 it says "In both modes, the TIMER is started by triggering the START task, and stopped by triggering the STOP task."
In this...
I am trying to add a custom service to support a communication path in my project. The Nordic UART example gives a good place to start so, using that as a template, I have...
Hi All:
i met a trouble.
i want to implement a function that i can restore mesh device by uart cmd.
so , i add uart to light switch service demo, when i recive a cmd...
Hi,
I tried the BLE Uart example on my own nRF51 board, but after a few minutes the application hangs in the softdevice.
The board is one we developed, an FTDI cable...