hi i have a question
i ues ncs 2.9.0
This is the code that displays my Bluetooth connection
——————————————————————————————————————————————————
struct bt_data ad[]...
Hello,
I'm developing for nRF54L15 the application with the NSIB + MCUBoot. I have a problem with fprotect in mcuboot returning EINVAL error. That happens due to limitation...
Hello, I am new to android development. I am building an Ble App for some of my work in which I want to include Direct Firmware Upgrade(DFU) over-the-air.
I have building...
Hi all,
do different settings of SAADC RESOLUTION register affect Conversion Time t CONV ? I cannot find any dependency - the only value given for t CONV is 2 µs typ (7...
I am trying to do the dfu update in my custom flutter application like it does in the nrf connect application. My device is correctly being put in bootloader mode and the...
nRF52832-QFAA using the LDO power supply mode,The firmware is configured to operate in the LDO power supply mode.The compilation and download processes are all fine.but the...
My product has nrf52840 with usb mass storage configured using 8MB QSPI flash (same chip as the nrf52840dk - MX25R64)
I would like to allow users to upgrade firmware by...
Hello Expert,
I am using SDK 6.1 and Softdevice 7.1.0 (s110) for our 256K/32K nrf51822 platform. As of now I wanna port DFU feature into our project. Of course, when burnt...
Dear..,
Despite study the nRF24L01+ ProductSpecification I, the ACK related discussions in this forum your support are very welcome.
The aim is to communicate with two...
hello,
I am working on the example ble_central_and_peripheral in nRF51_SDK_8.1.0_b6ed55f and we have connected the device to MCP and on clicking the enable service we gets...
Dear Developers,
I have some experience with nRF51422 QFAC series and I have the PC10028 pcb nrf51sdk environment.
Until now, I have developed some applications successfully...
I want to send data using some bluetooth spp software to nrf51822. Which is the simplest way to do this. Is there is any library or example code is available for configuring...
Hi,
Right now i can send data from 1 nRF51822 to 1 Android phone and vice versa
(nAN36 Project)
And now I have a project and in my project i have a sensor which send...
Hello everyone,
I compiled the nrf51-app-button-examples without any error and warnings but it is showing me this error (No cortex -M Device found in JTAG chain / Target...
Hi,
I am using the heart rate collector example (ble_app_hrs_c in SDK9.0) without any trouble, but I would like to modify it to be able to connect to multiple heart rate...
Hi
How to test BLE ANCS + NUS that included in FW on OS APP?
OS (Device manager) will connect ANCS then it cannot connect with nRFtoolbox - UART.
Please advise.
BR
...
Hi,
I'm developing some projects with the nRF51822 chip and I am not able to debug them successfully any more. However, I have previously debugged correctly some projects...
HI :
I am trying to use spi to communicate with a slave device . The slave device only have 3 interfece SDIO SCk NCS. I need to read the register of the slave . According...
I programmed a nRF51 dongle as an ESB receiver using the esb_ptx_prx example code. It sleeps most of the time by calling __WFI() in the while loop.
I used an external 3...
I have a oneshot app_timer that I'm using as a software watchdog timer. Under normal operation is never supposed to go off. I'm loading the timer with a 15 second timeout...
Hiii,
I am working on the ble_central_and_peripheral program(s130) in sdk8.1.0 .I could connect the device to the MCP and on clicking enable service we gets the notification...