I would like to store a simple integer value in the flash write and read after some event. I'm using the mesh example Dimming examples (experimental) in the nRF5 SDK for Mesh...
Hello,
Has there been any success with getting the python bindings for the pc-ble-driver running on openwrt? I've succeeded with the driver itself but not the bindings....
Hi Nordic Team,
In my BLE project I'm creating a Test application which gets all the advertising data from peripheral devices. The complete list of scanned device is received...
Hello all,
According to the documentation and this feedback on a case there is a maximum size for a particular cert before nrf_inbuilt_key_write returns NRF_ENOBUFS . Can...
Hello,
I am using nrf52840 DK, Segger Studio IDE, Win10.
My application is I want to transfer the image from iOS to the DK board.
I am aware of the Image Transfer...
Hello, i intsalled the software stack for use with latest release of nrf sniffer package.
By starting the capture process with wireshark 3.2 i have noticed an issue:
In...
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...
Hi Team,
we are working on nrf52 and we doing encryption of the data.
on the receiver end I can understand if there is connection , the keys will be exchanged and after...
Part - NRF52810-QFAA-R7 Hi, I've tried two chips, reflowed and checked under microscope. I have a connection to the track the pin connects to. Errata is applied via SystemInit...
Hello Devzone,
Here is my issue : I want to have a low power mesh node that can just send message to other nodes. The device can enable and disable himself the mesh stack...