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...
Hey Team,
Can anyone please share the layout of the Program and Debug connector on the Thingy? I don't have a 10 pin SWD connector readily available and need to start...
Hi everyone, I have configured the LOG module to use it with the UART in view of debugging. I don't send anything in my loop but the UART send constantly these data :
<info...
Hello,
I am using sdk12.2.2 and nrf52832 customised board. My use case is as follows.
Suppose user enters in dfu mode trough app and for example user doesn't update...
I am working with nRF5_SDK_14.2.0 ble_app_beacon example using NRF52 DK. If I have directly copy pated the readily available examples\ble_peripheral\ble_app_beacon\hex\ble_app_beacon_pca10040_s132...
Hello,
I am building an application that doesn't need high-frequency microphone data.
I want to sample the PDM at 4K. It is possible to do so by changing the frequency...
Hi,
After i merged the light switch example in mesh_v1.0,1 sdk with UART example in nRF5 _v14.2 sdk, i'm trying now to put the status data recieved from server node to UART...
Hi,
We develop two BLE projects on NRF51822 and NRF52832 chips.
In both chips, for higher accuracy (better than ±250ppm) exists the option to connect the LFXO 32kHz crystal...
Dear Nordic Engineer,
I am working on sdk15,52840,ble app uart project,
i saw BLE_DTM_ENABLED in sdk config.
// <q> BLE_DTM_ENABLED - ble_dtm - Module for testing RF...
after flashing the board couple of times I get the following error:
device recognized by PC, I can see the drive created on PC
however I can not flash the device, and...
I am developing an IoT Gateway having BLE chip nRF 52840. The BLE of the gateway will connect to and transfer data to a BLE device having Vendor Specific GATT service and...
Hi Nordic,
Any chance I could port Nordic Thingy AWS alexa example code(in js) to Nordic nrf52 dk code(c language), I cannot locate any working AWS example code for nrf52...
I'm having a problem merging the Mesh SDK v1.0.1 with nRF5 SDK 14.2 following the " Coexistence with other Nordic SDKs" section of the Mesh documentation. I have a fresh unzip...
Hi,
I've been modifying this example in order to make some things automatic, which include to read some characteristics via BLE. So I'm trying to use this read function...
I wish to automate the nRF connect tool using python, e.g. perform a scan, connect to a device, discover the services and write some data. Is this possible? I have stumbled...