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...
I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hello,
I am working with the example "experimental ble app cgms" in SDK 13.0 and using nRF52832 DK.
when a connection was settup and pairing completed, the CGMS sensor...
I want to ask general question about antenna designing as I am designing antenna to be used with NRF52.
The picture attached with this message shows a printed antenna coil...
At the moment I'm sending a notificaties during the BLE_GAP_EVT_CONNECTED event. This sometimes results in various errors but I can take care of those. The issue I'm having...
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...