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 there,
I have a custom built board with the nRF52840 and I'm trying to consistently transmit roughly 8 kilobytes per second or 64 kbits/s which seems way under the what...
Hello,
I'm working on a project that have with multirole to do, i have 3 device one act as master after a button is pressed, now i want to establish a connection between...
Hi,
I am having some issues with DFU and Keil.
I am loading Softdevice s140 v7.0.1 via nRF Connect and then programming a secure BLE bootloader using nrfjprog.
The bootloader...
Hi everybody,
I have a question about the number of data pakets which I can send with the BLE. Every data paket has a range of 20 Byte.
Now I want to send about 55 of...
Hi, I need to do some power analysis of an application I am working on. I have a Power Profiler Kit, but it will not work with nRF Connect currently.
I have two machines...
My application is on the nRF52840 Dongle using ESB protocol, receiving data from an number of PTXs, . The device appears as an HID.
I would like to add Buttonless DFU, without...
Hi,
I am new here and I have some issues with Zigbee reporting implementation.
I am trying to implement a reporting feature between a coordinator and an end device, which...
Hi,
Attached is Cmake error log from one of the failed builds.
This is a new MBP with freshly installed nRF Connect - following tutorial.
Anyway, I am not able to open...
Hi all,
since new version of IOS nRF Mesh App I can't finish provisioning of my nRF52840 DK with flashed light example client.
When I start provisioning for the device...
Hi,
I am using NRF52832 with SDK 15.3 and SD 132 on our custom board ( VDD 1.96V ). I started with with the ble_app_template example for our application. Upon measuring...
Hi Nordic
I am using saadc example now, my device output voltage range is -4v~4v.
my saadc config:
VDD: 3.3V
Reference: VDD/4
Gain: 1/4
Mode: SINGLE_ENDE
i got...
Hi, I am new to BLE, I am trying to send and receive data over BLE and print them in Uart as well in both devices respectively.
And I downloaded lastest NRF5-SDK, I have...