Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
Dear Nordic,
Do we have ready-to-use keyboard driver with scanning/debouncing?
I've not found an example or docs about using KSCAN with gpio-connected keyboard...
Dear Nordic Experts, This one's a tough nut to crack:
The firmware is based on nRF5 SDK for Mesh 5.0.0 with nRF5 SDK 17.0.2 and Softdevice s132 7.3.0. It runs on a nRF52832...
Hello,
I have already implement the RSSI2 monitoring where I get the RSSI2 value with each successfully received packet via pcd-callback and its attached nrf_modem_dect_phy_pdc_event...
The app can work well in nrf52810 QFN48,it can't work as design in QFN32.
I have created my module with nrf52810 QFN32, loaded softdevice,loaded app,enter debug mode with...
I'm still new to this but particularly in regards to battery. I have a custom board with a nrf5340 and have been working on reading the voltage. I used the battery sample...
Hello,
I am building my own board with the nRF9151. I see that it can do SPI, but it does not say what pins are SPI capable. As the chip is a SoC (or CiP), can I use any...
Looking at the datasheet for the nrf54h20 it lists GPIO port P9 as Slow and Analog.
However, in the pin mapping, it also says SPIM130 and SPIM131 are available on port...
Hello,
We are trying to run 802.15.4 alongside our BLE Mesh network on the nRF54L15.
However whenever compiling with CONFIG_NRF_802154_RADIO_DRIVER =y, we run into the...
Our peripheral medical product, based on the nRF5340, is designed to pair and bond with both PC and mobile devices via Bluetooth Low Energy (BLE).
I've implemented BLE Security...
Hi,
I'm developing a custom MBR/bootloader for NRF52811 which is used as a second/radio MCU on the board. The MCU will need to run applications with and without the softdevice...
Hello,
I see that the nRF54L15 recently had a datasheet released at v1.0. Is there any difference between this and the preliminary v0.9 datasheet? I cannot seem to find...
Hi,
SDK 3.0.2, nrf9160 (actinius icarus som), custom board, based on modules example. LTE-M with PSM.
Floor current is too high, at around 500 uA. There is a known issue...
Hi,
I am looking to create use a pm_static.yml to create a partition table for MCUBoot, which have the internal flash as the primary boot partition and the external SPI...
I get this error after creating a custom board
C:/ncs/v3.1.0/nrf/subsys/mpsl/init/mpsl_init.c: In function 'm_config_clock_source_get': C:/ncs/v3.1.0/nrf/subsys/mpsl/init...
I'm attempting to put together an application using the baremetal version of NCS just released... I need these to run DFU over BLE so we can update in the field.
I created...