Hi Nordic team, 您好,北欧团队,
I am developing nrf54L05 in VS code with NCS.I want to configure the SEGGER_RTT_printf to my project.Is it correct to change the CMakeLists.txt...
Hello,
Is there documentation, or an example, explaining how to avoid accessing peripherals owned by the SoftDevice controller in an Application?
I found this:
docs...
Hi
Is it possible to stream 128 kbps .acc, .lc3 or .mp3 Spotify audio from server to nrf9151 ?
It says it supports 300 kbps download, so maybe 150 kbps is realistic ?...
Hello,
I'm currently working with a custom board using the nRF5340 SoC, and I'm running into unexpected current consumption behavior.
When the device is in advertising...
When version 1.0.0 of nRF54L15-DK evaluation kit will be available and how to distinguish the version when ordered from distributors like Digikey?
In discussion here:
...
-> How to transfer data from one thingy52 device to another thingy52 device. If i have 2 thingy52 devices, I'll send data to 1st tingy52 then 1st thingy52 device will send...
Dear devzone,
Based on ncs2.9.1 and nRF54L-DK(v0.9.2), add in the prj.conf of the peripheral_uart example:
Compile and burn to nRF54L15-DK, the program does not run, and...
Hello, I am using spi_master example to get a sensor output from ADXL345. Currently, it seems my code can read output data, but there is error showing for settings mismatch...
Hello!
I successfully followed nAN-36 and loaded the code into a NRF51 DK (PCA10028).
The next step I intend to take is to prepare a custom central service that matches...
Why sd_ble_gattc_hv_confirm returns NRF_ERROR_BUSY ?
I want to send a confirmation after I receive a indication from server(s110 ) ,when I receive data ,
in on_evt_hvx(...
I am trying to figure how to pin my nrf51822 on a PCB. I need the chip to sample and convert an analog voltage signal coming from a photodiode heartbeat detection circuit...
Hello
I want to setting up DFU in my project. I followed this document :
link text
I'm using IAR EWARM and nRF51_SDK_8.0.0 and "nRF51_SDK_8.0.0\examples\dfu\bootloader...
Dear all,
I have written some code that controls the SPIS and allows it to transfer data as if it were a master. I am generating the SPIS clock from one timer, and I am...
Hi everyone
for my application I must use the Bluegiga dongle like central (PC side) and nRF51822 for peripheral (hardware side).
So I implemented cable replacement app...
I feel stupid asking this question, it should be documented in the standard and the code but I have looked and googled with no luck.
I want to populate the ble_rscs_meas_t...
What are the considerations when choosing between using an external 32.768 kHz oscillator and just using the internal RC oscillator as the low frequency clock source?
Here...
Hi,
Does anyone know if there is windows (8.0) visual c++ command in the BluetoothGatt functions to use the memory request event with S110?
Many Thanks
Hello,
I would like to develop a quick prototype with nRF51/52 however do not have experience in designing apps. I have seen the example apps and was wondering whether...
Hi,
your Central is able to hold 8 connections with peripherals. Perhaps someone is able to explain how more than one connection is handled? If only one Central is connected...
My Project:
I want to control 2 outputs on the nRF51DK from my mobile device(Android & iOS). Its a simple program:
left button is pressed -> PIN 21 High / left button...
Hi ,
I am planning to buy nRF51 USB Dongle(S120 SoftDevice or S130 SoftDevice) to discover BLE devices and to communicate bi-directional. I am planning to develop C# in...
I am using
nrfgo studio ver 1.20.0.2
s132_nrf52_1.0.0-3.alpha_softdevice.hex
nrf52832_xx_aa_s132.hex supplied by Nordic (ble_app_template)
emIDE 2.20
The firmware runs...