Hi,
NRF54L15, nordic sdk version 2.9.1
I recently lost ability to build my application. I get this linker error:
/home/adam/ncs/toolchains/b77d8c1312/opt/zephyr-sdk...
Hello,
Now, I currently run Asset_Tracker_Template on Thingy91X
https://github.com/nrfconnect/Asset-Tracker-Template/blob/main/docs/common/getting_started.md.
And, I...
Hi,
I have autoprovisioned and autoconfigured my nrf52840 board (provisioning and configuring are made inside the software and not through external app/provisioner).
In...
Hello Nordic Team,
Currently, we are performing power consumption testing using the Nordic nRF54L15-DK development kit.
As part of this, I aim to fully disable the Radio...
Good afternoon we are updating some Nordic chips but to make the connection work it is necessary to install the modem version 1.3.1 wait for it to connect and then install...
I have a custom board using a nRF52840.
A part of the configuration is a Analog Devices MAX98357AEWL+T Class D amplifier which is driven by i2s0.
When the board is idle...
Hi,
When running the python script in attachments
By invoking it like this :
python.exe ./nrf_build.py --sdk-version v3.0.2 --project-path <path_of_the_project...
Dear All,
i want to make a product which using nrf24le1 chip, but now i'm stuck on the antenna impedance matching issue.
i'm not very familiar with the antenna design...
I'm try to using Nordic 52832 board to send hexadecimal to the phone, but it still receive for ascii.
Using example\ble_peripheral\ble_app_uart code for sending.
Hello
We have a project of energy meters with mesh network.
There are some parameters important for us:
Time of reconfiguration
size of network
connection range...
When I plug the kit into a USB slot on my computer, the nRF52 DK does not appeared as a removable drive named "JLINK" as it should according to the documentation. Has anybody...
I m working on SDK-11, and using sample program experimental_ble_app_blinky, in this code I want to read RSSI value and want to show on NRF Connect app. But its not showing...
Hello,
We are using nRF52832 DK, nRF52 sdk15.0 with SES IDE in windows 10. Currently we have senor network which is trigger every 1 Hr and send data trigger time set in...
The hardware is a custom board with a Rigado BMD300 module (which uses the nRF52832). I am using Softdevice S132.
My code base started as the ble_app_uart peripheral example...
Good afternoon,
In my peripheral application (SDK15 and Softdevice6.0.0) I can have several bonded central peers but only 1 can be selected on demand for the whitelist...
Dear all
Does the nRF52840 provide an unique device address (MAC) address, or that address has to be provided by the application layer to the stack/chip ?
Regards...
I am inquiring about the range of the nRF52840 USB dongle. I see a meandering antenna on the PCB. This is different from the DK's and am wondering if the meandering antenna...
Hello,
I'm trying to quickly prototype a BLE radio tester and was thinking of trying to use the nRF52840 Dongle as the BLE central to simply pair and read a couple of basic...
Hello,
I have two nrf52832 own boards. First is BLE_central receiver, second is BLE_peripheral transmiter.
SDK 15, SD-140.
I need to pair specyfic transmiter with specyfic...
Hi Sirs:
I am trying to change a characteristic property from "notify" to "indicate".
And the example I used was SDK15-> ble_app_uart .
I have ref these document:
...