I made a custom board And I am running the segger example ble_app_blinky_pca10056_s140 But Even if I run log_init();, it returns error code 5 And even if I run timers_init...
Hello,
We are making a custom board with the NRF5340. There is no external crystal for the 32kHz.
What is the best option between internal RC and LFSYNT as 32kHz source...
Hi,
I have a central, where I want to close the BLE connection and restart the device. I have a button interrupt that does this:
However, when the device reboots. I...
My project: I am developing a system consisting of a central and up to 20 peripherals based on the Multi-NUS protocol. Toolchain and SDK : NCS v2.6.1. Development target:...
Hi,
Might be possible to answer the question in bold. Thanks in advance!
We have many BLE central NUS (Nordic UART Service) and many peripheral NUS communicating with...
Our company's FMNA+FMDN dual system firmware, developed based on NCS v2.7.0 and Find My SDK v2.7.0, experienced an abnormal system crash. This version of firmware has been...
Hello,
In my project I am creating a BLE service with 7 characteristics that are all NOTIFY only characteristics.
My service setup looks like the following:
BT_GATT_SERVICE_DEFINE...
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...
I am using a ultra-miniature (BMD-350) series module from Rigdo which has the nRF52832 BLE SoC. The pins from the nrf52 SoC are all brought out on a female headers on a custom...
Hello.
Currently, we are developing based on "multirole_lesc", a BLE multi-role project. The project contains the BLE service “hrm”, but I want to add the “RSCS” service...
Dear Nordic fellows,
I have a Rigado BMD-350 that can transmit correctly bytes to another device via UARTE, but who cannot receive data correctly.
I'm using SDK15.3...
Thank you Nordic team for your precious help. Is by any chance the project sdk_15_gzp_dynamic_pairing_ses_device.zip also available to download? Is there any particular reason...
Hi,
I already read all the forum posts about this buffer order swap problem of the SAADC. Especially this one: https://devzone.nordicsemi.com/f/nordic-q-a/20291/offset-in...
I'm upgrading a big project from SDK 6.0 to SDK 12.3, everything's going well, but I had to comment out a library because in SDK 6.0 the previous developer uses the input...
Hello there
I am trying to program the BL651 wich makes use of nRF52810 chip, however i haven't been able to program it.
The tool im using for the task is the J-Link...