Looking for someone that has previous experience building multi protocol / time slot topologies using a mix of BLE (central+peripheral) & custom Gazell connections running...
Hi.
I have nRF51422 borad and want to flash to nRF51422 with JLink.
I supplied to 3.3V power to board and is connedted SWDIO to p23, SWDCLK to p24. JLink is connected...
IUsing the Master Control Panel application on my Android device to connect to my nRF51822 module (acting as the GATT server), I have implemented the Device Manager (v10 SDK...
I have successfully compiled BLE application using tutorials provided on nordic website.
but when I start doing debugging for better understanding find out that I can not...
Hey,
We got a problem when trying to figure out how to detect the custom services from Unity. We are trying to read data and afterwards to do some manipulations of objects...
I want send ble bond connection request from raspberry pi to nrf51882.
Can you please let me know which ble libraries I need to send central ble bond request to nrf51882...
Dear Nordic:
I try to use pca10040 DK and SDK is nRF52_SDK_0.9.2_dbc28c9.
Test nRF52_SDK_0.9.2_dbc28c9\examples\peripheral\UART the function work well on my DK.
I...
Assume a BLE connection has been established between a master and slave. The device in question could be either the master or the slave (if it matters).
I have an application...
Hi, when using fds_record_iterate() to iterate over records, it only returns the record ID, but not file ID or record key. Only after opening the record you get the file id...
The nRF52810 datasheet shows the EVENTS_COMPARE register as RW, so I'm assuming that I can write to it.
But when I write to it, nothing happens.
Example.
I set up...
The question in short form is, is there any way to not use the Flash for storing bonding information and instead do this in RAM?
For the longer explanation:
We are using...
Hi,
We've circled back to this problem, now that we've increased speed.
We're using UART to communicate between the nRF52832 and an STM32.
Recently we increased the...
Hi,
I am trying to read UART data which is populated from another device going into the nordic board.
However, I am unable to read this data. I am using the ble_app_beacon...
Hi,
We are running a setup that pumps sensor data from light switch server to light switch client. After provisioning/configuration the setup is working fine without any...
Hi all,
I am try to test light switch server example in mesh SDK (v3.2.0) with nRF5 SDKs(v15.3.0). Using Coded PHY(125kbps) as this post or standard PHY (1Mbps) seperately...
Hi Devzone!
I'm using the fft function to check the frequency of sound from mic sensor.
All seems good but, o nly up to 2500hz is shown and the frequency above it is...
Hello,
I am trying to measure the battery voltage on an nRF52840 DK using SDK 15.3, while consuming as little power as possible, so by using nrfx_saadc_sample_convert()...
The example initializes the SAADC driver and configures one channel to sample analog input 0 (GPIO pin 2).
I would like to know how to change analog input pin to other GPIOs...
I'm working on nRF52840 SDKV15.3.0 SoftDevice S140. When setting 2mbps mode and long range mode getting <error> app: Fatal error .
i'm using xenon iot development kit its...
Hi all,
My project involves a ble-central initialising peripherals and creating a bond. When this is complete the peripheral should go into sleep mode and only wake up when...
Hi Everyone!
I checked this links https://infocenter.nordicsemi.com/pdf/nRF9160_DK_User_Guide_v0.9.pdf#page=20 and https://github.com/NordicPlayground/fw-nrfconnect-zephyr...