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...
Hi,
Is it possible to add additional antenna on the beacon ( NRF51) in order to increase the range ?
If yes kindly let me know the list of available or recommended antenna...
Hello,
I'm currently designing a board with nRF52840 and I'd like to use an antenna that is a DC short to ground. Do I need a DC blocking capacitor in such configuration...
Hello,
I am developing a profile which includes 39 characteristics spread over 4 services on nRF52840/SD140/SDK13. When I add one too many, sd_ble_gatts_characteristic_add...
Hi community,
I'm working on a BLE gamepad with custom board based on 51802 and s130, code modified from ble_app_hids_keyboard . The gamepad works like a charm on my Android...
Hi, Nordic!
We have two PDK-NRF52840 and custom boards with NRF52840 chips.
2 from 5 chips have a broken bit in RAM. This is different places.
For example:
Is this...
Hi all,
if i buy 2 nrf52840dk:
Is possible create an audio connection like intercom between the two dk?
Can I send my voice from "dev board 1" to "dev board 2"?! and...
Hi,
I beginning now to program nrf51822. I would like to let the nrf51822 wake up after 3 hours by using a software timer interrupt.
Should I use power_manage()? Before...
Hi,
I'm trying to configure custom local GATT server on nRF8001 device. I added a custom service with multiple characteristics, but I can't generate source files. It says...
Hello!
I'm doing master thesis and I've chosen WT51822-S4AT board for BLE. I've made board successfully and programmed uC to send serial data to BLE.
I'm able to received...
Hi all,
I am using nRF52832 DK for my project. I need to config BLE for connecting with my phone. After a lot searching, I know that I can use softdevice API for configuring...
I mashed up RTC and SAADC examples. The files of the project are attached in the end of the post. The problem is that after the first iteration (I want to sample audio for...
Hello,
I am using developping on an nRF51822 with SDK12. In our application, our custom board need to communicate with a computer through a USB communication. I am not...
I'm working on the product using the nRF51422 QFAAE00 , SD110_nrf51_8.0.0, SDK 10.0.0. My product has the advertising flow as below
The device advertises forever...
Hello!
I have a problem when scanning and advertising at the same time with a NRF51822 and S130 v.2.0.0. (SDK11).
I can start both scanning and advertising without any...