here I have a very strange problem. I m trying to send the data(1 byte) from slave to master,and I have to use the multilink demo because I will have 2 slave devices.
The...
I'd like to erase all the pages managed by FDS as part of a "Hard Reset" operation. fds.c has a hint of a "FRESH_INSTALL" directive (part of an enum defined in fds_internal_defs...
nrf51822
SDK v10
SD S110 v8
hello!
My pj is about ANCS+nus+hid mouse sevices.
If my borad had bonded with an iPhone,then download new hex from mdk ,and run.
...
Hello.
I would like to develop FW for the nRF52832, using Eclipse IDE + ARM GCC + Segger JLink OB.
I've seen on the segger webpage that the nRF52832 is a Cortex M4 processor...
When using app_timer through scheduler, a break and go will overflow the event queue if a timer is a repeat timer. The effect is that it's not possible to debug.
To work...
I need to be able to actively set the value being incremented in the Timer2 register on the nrf52 (what I believe would be it's main register). It seems that this might be...
The errata for the nRF52 indicates higher consumption in managing timers and GPIOTE. Does the BSP for SDK11 follow recommended practice to deal with these errata can I ask...
Hello Team,
Our concerns are related to L4 security in BLE
1. We're using nRF54L15 chipset having nCS SDK 2.9, peripheral LBS example mentioned in this exercise (...
I have trained a ML model and then exported edge impulse c++ library and now I need to integrate this to project and convert the existing c base in to c++.
I have the following...
hi,
i am trying to connect peripherals ( blood pressure, pulse ox meter) with nrf5340 as a central using uuid and mac, everything works as expected. however the peripherils...
I have a pair of SDKs and have them working bi-directionally in both walkie-talkie mode (microphone) and line-in (I2S). The volume control on both headset and gateway only...
Hello there,
Working on the 54L15 and curious about the relationship between the memory map and partition example.
From multiple examples, the partition ends at 0x165000...
Hi I have a mbed application, which runs on a PSOC6 MCU, i am going to be using a fanstel BC832 (which is based of NRF52832)BT module for RF-communication. To verify that...
Hi
I use Epson FA-128 (Q22FA12800025) based on Nordic’s recommendation, but I’m struggling to compare alternatives because the datasheet lists two aging rates:
±1 ppm...
Hi,
I have the following version(s):
Windows ver: 23H2 build 22631.4317
WSL version: 2.2.4.0 (OS Ubuntu-22.04)
VSCode Version: 1.94.2 (user setup) (latest)
nRF...
Hello I am using a custom board, based on nRF9160. I'm using SDK 2.7.0 and modem firmware 1.3.6. After a bug in production where a device stopped sending data, I tracked down...
Hello Nordic Team, I'm developing an project using VS Code with nRF Connect Extension for an nRF52832 board. The SDK version I use is 2.7.0 , build system is sysbuild . I...
Hi All,
The nRF54l15 datasheet (v0.8) notes in section 8.25.12 under "Configuration" that UARTE20 can use dedicated pins on P2, but there is no clarification that I can...
I tried to claim the "additional 45 MB" for the Wireless Logic SIM included in the Thingy:91X delivery.
Unfortunately, the "claim code" seems to be only available via the...
In my project I have a BME280 that starts OFF, and I interface with SPI.
The system then turns the power supply and the bme280 is powered.
At this stage the bme280 needs...
Hi, Im developing NRF52 DK. I'm building library C SPI mfrc522 for NRF52. I'm implement PCD_Read and write PCD_register look OK, But i call function PICC_IsNewCardPresent...