I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
Heads up for anyone using the IoT SDK (currently 0.8.0). This SDK has the TinyDTLS-0.8.1 embedded in it... and I believe that there is a bug in the TinyDTLS CCM functions...
A new library/toolkit has been built that allows us to invoke the services of an nRF24L01 from a Java environment. Documentation and links to the Github project can be found...
Hi,
I am sending data from Android phone in every 200 ms to nRF8001. But sometimes I found there is a 50 ms or 100 ms delay. It looks like nRF8001 spending some time in...
Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
I have enabled data ready interrupt bit and also enabled the fifo bit and also enabled gyro_fifo and accel_fifo bits in mpu6050 so that when data ready interrupt occurs the...
Hi,
I'm aiming to develop a custom two-wire serial interface (TX, RX). To achieve this, I'm planning to implement output capture for TX and use GPIO interrupts for RX. For...
NCS v2.7.0 and sysbuild system.
I'm looking for some clarification about Secure Boot and implementing a custom signing command.
What is the difference between secure boot...
software: ncs 2.5.0, zephyr/samples/subsys/fs/fs_sample
hardware: nRF52840 (not DK, designed by customer) and nRF52832 (not DK, designed by customer)
Step1: build within...
Hello everyone
I'm trying to build an app using Segger Embedded Studio and a nRF52832. I'm currently struggling to include the fds module since i get the following errors...
Hello,
We would like to program the external flash connected to the nRF5340 via SWD during manufacturing.
Is this possible? Do you have any documentation that explains...
Hi
When doing a Software reset the RAM contents are persisted, however when doing a Hardware reset via nREST pin on the module then the non-initialized RAM section is...
Hi,
I am designing the ARGO module http://wizcube.eu/argo.html . I am using the excellent KiCAD library https://github.com/hlord2000/nordic-lib-kicad
It seems there is...
Hi, I'm developing a product for a client using nrf52840 which has support for DFU OTA over BLE. I'm using nrf connect sdk 2.5.0 and DFU OTA over BLE was ridiculously easy...
We're using a nRF5340 module on our board, and have basically everything working as we'd like using SDK 2.1.0.
I've tried updating to SDK 2.6.1, and managed to resolve all...
Hi,
In our new project, we are using the nRF5340 WLCSP package and configuring the system ON - low-power mode in our application code. We measured the current consumption...
Hi,
Ubuntu 20.3
vscode + nrf connect extension
when i create new application from exsample project broadcast_audio_source for nrf5340, after build, and flash into the...
Product: NRF9160
SDK: 2.6.1
Modem: 1.3.6 My problem is that FOTA download is breaking up more or less every time our device is doing a SW upgrade. We download SW directly...
NCS version : v2.6.1
target board: nrf5340dk_nrf5340_cpuapp_ns
sample project: "ncs\v2.6.1\zephyr\samples\application_development\sysbuild\with_mcuboot"
I use this command...
app and dfu works after I program the merged hex from bootloader_setting, bootloader, softdevice, app using Program application tab, but if I erase chip, reprogram it with...