Hi,
We've been seeing an intermittent connectivity issue in Yosemite in discovering BLE services, namely scanForPeripheralsWithServices does not return anything. The same...
Hi there is a problem in github.com/.../nrf51-UART-examples
any one can help?
I put empty loop in main, and comment off all ble related int. and I process uart_evt by...
Hi,everybody!
When i install master control panel 3.10.0.14, i can't find nrf.exe in " C:\Program Files\Nordic Semiconductor\Master Control Panel\3.10.0.14\nrf ". Only nrfutil...
Hi,
I've been using the nRF51 dev kit, and today it stopped mounting when I plug it in. It doesn't show up as MBED or BOOTLOADER.
I use both Mac OS X and Windows, though...
SDK_9.0.0
I was trying to implement 2 different UART connection parameters so I decide to use re-initialization.
My initial parameters included APP_UART_FLOW_CONTROL_LOW_POWER...
I'm trying to use the nrf8001 (and arduino) to send MIDI (musical note data) to Mac OSX. According to the Apple developer site the midi profile requires that the characteristic...
I have a custom made board that has an EFM32WG360F256 communicating to an nRF8001, verified that the ACI protocol works with repeated echos, however when I run the efm_ble_my_project_template...
Hello, I have designed my own board based on NRF52840-CKAA-R, which uses USB power supply. The working voltage of NRF52840 is 3.3V, and my test voltage is normal But NRF52840...
Hi,
I've ready many threads and docs on NRF52 SoC Revisions and Softdevice support but I am still confused. So apologies if I ask something which is already asked.
From...
Hi,
I want to implement low-power mode in my nRF5340 application. From what I understand, Zephyr's idle task automatically handles entering sleep modes, and the device wakes...
Hi,
I am evaluating warm and cold reboots, I am seeing no difference between them. I tried tracing sys_reboot definition, ended up with
For arm core with no handling...
As described in the docs.nordicsemi.com/.../powersave.html: “The application must choose the right duration based on the traffic pattern. Applications must also take appropriate...
Hi, I am using nrf9160 DK development board, i want to use gpio pins in this kit for a SPI interface from nrf52840, which pin i can use for this purpose. in datasheet it very...
Hello Nordic Team,
I am working on integrating the nRF21540 RF Front-End Module (FEM) with the nRF52840-QFAA in the 48-QFN package. Could you please provide the following...
Hi, I have reviewed the light_bulb app code in NCS2.8.0(include src code/CMakeLists.txt/prj.conf and so on)。 But I can't find where the path of matter is included, could you...
Hi all,
I wanted to enable read/write protection for MCUBOOT partition in my firmware from the application and encountered a strange problem. The build (build system - default...
Hi there,
This almost certainly has a simple answer but I can't work it out. I'm using the sample WIFI Scan for the above boards and can successfully scan away. But I'd...
Hi there, I am new to working with UART. I have managed to load the Nordic UART Service Client(Central) and UART Serial Port Emulation(Peripheral) without any sensors attached...
So, I am working on nrf52840 with nrf connect sdk and I want to get date and time in my project, I found a library in nrf connect sdk ->libraries->other libraries->date-time...
NCS 2.7.0 Zephyr 3.6.99
I have &uart1 described with status = "okay"
With a sub node of gnssdev: gnss-nmea-generic also with status = "okay"
I have tried with both pointing...
Hi, In one of the previous ticket (link: ), there is a link about an example to create an application with USB CDC/ACM and MSC at the same time. The link is no longer valid...