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...
Referencing the recommended 52840 PCB layout for the WLCSP package, we noticed two thru-hole vias in the middle of the ground area (in the center of the package). Do these...
Hello,
I am trying to implement ble DFU on our custom nRF52832 board. Up until now we have had no issues with our application running as SoftDevice+Application but some...
I'm attempting to send a time sync message in a mesh packet. When I construct the packet during it's timeslot (for timing determinism) the system faults during encryption...
We are developing using SDK 15.3.0 and S140. After I noticed that advertising stopped when a connection occurred, I was directed to simply restart upon connection. I have...
Hi,
I'm using an nRF52832 with SDK 14.2 and FreeRTOS. I'm hitting a configASSERT when I call nrf_fstorage_erase. I called the function after calling ble_stack_init but before...
Hi,
I'm using interactive PyACI on Windows i found an error as in image attached. I didn't understand what can i do with Interactive PyACI and what it will deliver to me...
Hi,
SDK 16 using board NRF58240dk. PCA 10056. Segger studio on windows.
I am trying to read a current pulse train from a peripheral device. This device outputs a 4mA pulse...
I am working with the Nordic NRF52840. I need a way of reading current pulse counts over a two wire system coming in from an external sensor. This external sensor is reliable...
Hi,
I am using 2 development kits 52840-DK.
I run the examples projects transmitter ( pca1056 ) and receiver. It works,
In an attempt to get longer range I increased...
Hi Nordic,
I had built a BLE custom service which has two characteristics and now I'm merging this with light-switch example, but while building it i got a problem which...
Dear All,
I'm pretty sure this has been asked many times but I don't know the right keywords to search for.
Alright, on our custom board we have a PMIC with regulated...
I try to start working with the nRF9160-DK. I gone trough all steps of the Getting Started Assistent from nRF Connect SDK. But i have a Problem with setting up a Project in...
Hi,
In my NRF52840 based application, I have a situation where the peripheral needs to pass 2K to central.
In order to speed up the xfer, I'm requesting a Connection Parameter...
Hi,
I am using nrf52832 and I want to build a device that can advertise iBeacon signals and can transmit data to another BLE device (central) simultaneously.
Can I do...
Hi,
I use example nRF5SDKforThreadandZigbeev3209fade31\examples\dfu\secure_bootloader\pca10056_uart to upgrade bootloader and coordinator application.
I try to upgarde...