I tried to port the example "ble_app_ipsp_initiator" to pc-ble-driver and run on Linux. The peer device is another PCA10056 device running ble_app_ipsp_acceptor. The problem...
hi...
i want to use two uarts in nRF52840 , one uart to one pc and another uart to another pc .Data should be transferred and received between the nRF52840 and pc how can...
Hi, i'm using two nrf52840 DK ev kit. One it's the central and one the peripheral
After the connection I need to save power at the peripheral board, because the cpnsumptio...
In mesh example project “dimming_server”,I have added functions: mesh serial, SAADC(use ppi) and compie pass.However,when debugging,an error is happened in the function"nrf_drv_timer_init...
NRF52840 support the long range bluetooth and BLE gateway SDK, look at here that RAK Wireless held a Beta and welcome the community to participate.This board with Cellular...
Good day!
Started to work with nRF mesh. And wanted to add ir_lib from this project to Generic OnOff example.
And Source navigator shows error: static_assert failed "unspecified...
You have dead links everywhere and no obvious location for the gcc command line tools. Where is this?
Here are dead links:
https://infocenter.nordicsemi.com/index.jsp...
This is also my Bluetooth Prj.conf
When I turn on 2.4G, there will be an error message. How can I solve it? BLE and 2.4G cannot coexist at the same time. Can I switch...
I'm using the NRF5340. When I open a standard example project located in the directory: nrf\samples\bluetooth\peripheral_uart (the well-known Bluetooth data transparent transmission...
I'm using the NRF5340. When I open a standard example project located in the directory: nrf\samples\bluetooth\peripheral_uart (the well-known Bluetooth data transparent transmission...
Hello Devzone,
How can the nRF5340 App core read the "version number" of the image flashed to the Network Core, e.g. the FW_INFO fields, or something similar?
I am using...
Hi,
Is there an API, data structure or else in nCS v2.9.0, monitoring of which i can understand if ble advertisement is active or not active or at fault.? Also, if at...
Hi, I am using sdk 2.3.0. I got the following warnings while building the project. The build finished without any error, but it didn't perform as expected. Should I concern...
I am building a project based on the aws_iot example. I am using sdk 2.3.0. I can connect with either lte-m or nb-iot, but I keep getting aws_iot_connect, error: -119. What...
Hello, I am working on a custom board with my own custom project. I want to perform DFU for all the images I mentioned. The mechanism for the OTA update will be as follows...
I am unable to read PDM microphone on my custom board or nrf54l15-dk.
My environment:
- nRF Connect SDK v3.0.2
- nrf54l15-dk
- custom board with Fanstel BM15C -...
Hello,
Revival of an old nrf52840dk board I would like to use for another project, I'm trying to flash a sample application to it but it always fails with the following...
The NDEF message is slightly different between Type 2 and Type 4. Type 4 has a 2 byte length field at the very beginning of the file, called NLEN. The NFC Type 4 example code...
Hi.
I made a board with nRF54L15. I would like to use P0.01 on nRF54L15 as GPIO output., but I failed to confirm P0.01 turn high.
Then, I asked nordic AI anything to solve...
I am trying to use sprintf to format a float type variable, and I am not having any luck. The values printed are either blank or wrong. Sometimes I even Hardfault, which I...
I've got a product on the market that uses an nRF52832 on a custom board. It's been built with NCS V2.6.1
It spends most of its time in System OFF, and gets woken up by...
HI,
I am trying to write some local files on internal FAT on spi flash - which works.
now i will enable_usb_device_next () (like the MSC example -- using the next usb...