Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
Hi,
I have three nrf5340_audio_dk boards that were programmed with premade images for a BIS audio demo: one gateway and two headsets. I'm currently using VSCode with nRF...
Hi Nordic team,
This is a compatibility test. case1 okay: 1,Connect the nRF5340BIS headset with the phone. 2,NRF5340 broadcast can be found on the mobile phone. 3,When you...
Dear Nordic Team,
I am programming with ncs V2.9.0 and nrf52833.
There is a trouble happend when one side delete the pairing info,but the other not.
Peripheral has already...
Hi Nordic Team,
am I currently evaluating the nrf5340 development kit for our new product revision and fail to get a power efficient shell besides rtt logigng.
Concrete...
Hello everyone.
WE're trying to make a https connection with google.com and execute a GET request.
Wifi connection is working; DHCP seems to be working (my personal assumption...
I'm using nRF54L15 dk, SDK 3.0.1 and sample code: peripheral_hids_mouse
I made a few changes to send mouse pos.x every 15ms, but I kept seeing below error from terminal...
Hi.
I have been investigating how to use GRTC and LFXO for LFCLK with nRF54L15DK. In my goal, I would like to make the Intermittent application with sleep and GRTC that...
first i change to my kconfig file add this
source "samples/subsys/usb/common/Kconfig.sample_usbd"
source "Kconfig.zephyr
second I add to cmakelits
include...
The BCLK_CONT option to i2s_configure() is not being honored anywhere. How do I get BCLK to output continuously without having to do i2s_write() or i2s_read() calls over and...
Hello Nordic Team! I'm experiencing unusual issues with GPIO pins on an nRF54L15 custom board. Specifically, P0.02 and P1.03 are not behaving as expected. Button Issues (P0...
NRF52840
S140
App based on ble_app_multilink_central.
I have tried to build a bridge between BLE peripheral and PC.
I have spend so many time on PC side app.
The...
When I downloaded it, I was prompted as shown below 。
I downloaded it correctly via the west command :west flash --runner jlink.
I have 3 questions now:
1.What causes...
I am trying to make a simple MAC-layer transceiver using Arduino environment. I have some code derived from this example: https://github.com/IoTS-P/nRF52-802154-Raw-Transmitter...
I want to use Nordic 52840 DK (Bulb FW) as DUT to setup Matter Certification test.
I have completed below steps:
1. Flash Raspberry Pi (Ubuntu Server 24.04.2 LTS (64-bit...
I am using seed XIAO for one of my projects having nrf 52840 ic so in order use the nrf chip on my custom pcb i have to bootload the nrf 52840 IC purchased from digikey. I...