Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
Hi,
This post is just to share with all of you (who would need it) a simple application interface (attached here) that uses the nRF52840 USB since we spent some painful...
Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
Hei, jeg evalurere et Reinsdyr projekt der 30 Reinsdyr skal løper inne i en binge, er det mulig å motta kun beacon fra BLE taggen i nRFAPP fra de 30, hva er max antall når...
Hi!
Using the nrf5340-DK, I am preparing a code to be used on a custom board, where the pinning configuration will be different from that of the development board. I have...
Hi
I am using the nrf Connect extension in Visual Studio Code on a Window 11 machine together with C:\Nrf_Connect_SDK v1.9.1
After having installed the nrf Connect extension...
Hi,
I am working with nRF52832_dvk board, i am testing the OTA example as per in this link. https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/software/posts...
Hello, I'm starting to design the pcb for the nrf52840. I looked but I saw that it is also possible to create it on two layers instead of four as the reference design teaches...
Hi,
I am trying to burst read FIFO of ADXL362 with zephyr adxl362 sample. 1 byte tx (read fifo command) and n byte rx ( reading the fifo data);
Zephyr is the last version...
Hi,
We tried to use Connect Interval 7.5ms with MTU 88B, both central and peripheral role are 52832, but observed disconnection after 30 sec.
Disconnection reason is 0x13...
Hello all,
Background: -NRF5340 -NRF SDK 1.9 -Zephyr 2.7.99
My objective is to send a data of 768 bytes by BLE. I use 4 notify to send this 768 bytes data (192 packets...
Hello,
I'm working on an application running on the nRF9160. The application is build on the Fanstel BLG840X and the code is shared between both the 52840 and 9160 on the...
Hello!
I have a problem updating network core firmware through MCUboot when NSIB is enabled (through "CONFIG_SECURE_BOOT=y" in my application prj.conf).
Without NSIB...
Hello Support, I'm looking for reference schematic for the interface between nrf52840 (or similar) and the nrf21540 . Is there a simpler version than the developer kit user...
Hello again,
I'm trying to lower the power consumption of my thingy91 by turning off the serial by setting config_serial=n. Unfortunately, this causes a crash while running...
Hi I would like to start developing wireless and embedded solutions using Nordic Ecosystem SoCs. I will probably only need to use BLE 5.0 and maybe Bluetooth Mesh so nRF5...
Hi,
So we have a project where we use the NUS, and we need to detect when a client subscribes. We eventually found a way, but it seems very obtuse and a bit black magic...