Hello,
I've built a small BLE-device based on the nrf8001.
With my Iphone I can discover this device and I am able to connect to it and listen to notifications of the...
Our pcb is used for gps location data. We have a nrf24L01 nordic chip as the micro process or between the gps module and wireless module (2G). Our engineer needs to capture...
Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Nordic Team,
I have a question regarding RTC1 with regards to app_timer2.c
My Setup: nRF52833 - PCA10100 Development Board nRF SDK v17.1.0 s140_nrf52_7.2.0
What am I...
Hi, I'm working with just one NRF5340 audio DK and I saw this ticket where it was commented that it is possible to reduce the use of 2 NRF5340 audio DK's to just 1 using a...
Hi,
I have one central and one peripheral devices running. Currently I run a scanning filter on Central side and connected to the peripheral with desired name.
But now...
I was trying to follow the instructions at https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_nrf52_gs.html#connecting-to-the-application for testing my nrf52840...
Hi,
Using Windows 10 and SES
SEGGER Embedded Studio for ARM Release 6.34a Build 2022083102.51023 Windows x64 2014-2022 SEGGER Microcontroller GmbH 1997-2022 Rowley Associates...
Hi all,
I want to ON and OFF advertise manually
My code working steps
1) (APP_ADV_DURATION 3000 ) after this seconds over
2) It hits on_adv_evt() function in this...
Hi All,
I am using asset_tracker example V1.8.0, it's working fine with nrf9160DK. I am able to see the data on nrf cloud.
The purpose of testing this board was to debug...
I am working on two devices, a peripheral and a central. The peripheral is custom hardware. The central is being run on a Rigado BMD-300 series evaluation kit. I'm using Segger...
Hi,
Perhaps this question is too basic, but I haven't been able to find this anywhere.
I've followed this tutorial successfully with an nRF52832 DK:
However, I'm missing...
Hello,
I wanted to create an SPI shell, similar to what is available for I²C. I am therefore trying to create a generic SPI device in the devicetree:
Somehow I am...
Hello,
We use nRF52840(0dBm)+nRF21540(Dec6).
In the case of using nRF52840+nRF21540, tx spurious emissions occurs severely in the nRF21540 output.
FEM(nRF21540) output...
Hi.
I am developing a custom board using the NRF52840. The mcu needs to connect to a modem and a gnss module. Both modules will communicate with the mcu over UART
I'm...
I'm working on a prototype that has 8 BLE sensor nodes that are powered by coin cells and placed on different parts of a human body.
The host node is the main processing...
OS in development environment :Windows10 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex-M4F 32 bit processor...
Hello,
I have one central and one peripheral device connected over BLE. The peripheral has a custom service characteristic containing the firmware Version value. After connecting...