Hi to all Nordic product lovers,
This is not a question but rather an announcement of a new nRF52840 based finger tip size module 14 x 9 x 1.6mm launched at CrowdSupply...
Hi,
I have a SPI slave device which outputs 8-bit registers that I have to assemble. For example, I receive two 8-bit registers, a high and a low register, which I have...
I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
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...