Hi, is there an available developer in my tri-state area of Minnesota, N. Dakota, or S. Dakota? Please call me if you are available for a project for hire. The developer should...
I'm trying to design a very low power sensor that takes readings using ADC and SPI 200 times a second. I'm a bit worried by the current EasyDMA uses (1.1mA). As far as I can...
Hi, I am working on a project where I want to make one nrf51288 chip as central hub and connect that to a android phone and other salve nrf51288 .
idea similar to this: ...
Hi,
I have a code programming the nRF51422 development board to write to a Sharp Memory 96x96 pixel LCD screen using SPI.
Currently the code writes two numbers and a...
I've modified the ble_app_uart example by adding GPIOTE so that the transmitter sends a character to the receiver when a GPIO pin is toggled. This part is working well.
...
Hi,
I am working on my hardware product having nRF-51422 chipset. I just came to know from forum post that
nRF-52 chips will get arduino IDE support as standalone. I want...
Hi!
I've been using PCA10028 for a long time and I had some bricking issues but I've managed to un-brick it with "nrfjprog --recover" and everything would work again. ...
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...