Hi,
What should i do after i load mesh app in " github.com/.../nRF51-ble-bcast-mesh" adress?i have two board
When i download the app,why doesnt advertising exist.i cant...
hello
i am using the Nrf52dk with Visualgdb.
i try to run the example project (tcp/IP -> client).
i am using the Nrf5 IoT sdk v0.9
Project complied successfully but i...
I'm using an nRF52 (SDK11.0.0, s132) and am able to generate a hex and axf via Keil/uVision. It uploads and works just fine using a Segger J-Link. I want to try some lower...
Hi, I'm a newbie to Nordic and need to use multiple nRF24LE1s to get ADC values and transmit them to a single nRF24L01 connected to an Arduino. I need sample Keil compiler...
HI:
i hava a sender and it send a frame every 15ms ,not use any protocol,and reciver code like as follow:
while (1) {
Rf_StartRx(ReciverSC.RfBufPointer...
Hello,
I'm getting this error when trying to connect, which seems to happen after the first SMP Timeout. Most of the time connecting/disconnecting works, deleting bonds...
Hello,
We have been working on a Bluetooth Mesh application based on NCSv2.5.1 using nrf52840DKs for quite some time. We are now considering acquiring some DKs of the new...
Hello. The problems with starting advertising started after I wanted to add NVS (most likely). The error occurs in the bt_le_adv_start function
What does this error mean...
I am working on a project with the nRF9151 chip. In this chip, I am using the LTE modem in eDRX mode .
Apart from eDRX mode , I also want to put the MCU into sleep mode...
Hi,
I want to use the nRF53 with the timesync demo ( https://github.com/nordic-auko/nRF5-ble-timesync-demo ) to start an I2S task when a timer overflows on the net core...
Hello, The DevAcademy fundamentals lesson 6, example 1 shows how to connect a bme280 to a DK. Then in lesson 6, example 2 it shows how to connect to an onboard light sensor...
Dear Sirs,
I am writing you to inquire about following questions about nRF5340. Especially,regarding the configurable bitrate for the LC3 codec in nRF Connect SDK Ver2.8...
Hi
in my application, I need to reduce /disable RAM sections in nRF54L15 to save Idle RAM current. For Example, I need to retain only 64KB RAM when I am in idle.
how can...
Hi folks,
I'm attempting to program an nRF52833 using a Segger J-Link+ connected to the SWD program/debug pins on the board.The board is only an nRF52833 - as a learning...
hi, noted a few things in the Rev 1 Errata v0.8 that might be tricky to solve practically in sw/hw
3.16 [33] RADIO: GPIOs can exhibit radiated emissions
max...
I'm currently attempting to register a service and it's subsequent characteristics statically using variables and not hard coded GATT tabel , I can successfully register an...
Hello,
I've been playing with an nRF54L15 PDK, specifically with the sid_end_device sample. I was having a lot of trouble getting the device to register/connect to Sidewalk...
Dear,
We have project using normal advertisement (not extended) on a nrf5340 module (Raytac MDBT53-1M) to send data using Manufacturer data.
We have a product already...
Hi, Currently Im developing on a custom board that has a NRF52840 and a NRF9160. Both MCUs communicate using UART Async API and I added the support for LPUART on both sides...