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...
Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
Dear friend I checked the data sheet of 52820 and I didn't see any LPCOMP peripherals. Check the data sheet of 52832, there are LPCOMP peripherals. Comparing COMP and LPCOMP...
Hello, I successfully ported one provisioner and one provisionee to 2 nrf52840 experiment boards respectively, now I'm having the provisionee connected to my computer and...
Hi, I asked a relevant questions before and was advised to solicit such information from my local Nordic operations. But they didn't appear to know that either, so I'm here...
Calling ble_nus_string_send() from within a TWI callback (case NRF_DRV_TWI_EVT_DONE) is performing a reset on my PCA10028 (nRF51422). It works fine from the main loop.
...
When I run nrfutil, the program immediately throws a Python exception. It has been working for the last 6 months. I've used pip to try to upgrade protobuf and nrfutil, but...
I AM HAVING A COUNT VALUE WHICH IS IN THE RANGE OF 10000 - 100000 WHICH IS TO BE TRANSMITTED OVER THE BLE (OF THE BOARD) TO THE ANDROID DEVICE. I like to use nus service to...
Not really a development question. I'm looking for a wearable BLE device to use as a prototype for an academic research project (in a healthcare/hospital setting).
The...
Hi there,
Can anyone help me do secure DFU using bluetooth on PC please? I've tried every possible node.js solution to no avail.
I don't care what programming language...
Hello,
To my understanding, normally, either after a reset or powering up, the program should first run to Reset_Handler, then SystemInit, then __main.
Somehow, my program...
i used RTS service example in nRF5_SDK_13.1.0_7ca7556.
I entered the value in cccd,then i see ATT_ErrorRsp: status=0 oc=0x0012 h=17 err=5.
What's wrong with it and how...
We have tried working with nrF UART android source code from Github, it is not working, we have connectivity issue. it is working fine with the uart application which we have...
Hello, I'm developing firmware for a custom PCB with an nRF52832 chip. I've implemented almost all of the peripheral functionality I need (including TWI, GPIO, GPIOTE, delay...
Hi there,
I've already downloaded ble_mesh_v0.9.1-Alpha SDK and I can use arm-none-eabi-gcc to compile it, one thing I want to know is that how can I switch HWID to 52 in...
Hello,
I'm trying to use ble_app_hrs_rscs_relay_pca10056_s140 on a nRF52840 Preview DK using example from SDK 13.0.0_04a0bfd.
When I copy the precompiled .hex file in...
Hi,
I'm trying to add another element with a simple onoff model to control a second LED on the same server node.
I get APP_ERROR. I try declaring m_server0, m_server1, generic_get0_cb...