Hi All,
My requirement is to read the data from nRF51822 device that is connected to a bluetooth and bluetooth is connected to a system using a .Net application.
I have...
Hi everyone,
I'm using the nRF51822 (pca10000 Dongle + pca10005).
My plan is to send one byte over the radio.
I tried to use the SDK-Example as a template but it's...
Hi,
Is that possible to run the radio_test_example (\nRF51 SDK_v5.2.0.39364\Nordic\nrf51822\Board\nrf6310\radio_test_example) on the nRF51822EK? If yes, what modifications...
we also produced self PWM for ADC wave form testing. when we stop transmission, we will get good waveform out, but when we starting transmission, output waveform shape is...
Dear Support,
I have some troubles with the Evaluation Kit for nRF51822 :
I use the broad as a central role with S120_nrf51822_1.0.0_softdevice.hex and example...
Suppose a nRF9E5 transmitter is set for continuous transmission on a channel.
A nRF9E5 receiver listening on that channel:
finds carrier and sets CD
finds address...
Hello,
I have used VS Code for nRF Zephy and in that, I can import (example code)/write code in Zephyr. But is it possible to import Softdevice (nRF5_SDK_17.0.2_d674dde...
Hi all,
i am working on nrf5340 device (sdk v1.5.1)which is connected to microphone.Audio recorded in mic is transmitted via USB to PC(testing on PC right now).while device...
Hi,
I am looking connect some sensors (links below) to the nrf9160dk and send their data over cellular to the nrfcloud.
Water temperature sensor: Waterproof DS18B20 Digital...
Hello all
I am facing a very strange issue, already searched the forum but didnt find anything like it.
Okay so I can get DFU to work. For our custom application we have...
Hi,
I am trying to interface WM8960 CODEC with nRF52832 using (I2S and I2C) .
I am able to communicate with IC with TWI
I want to transmit the const uint16_t wavedata...
Working on a project where I need some sort of wireless communication. The device is located inside a metal enclosure, so IR is not an option. Its only goiong to trigger a...
Hello, I'm using an nRF5340 board with nRF Connect SDK as a BLE peripheral device, and I'm trying to get RSSI value when another device connects to it.
So I'm trying to...
I am attempting to enable the external LFCLK. I want the clock to swing rail to rail. I have the following code in place. I am using the s140 v 7.2 soft device and the nRF5_SDK_17...
We are using nrf52832 soc for our product development and using that we are trying to increase the throughput of our device using the information from the following forum...
Hi,
Why nRF9160 example serial_lte_modem:http get data from http://hk.iotlib.cn/http_test_data.dat missing some bytes:
Repeat steps:
1. sdk:ncs v1.8.0 2.example...
SDK: NCS 1.8.0
Peripheral: nRF52832
Hello,
Is there a better example for creating a static library using NCS than the "external_lib" sample?
The example showcases...
I have a working build for the nRF5340 DK that implements a custom service and communicates over BLE. As I add features, the binary for the Application Core changes; the binary...
We have developed many solutions starting from example and modifying them to fit our needs, this one in particular has me stumped. We already have working BLE and USB CDC...
Hi,
I'm using nRF connect SDK 1.7.1 with ZephirOS.
I'd like to configure input / output to be redirected to UART and mirrored to USB CDC/ACM.
The reason is that I...