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...
Hello,
I have a question about Bluetooth connectivity issues. The BLE code I'm trying to make will be connected to the smartphone (Android). If phone out of the Bluetooth...
I'm developing a bluetooth device that only advertises data, it's set to BLE_GAP_ADV_FLAGS_LE_ONLY_GENERAL_DISC_MODE and BLE_GAP_ADV_TYPE_NONCONNECTABLE_SCANNABLE_UNDIRECTED...
Hello everyone,
Can I use the latest nrfutil 6.1.0 tool to generate the DFU zip file for the dual_bank_bootloader in SDK11?
If yes, do I need to keep the --hw-version...
Hi, I wanna enter the system on sleep to save the power up to 10uA(about tens of A). I am using nrf52840-dk with SPI LCD and some GPIOs in zephyr. Also I want to do DEVICE_POWER_MANAGEMENT...
Hi, I would like to run an nrf53 example project. I got the devkit, and after some struggle I am now able to compile and run a project.
I need to run an Bluetooth example...
This is really a question about best practice - I have some ideas of ways to do what I want, but wonder if there is some clean API-supported method that I haven't found.....
Hi, I am in design stage and i need to change nrf 8001 to nrf 52810. In this point i have a question about pin configuration in nrf52810, Can i use any pin for any use? i...
Hello everyone.
I know from Errata document that the GPS antenna soldered on DK is not working properly on the 0.8.2 version of the DK. I need to use GPS for time syncronization...
Hello,
We are allocating a large amount of pages (100 pages, ~400kB) for the Flash Data Storage module in order to hold collected data. As a result, the fds garbage collection...
Hi all, can the nRF52840 dongle be used as an external Bluetooth 5.0 peripheral via a Raspberry Pi 3 running Linux?
I received this message from my engineer
' The drivers...
This is based on the article fround in devzone here .
I'm compiling a simple Hello World and followed the instructions as per the nrf Connect SDK Turorial Part 2 .
To...
Howdy,
I'm using Zephyr to configure an nRF52840 to act as an I2C master and send data to a TM4C slave at a 100kHz clock rate. The nRF52840 appears to hang after calling...
Hello, I am working with nRF5 SDK 17.0.0 and using IAR Embedded Workbench 8.50.1. I am following the Secure DFU bootloader guide as posted here .
On Step B3, I get a build...
During development, it is a very common task to combine the 4 elements into a single hex file, softdevice, bootsettings, bootloader and application. Mergehex is limited to...
I'm using an nRF52840-Preview-DK board in a POC (Proof Of Concept) to convert an I2S-TDM bus to SPI.
So it takes the I2S FS (frame sync) and CLK (clock) signals as inputs...