Hi,
Kit:nrf5340
Can you please tell me if there is any example in nrf connect SDK v1.5.0 related to data transfer concepts.
Is ble controller will be enabled during...
I'm was testing the gsp sample in samples/nrf9160/gps. It runs fine on my nRF9160DK and reports NMEA messages. However, when i ran it on my custom board, it failed in setup_modem...
Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
Doing some mobile app development using QT environment on Windows 10 and would like to debug using Bluetooth LE. Can anyone recommend Bluetooth dongles that would work with...
Hello,
In our product we have the following hardware configuration that implies two MCUs :
- a nrF52832 with BLE capability and running as an I2C master
- a nrf52810...
Hi,
I'm using the Maxim Integred sensor MAX32664 and MAX30101 with nRF52832. Do you know where i can find examples or code sources to implement the communication between...
Hello,
We are exploring a suitable platform for the next generation of our shoe-sensors. We found that the recently introduced nRF5340 fulfills most of our requirements...
Hi, I have a question regarding nrf52840. Can I communicate nrf52840 with sim808 GSM? Can I send AT commands through nrf52840 to sim808 and receive a response in BLE? Thanks...
Hi
I am working on a project based on Thingy91 hardware. I try to use Asset_tracker application on the nRF9160 and Connectivity_bridge on the nRF52840.
I used nRF Connect...
I am inquiring about two things. One. Utilizing powering the nRF52840 with 1.8V at the nRF_VDD with number 3 configuration of recommended hardware with the Specification v1...
Hello,
I use Segger Embedded Studio. When using tutorials which are on nordic web page , untill now tutorials were imported and built successfully. But on this one I come...
Hi,
So i'm working on an android app that communicates with two nrf51822 devices on the s110 softdevice by switching between them continuously (connecting one, disconnecting...
Hi,
I am using an nRF52840 Dongle with an external debugger and an external UART, provided by a USB to UART adapter, its an FTDI board.
I have modified my overlay file...
Sir,
How can i use the SCAN REQUEST to transmit dynamic data PDU to the PERIPHERALS ?
The idea is that the CENTRAL sends data to PERIPHERAL without make a connection!...
I am using the fatfs example in SDK 15.3 and I need to implement an energy saving mode for a use case when the sd-card is inserted but not needed. In a first step I'm cutting...
Hello, first of all I am new to Zigbee.
I have read the Light bulb example, and now wondering on connecting it with some kind of power consumption monitor. I want to create...
I have been using UART0 to implement a very simple console using console_getline_init() and console_getline().
So the nRF5340 receives commands over UART0 and outputs printf...