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 there!
I'm trying to make an SH1106 screen working with my Zephyr 3.7.0 project using an nRF52DK (nrf52832-based one). My project is straightforward:
proj.conf
...
Hello,
I am attempting to use the DFU Target library to receive an update file over a custom protocol. I aim to do an MCUboot-style upgrade such that after the file upload...
Hi there,
My compiled image size in ROM is ~200kb.
I have 2 MCUboot partiitons, each 228kB.
I wanted to ask- is it possible for the application to use the second (non...
NCS v2.7.0
nRF52840 dongle
I want to program the nRF52840 dongle with external J-Link, and I can connect to nRF52840 dongle with SWD now. Using "nRF52840 Dongle nRF52840...
Hi,
I am evaluation PAWR feature and plan to use it for a product. The project is based on nrf5340.My enviroment is:
nrfconnect sdk v2.7.0
nrf5340 audio dk.
After...
Need to automate the FOTA process for devices with Zephyr build application which has mcuboot as bootloader, these devices can be programmed using nRF Device Manager and nRF...
I’m developing a product that uses the nRF9160 for LTE-M and the nRF52840 for Bluetooth. The nRF52840 is a pre-certified module, and I have experience with FCC compliance...
Is there any hardware limitations that would prevent one from using the nrf_802154 drivers on an nRF9161? If no, could you adapt the open-source sl to use the 9161 modem instead...
Setup: custom nrf9161 PCB, flashed with nrf9161 modem fw 2.0.1, using NCS 2.6.1
Targeting my custom board, I couldn't even speak to the modem lib, no IMEI etc.
So I dug...
Hello,
I have been trying to correctly setup my nRF Connect inside VS Code.
When I try to execute the command
west -V
in a nRF Connect window inside VS Code, I...
Hi i am using nRF52840 with segger embedded studio.
SDK -> nrf5-sdk 17.1.0 I want to configure rtc2 so that whenver i initialize it it should generate an interrupt after...
Hello, I am building a device which simultaneously advertises as a beacon and acts as a peripheral role device. Advertisements are sent at ~20 Hz with the connection to the...
hi:
I am use broadcast_sink and broadcast_source of nrf5340_audio simultaneously. use a button to switch source or sink. i am use NCS v2.6.2 if switch to sink mode is show...
Hello friends, I am using nrf52833 MCU for my current project, this project involves a sensor from infineon that operate on SPI and it supports high frequencies up to 50 MHz...
Hi,
I referred to the DevAcademy FOTA over Bluetooth Low Energy, but in the provided code, the BLE mobile app connects to the device and it automatically enters DFU mode...