Our USB keyboard using nrf24lu1p does not work on Mac OS 10.11.
Before Mac OS 10.11, USB keyboard was worked, but on Mac OS 10.11, it does not work.
I think your library...
In my design I need the RX to be standalone , I.E. no controller attached to it , does the programming STORE in the Chip ? If I set it up as a RX and set a specific Ch. Freq...
[Dev Env]
nRF51 DK
IoT SDK 0.8
IoT SoftDevice
[Question]
how i change my ip in ipv6_coap_server example use ipv6_address_set / ipv6_address_remove API.
To...
Hi Guys,
I have a MCU RTOS project. in Hardware board, builtin Nodic BLE chip over UART,RTOS BLE stack works fine.
We also have a MCU RTOS Emulator based on Qemu,we...
Hello,
I would like to have more info about canceling the pairing request on iPhone (thru the popup that asks if you want to pair with the device which is managed by iOS...
Hello everyone, I'm severely struggling to perform a simple task. I must be missing a very simple answer and, I hope with your help that I resolve the issue.
I am trying...
We created the transceiver side and receiver side sources by reusing the nRF5340 Audio source.
I am creating it in CIS mode using VSCode.
The build ends on the receiver...
Hello,
I am working on a project were two MCU's need to communicate with each other via UART. I am using async UART. I am stuck with this problem where after
PM_DEVICE_ACTION_RESUME...
I'm currently working on a firmware for a device where the app core and net core need to share some sensor and configuration data. I want to use the rpmsg_service for that...
Hi Nordic Community,
I'm currently working on FCC certification for a project and need to enable BLE Direct Test Mode (DTM). I'm using the `hci_uart` sample and have activated...
Hi,
I have design my own board using a µC to talk to the nrf9160 in at command. My code is working with the devboard, but I don't understand how to flash the AT command...
Hi,
I am using nRF52832 board with the SDK version nRF5_SDK_15.3.0 and soft device S132.
I have implemented the POF(power fail comparator) to generate event when the event...
I've got a project that I'm going to want to do DFU through the UART, and in order to transfer files in a follow-on activity, I want SMP running in the application. Therefore...
My question is related to LE Audio, i guess, since i have no previous experience from it. Is it possible to have a device as a peripheral for mobile phone sending data to...
Hello Team,
We would like to keep the necessary build configuration for a board in Bitbucket,which are necessary to show up the "Build" folder in VS code.So that every developer...
In our project we want to trigger the saadc with the lp_comp and read Analog input once for 2s (with 2000 Samples). In the lp_comp_handler we call:
We have set the Sample...
Using SDK 2.1.2 Trying to set up connectable advertising for specific period of time and be notified when this period of time expired. My setup sequence (simplified for demonstration...
Compilation environment :nRF Connect SDK V1.4.2
I successfully subscribed to a notification property of the peripheral using bt_gatt_subscribe, the callback function is...
We are converting our existing product firmware from the NRF environment to Zephyr. We use both simple PWM for which the conversion is no problem, and the more complex PWM...
Hello.
I am trying to learn how to implement unit tests for embedded c-application. I created simple example about my problem and I am having hard time actually running...
Hi Nordic support team,
I'm new to Nordic chip and using nRF5340 Audio DK for my project,
and I'm trying to build zephyr/samples/blutooth/iso_broadcast_benchmark , which...