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...
I performed OTA over BLE for Matter samples available in NCS. After OTA performed successfully, it erased the Matter commissioning data and uncommissioning the device. How...
Hello!
I am working on a project based on NRF52832 MCU and NRC connect SDK in VS Code.
I have a custom PCB and I use GPIO pins to switch on the power of the OLED display...
Hello, I am studying DevAcademy Lesson 4 - Data exchange in Bluetooth LE , specifically Exercise 3 using the nRF5340DK . While attempting to build the corresponding Git code...
Hello,
We have a project which requires high accuracy for 14-bit resolution ADC output by using Nordic nrf52832, we regard that the accuracy is linked to the internal...
Hello,
I'm using nrf5340 audio application in nRF Connect SDK v2.7.0.
It has been working normally, but today when I opened folder, the sidebar disappeared, as shown in...
Hello everyone,
I guess my question is more conceptual rather than a specific issue with the code.
I am working on a device featuring an nRF5340 chip and an nRF9160 chip...
Hello, I am trying to get a custom board with an nRF5340 (on a Raytac module) up and running. I want to emulate a simple HID mouse. Therefore, I selected the code from the...
I have just started using 2.7.0 with the nrf54L15 chips and come across a few problems.
When trying to run the UART sample I found that the app overlay files, which I believe...
Other than setting the DCDC_MODE_PIN, what else does the sd_power_dcdc_mode_set() do?
I'm seeing an issue where I have a GPS peripheral on UART that is seeing about 10dB...
Hi Nordic team,
Hi Nordic Team,
We are trying to configure two SPI masters. It works when I use any single SPI (only one), but when I add the second SPI, I encounter...
Hi,
I am trying to compile an old project.
I am using SEGGER_Embedded_Studio_Nordic_v568_win_x64 with nRF5_SDK_17.0.2
I am getting an error message for the following...
Does the 7002 support 802.11 monitor mode? https://en.wikipedia.org/wiki/Monitor_mode
Some chips call it promiscuous mode even though that should be something separate ...
First of all, I see that NRF52840 doesn't have a Real Time Clock but it has a Real Time Counter which is not working in case of sleep and low power mode, am I correct?
Second...
Hey everyone,
I am having trouble setting up the lsm6dsv16x as a interrupt. I was able to successfully poll the data meaning I can talk and read imu data, but no interrupt...