FIXED (see below)
Hi!
I'm developing software for nRF52 on nRF52 preview DK, which I got on the Global Tech Tour.
LED blinking (blinky) example is running OK, so I moved...
Hello everyone,
I am using the great platformio toolchain that supports the mbed framework so far. I am still a newbie to it however.
I want to be able to use both the...
Hello!
I have a device with nRF51288. And I need to fill technical specification with the following parametres: operation freq., channel bandwidth, modulation, number of...
Hello,
Does anyone have a suggestion for a production programmer for the nRF24LE1 One Time Programmable version? I have been able to program the units with the nRFGo Studio...
GOAL: To send one 20-byte data packet from an Android Galaxy S5 to nrf51822 and send three 20-byte packets from the nrf51822 to the S5 in a single connection interval of 10...
Hello, I have looked into the compatibility matrix and I couldn't find any clear answer about if the NRF Beacon Kit is compatible or not with the S130. Does anyone tried to...
hi:
now.i have a development board(nrfgo motherboard).there is a debug port on the board.i think it can be debugged on the keil.if it can.what driver or others i need.thank...
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...