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...
I wanted to use the nrfx_clock driver in my program, but it breaks OpenThread. I don't get any errors messages but the device can't connect to a network created with another...
Hi all,
I have no experience on Nordic products. I have struggled with this issue for several days. My goal is communication between nrf9160 and nrf52840 through UART. In...
Hi there,
I'm new to the Nordic devices, and thinking to start out using Zephyr, targeting the recently announced nRF5340. So I was reading the ncs 1.2.0 release notes and...
Hello,
I would like to know if it's possible to save the internal memory of the nRF52 to the computer in order to be able to reflash it in case it's necessary. I guess it...
Hello everyone,
I am trying to evaluate the multiprotocol capabilities of the nrf modules and am having issues compiling the 'ble_thread_dyn_coap_srv_eddystone' example...
Hi,
I am using NRF52832 in a custom board with SDK 15.3 and trying to implement the secure uart bootloader. I am able to download applications via uart bootloader however...
I am testing the PCA10059 nrf52840 dongle and I am trying to get the peripherial_uart sample code to work.
Programming is successful and the dongle is showing up on my phone...
Hi.
I'm using nRF52832 with MPU9250 IMU sensor to gather accelerometer, gyroscope data for mobility.
MPU9250 sensor is connected to nRF52832 via I2C line.
When...
I have read that choosing shorter connection interval reduces the communication latency at the cost of increased power consumption.
But shorter connection interval will...
I am scanning for advertisements and in scan_evt_handler() in the case NRF_BLE_SCAN_EVT_NOT_FOUND, I am printing the packet received using NRF_LOG_INFO().
I have also implemented...
Hi,
I would like to connect two external SPI flashes to the QSPI interface on my nRF52840. I see that there's only a single CSN pin that can be configured. Is it possible...
Hello,
I'm currently working on creating a custom characteristic so that my client can read a set of data from the server.
My intention is to have a server gather information...
Hi,
How do I measure the length of the created advertisement buffer? I want to add two UUIDs in the packet and the device is resetting. I guess the length is the issue...
Hi,
Is there any kind of dependency tree for the libraries and drivers of the SDK (NRF5)?
I have been searching the Infocenter documentation but I haven't found anything...
Hi,
I am using the TWI scanner example from the sdk15. Board is NRF52840. I have a differential pressure sensor connected to the TWI input pins on the nordic board and am...