Hey,
I am having an issue where my device doesn't show up in the Nrf Connect app as "connectable" despite as far as I can tell being set as a connectable device. This doesn...
"I'm working with nRF Connect SDK v2.2.0 for nrf52840 and I'm trying to implement file transfer functionality using mcumgr over UART in Application. I've successfully configured...
Hello,
I want to run mass storage on my custom board with the nRF52833 and W25Q512JVEIQ. I have reviewed the mass storage sample (ncs\v2.7.0\zephyr\samples\subsys\usb\mass...
Hi I want to run an epaper with the nRF52832 therefore is SPI needed. Board file was generated from scratch. In the devicetree I added the SPI modul and a epaper modul, which...
Hi,
First of all, let me confess I am new to NRF and BLE environment.
I am working on a project where the mobile device and NRF 52840 acts as a BLE peripheral and one...
Hello everyone,
I have been assigned the task of finding a wireless modem with integrated LTE Cat-1 bis support. I've come across the nRF9161/60/51/31 family, which indicates...
What is the best way to filter info center results to match my project? I'm using SDK 1.5.1 for S132 and I think that is softdevice 6.0.0.
It would seem like a simple top...
We are currently running on mfw_nrf9160_1.0.1 and NRF master as of today (Sept 13, commit 224bee9).
We are developing an MQTT application that uses TLS mode sockets.
We...
52832 & s112 & sd6.0 & sdk15.0
If you have multiple pairings on the same host will return error by “pm_device_identities_list_set”
err_code = BLE_ERROR_GAP_DEVICE_IDENTITIES_DUPLICATE...
Hello everyone,
I trying my nrf52832 getting ultra low power current conception mode using System OFF mode (0.3uA). I using SDK 15.2 ble_app_beacon example I change 32KHZ...
I started developing on the Adafruit nRF52 module. I wanted to make a custom PCB to demonstrate a prototype and fabricated a board with a MDBT42Q module from Raytac. I sent...
Hello, I have used the nrf52840 . I have created applicaction from existing examples of SDK which used bluetooth. And now want to add OTA via bluetooth. Is it possible use...
Hi,
I am developing an app based on PCA10059 dongle. my program work fine on this dongle, but i have a problem with it. after programming PCA10059 dongle with my firmware...
Like the title,
Is it possible to disconnect ble link or stop advertising at runtime, then change the service uuid and characteristics?
I wanna to do OTA service in application...
I am able to receive motion data [rawdata] from thingy52 on my RPi 4 using bluepy library in Python3.
I want to extract the raw values of Gyro/Accl/Mag from sensor.
The...
Hi,
I'm writing a program that swaps between LTE and GPS to send the device's location to AWS over MQTT. I am able to connect to LTE and AWS, then swap to GPS and get a...
Hello. I 've got such problem with flashing some of the ESB protocol examples of NRF5 SDK. I use Adafruit Feather NRF52832 board with ST-LINK V2 debugger. https://www.adafruit...
I want to implement UART service which can act as central and peripheral at at time.
I am using nrf52832 board and sdk 15.
I tried to implement it by changing the services...
Hi,
I am following the nRF_Sniffer_UG_v2.2.pdf to setup the nrfSniffer. Wireshark does not show me my board among the interfaces. I had a look at the troubleshooting part...
Hi,
We are developing a Bluetooth 2d-3d mouse with OTA -DFU service.
The controller we are using NRF52832 QFABB0 it contain 32KB RAM and 256KB of flash memory.
SDK...
I try to add NUS service in example ble_app_hrs_rscs_relay.
I have fail on send data from "Relay" to smart phone iOS nRF Toolbox.
1. I have modify the MTU size . #define...