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...
Hello all,
the sensor is selected and so far powered via an external power supply, while the nrf52dk is powered via the USB, however, I am not sure how to properly organize...
Dear ,
I am using the nRF52833-DK development board with the NCS1.7.0 SDK.
Recently I just found that when clicking the flash option in the vscode, the IDE only builds...
Hi,
I'm using the saadc and I notice that the max value that saadc can convert is 3,3V. If I try to convert an higher value, the result has no sense. For my project, I need...
Currently I am working on a open thread project.
Right now I am facing an issue in which my board/code is getting reset every time after I have done some changes in my previous...
Hello,
Currently In customized PCB board, nRF52832 is connected to both HFCLK(32MHz) and LFCLK(32MHz).
It takes up too much space. So HW engineer asked me to consider...
Hello. I have a device that connects to desktop app through usbuart-to-ble converter and I'm trying to simulate it using nrf52832. I've started from ble_blinky example using...
Dear,
Based on the material ( https://infocenter.nordicsemi.com/index.jsp?topic=%2Fps_nrf5340%2Fqspi.html ), Encryption should be enabled independently for XIP and EasyDMA...
I want to use mcuboot together with LittleFS/NVS and a custom partition foo with my own flash storage routines. It works as long CONFIG_BOOTLOADER_MCUBOOT= n.
But with CONFIG_BOOTLOADER_MCUBOOT...
Hello,
I just received an nRF21540 EK, I am trying to use it on my current hardware which is only for scanning beacons (won't transmit) so need use it as LNA in the received...
Hi everyone. I have to turn off the bluetooth module to save battery. I am using the SDK example "ble_app_template_pca10056_s140". To start the advertisement I use the "ble_advertising_start...
project set up: Development board used nrf52832 ,SDK 15.0 ,SEGGER 5.10
actually i want to read data string from ESP32 using nrf52832 via UART (RX,TX) and send it to nrf...
Hello All,
We are using Power Profilier Kit 2 for measuring the current consumption of our device.
We Start the measurement at 14:16 PM. after 1 hour and 39 minutes (at...
HI,
we are working with
nRF5 SDK v15.2.0 ------------------------ Release Date: Week 37, 2018
Our use-case has a central device, which has 7 to 10 peripheral connected...