Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
Heads up for anyone using the IoT SDK (currently 0.8.0). This SDK has the TinyDTLS-0.8.1 embedded in it... and I believe that there is a bug in the TinyDTLS CCM functions...
A new library/toolkit has been built that allows us to invoke the services of an nRF24L01 from a Java environment. Documentation and links to the Github project can be found...
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...