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...
nRF52840, nRFSDK 17.0.2, SoftDevice S140 v7.2.0
Hello! We're turning on SoftDevice and using the PA/LNA pin control to drive our FEM. Then, we disable SoftDevice and issue...
Hi,
I found a bug in the init part of the LIS2DU12 driver. The driver tries to reboot the LIS2DU12 sensor using the SW_RESET bit in CTRL1 register even if it is not in...
Hi,
I'm trying to synchronize a process using an nRF52833 dev kit using a Zephyr event.
The code looks like this:
The first routine sends an event and the second captures...
I am working on an nRF52-based device using nRF Connect SDK (NCS) version 2.7.0. The device is configured to enter deep sleep every 60 seconds and wake up via a GPIO interrupt...
Hi,
I'm using the nRF Cloud multi-service application on my Thingy:91X.
I am using the Serial Terminal to see what networks are available, but when I go to attach manually...
Hello,
I've been working on a project using nRF52832 + NCS 2.1.1 including BLE and some sensors : MAX86150, MAX30205, MP34DT05, LIS3DH
I'm sending data of these sensors...
Hello! What are the steps I need to take to switch from BLE protocol to lets say the Gazelle protocol? Is it as simple as disabling the Softdevice? If such a function exists...
We are finishing up development of our product and looking into creating our Bluetooth listing. We are using the NRF52840 SoC (Fanstel BT840F model) with softdevice and NRF...
The NORDIC tutorials are great for demonstrating how to use GPIOs to drive LEDs and read buttons.
However, I need an 8-bit bus to exchange bytes with an external display...
Hi,
I am working on an application using the nRF52840 with the Quectel BG96 modem. I can successfully communicate with an insecure MQTT broker using the BG96 modem. Now...
Hi!
I'm making a new board using nrf54l15 and I found the following issue:
/* * PWM signal can be exposed on GPIO pin only within same domain. * There is only one domain...
We have a custom board with the NRF52840 running NCS v2.8.0.
We have a problem where our device will crash/lockup. From our testing so far, it seems to be related to Bluetooth...
I have a project for the NRF5340 with SDK 2.6.1. I test the code with twister using Unity and CMock. That works great. But now I have to adapt the unity_cfg.yaml (which is...
Hi,
DK:NRF54L15
Modify form the sample code:peripheral_uart
I add one spi21 and k_timer to get the sensor data, periodically. But got the error ZEPHYR FATAL ERROR 4...
Dear Nordic Support Team,
I am working on a project to measure distance using two E73-2G4M08S1C nRF52840 modules. I would like your guidance on the best approach for implementing...