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 there,
for my Application, I want to listen for all BLE packets on a fixed channel.
No SoftDevice is used.
I receive all packets as long as BASE0/1 and PREFIX0/1 and...
now, i have a question: i have a buffer 100byte data to send, when i send data package via sd_ble_hvx() continus,delay 20ms after each send ,but it will lost some data , i...
HEllo,
I am facing and issue with undefined references for the linker. The compiler is able to compile, but I get linker errors like these
.../pca10040/s132/arm4...
Hello everyone, I recently use the nRF51822 with SD9 and S110, I found that the device name was define as: #define BLE_GAP_DEVNAME_MAX_LEN 31
is it means the max length of...
Hello!
We have built an app that transfers files from an app on Android to the device running an nRF52 with S132. On the device is an external flash using SPIFFS as a file...
Hi to everybody,
I am working with nrf52 and SDK11. In my project I am using freertos and an UARTE with this configuration:
9600bps
TX/RX (no CTS; no RTS)
HW...
Hi All,
We are interfacing Nordic nRF52832 with our Display using SPI interface. As per display, Data / Command bit needs to be set at the beginning of transfer. Using...
I am trying to understand the use of multiple channels in the timer. Looks like the use of the multiple channels is for PWM/ sequencing type applications. It is not intended...
I am using nrf51822 and having some questions,as follow:
1、the pin reset is common with the pin SWDIO(the debug IO pin).when I download into nrf51822 using JLINK(setting...
I am working on a nRF52328 present in the Taiyo Yuden EYSHJNZXZ module. I am using a J-link EDU debugger to program it. Can I use the J-Link for UART communication with the...
I am developing an application in which my device will have multiple android phones connected to it. Currently I have it working with one peripheral and after having upgraded...