HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
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...
Hi
Thank you for your attention to my question, I would like to inquire how to control each channel of hardware PWM individually, We have 6 LED lights, each LED has different...
Hi, I am running Sample DFU app based on peripheral_lbs suggested by nordic on BL653dvk : https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/software/posts/ncs...
is it possible to transfer my emulated code from the nRF52840 to the nRF 52811? How do i do that? Or a better question; how do i write my code on the nrf52811 using the nRF52840...
I am working from this video:
https://webinars.nordicsemi.com/developing-bluetooth-low-energy-6
Which nRF5340-DK build configuration should I use please?
nrff5340dk_nrf5340_cpuapp...
Hi all.
I've imported nRF Blinky into Android studio but got this error:
Minimum supported Gradle version is 7.2. Current version is 7.0.2.
How can I fix it? Just change...
According to the way our production and the way we update the firmware.
I will need a bootloader for nrf5340, so I can update the firmware via SPI.
What will be the best...
Hi,
Currently, I'm working with the ISP2053, one of the nRF5340's 3rd models.
As a beginning, my colleague wrote a code based on the throughput sample and I found...
Hi iam using nrf52840 dk board and for programming i use keil software ,the issue is i could not program the dk board and it is a brand new board. When I try to program it...
Hi guys! I'm a beginner of nRF52832, and I met an issue as the topic said.
When I init the UART module, it will cause an "APP_UART_COMMUNICATION_ERROR", and the error code...
Note: this question was previously a reply on my other question, but I accidentally marked it as an answer so the thread got locked. I have now deleted that reply and am posting...
Dear All,
could you explain the function of TP8 and TP9 of the nRF9160 DK on HW 1.0.0 ? These test points are connected to pin 124 and 125 of the nRF9160 which are marked...
I am using nrf9160 custom board with an external flash memory mx25l6433f. I first tested the external flash with the example 'sdk-zephyr/samples/drivers/spi_flash_at45' and...
Hi,
I;m working on nrf52840 dk i have to enable ble5.0 long range.
i set the tx power 8.
according to my project my device will be always in advertising mode and my...
I am trying to scan for BLE devices in my area, but when I connect to the USB840XZ with the windows development tool the "Start Scan" button is not active. There are some...