I am try to make Bluetooth LE with Nordic UART Service bondable in to pair with central, not requiring to enter pairing code again and again.
I have set followings in prj...
Hi,
I am using nrf52840 to run as an hci controller over UART for nrf91. I was able to implement FOTA over BLE for nrf91, but I would also like to add an option to add FOTA...
Hi everybody I'm using nRF Connect SDK 2.6.1. Before I could seen Partitions section in Memory Report tool, but now it's disappeared. I also checked it by ninja command: ...
I work samples/bluetooth/scan_adv on nRF54L15-DK.
Disable LOG and CONSOLE.
I measured current comsumption by PPK2.
Result is about 4mA.
On datasheet, nRF54L15's Bluetooth...
After some time I picked up my NRF5340 DK again to continue my Matter samples. But I noticed I cannot program any sample to it. The Segger seems to work fine, as I'm able...
Im a bit stuck here.
I have the following code, trying to communicate with a flash memory:
Overlay:
code:
I get the following error message:
error: ...
I have a nrf9151dk with a nrf7002ek shield. The nrf9151dk has the DECT NR+ PHY firmware running on the modem core.
I would like to do Wi-Fi positioning with the nrf9151dk...
I am trying to read (the report map) and receive notifications (the report) from an HID device as a BLE central. The bonding process has been completedsuccessfully to my knowledge...
Hello,
I am testing the capabilities of Thingy:91, the first day I could see data in cloud (temperature and other sensors + GPS).
Today usage of SIM card grows up but...
Hello,
I'm trying to setup a new project and start experimenting with the nRF51 series. I'm a little confused about the needed files I have to add on the project to get...
Hi:
SDK version: SDK 13.0
MCU: nrf52832
For the purpose of saving power, the peripheral disconnect the BLE connection in the program when there is no data transmission...
Hello,
I am using nRF52832 EVM board with SDK 15.3.0 in SEGGER studio IDE, win 10.
When I am implementing sd_nvic_SystemReset(); in my code, that time i am not able to...
I have a custom board based on QIAA Reference Layout 1.1 Variant 6.
The application is built with Zephyr without bootloader and is placed directly on address 0x0.
When...
Hi, I'm designing nRF52832 custom board, on 'single side' pcb.
To make VDD and GND lines connect, I used 4 jumpers, which have 0 ohms.
I designed with nRF52832-QFAB reference...
I used the ble_app_uart for pca10040e successfully on the DK52, now I'm trying to port that project onto actual nRF52810 chip.
This is my build configuration on SES (Segger...
Hello Nordic Support Team,
The question I have is simple.
Can I use the pc-ble-driver with the ble_connectivity_s140_usb_hci example found in SDK15.3.0?
If not why?...
Is there any public documentation on the LTE Modem hardware API for the nRF9160?
I'm interested in porting an embedded operating system written in Rust to the nRF9160 and...
Hi,
I am using ncs 1.0.0 in nRF9160.
I have enabled UART 2 interrupt during initialization of the uart as below and it works fine.
To reduce the power consumption...
Hi,
Using the Thingy app on my iPhone works fine.
However, I would like using my iPhone as a gateway (thingy:52 -> iPhone (BLE -> Internet) -> nrFCloud. I installed the...