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...
I have a project where we have 2 nrf51 that need to be time synced with eachother.
The problem is they are placed on the body one on the back and one on the chest of a person...
on the page
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v16.0.0%2Flib_crypto_backend_micro_ecc.html&anchor=lib_crypto_backend_micro_ecc_install
step...
Hi,
In our one of the product we are using Nordic nRF52840 MCU and we compiling this application code in windows with SEGGER Embedded STUDIO IDE Version 4.30a and Tool chain...
Hi,
We made an online course on Bluetooth Low Energy, includes BLE Fundamentals & Architecture, step by step implementation of Environment Sensing service development...
Does anyone know of training that would help get a novice off the ground with the Nordic nRF51 devices? I'm new to Bluetooth and ANT, and while I have figured a few things...
Hi,
I have been using Thingy52 devices for experiments for quite a while now. I would like now to use Zephyr therefore I played with various sensor samples provided with...
Hi,
In one of our private issues where we asked how to detect a lost cell, a Nordic engineer told us that:
However, we noticed that when we lose the signal/cell, then...
Hi, I just started working with NRF52-DK and SDK 15.0. I tried to test the ble_peripheral examples and they work properly. Then I tried to add the buttonless dfu inside the...
Hi everyone,
We are currently at the stage of selecting a 3rd party nRF52840 module for our prototype. Maybe my question has an obvious answer but I want to ensure that...
Hi
I am evaluating this profile:
www.bluetooth.com/.../viewer
Is it availabile an implementation in nordic sdk of this profile?
Or something similar to have a reference...
Hello,
I'm using Segger ES 4.52 and I'm having some issues while doing step by step debugging.
It tells me that some symbols are not defined, even if they actually are...
Hello,
I am working with an nRF52 and two sensors using TWI. My code is based on the TWI_sensor example from SDK 12.2. I made an interesting discovery today when trying...
Hi, I am new to creating boards with RF capabilities, so excuse me if I get anything wrong or missed something. So, going over the reference layout for the QFN32 version of...
I am trying to use UART1 on nRF52840 to communicate with another device on a custom board. I am using Zephyr. I have successfully compiled code using the function uart_poll_out...
hello Nordic
i am using nrf52832, sdk 16.0,
i have a system which need to react to multiple external interrupts on multiple pins
i see that when ' nrf_drv_gpiote_in_init...
The nRF52 SDK is limiting the transfer size to 255 byte even if the HW supports bigger buffer.
This is due to a data type that is defined as uint8_t:
typedef uint8_t...
Hi,
I'm using nRF52-DK evaluation board, and ble_app_template_pca10040_s132 (from examples of nRF5_SDK_17.00.9d13099)
I'm designing an android smartphone as a central...
After moving to v1.3.0, my build fails, because the imgtool can't find the module cbor. I see some updates for zephyr that indicate cbor.py is now required, and it's included...
I would like to tightly integrate a nRF24L01+ with my microcontroller. I have read as much as I could, and copied as closely as I can, but the best layout required moving...