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...
Sometimes windows lose the connection to the nRF51 Dongle. The only way I have been able to reconnect to the dongle is by unplugging and replugging it to the USB port. I have...
app : nrf tools on git hub
s130: sdk v11
s110: sdk v8.1.0
example : nrf_ble_uart.
after modify, it happen, is there some definition shoud modify in app?
by the war,the...
Regarding the GPIO of the nRF52832, does it have a Schmitt trigger feature?
I have seen other questions and it seems that the nRF52840 and nRF51822 do have a Schmitt trigger...
Hi
I am designing a 4-layer pcb. How much do you think my signal trace thickness should be?
I use https://www.trgcomponents.de/en/ant-24-cw-rah-rps.html
connector...
I am working on BLE Image transfer from nrf52840 to android application. I am facing one strange issue with the github repo https://github.com/NordicPlayground/Android-Image...
Setup:
- nrf-sdk (v2.7.0rc2)
- custom board with nRF52840 QIAAD0 SoC
- current measurement directly on nRF VDD using Keysight 34465A, VDD=1V8
I'm using a code which...
Hello,
So I'm trying to setup the driver files and default configurations for CS47L63 Hardware Codec. There are no build errors or flash errors but after flashing I get...
I have a custom board with a nRF52840 and a nRF21540. To control my FEM (nRF21540) I have added the following to my code to my nRF52840_nRF52840.dts file:
/ {
nrf_radio_fem...
I am trying to control the 485 relay using the 485 to ttl converter. I implemented it on arduino using the following code:
#include <SoftwareSerial.h>
#define SoftSerial_RX...
Hello,
I am using bis gateway on nrf5340 audio dk to transmit data.
In addition to audio encoded data, I also wanted to send some additional data, so I put these data...
We are experiencing intermittent connection issues with the nRF9160 using NB-IoT on the Vodafone UK network. Our devices fail to connect or register with certain cell towers...
i have changed light example demo server.
now i add #define MESH_FEATURE_RELAY_ENABLED (1) in nrf_mesh_config_app.h ,the server have supplyed friend feature, i used nrf...
Hello, I'm trying to implement timer-driven ADC acquisition with the nrfx library. I previously configured some timer-drive GPIOs like in the following code
I'm having...
Dear DevZone Team,
I'm facing a very strange issue whereby the sample code from the Lesson2_Exercise2 of the Wifi Fundamentals course does not allow my development kit...
I currently use 8 nRF52832 as PTX and 1 nRF52832 as PRX. To ensure better communication quality, I wrote the code for PIPE allocation. The channel is assigned by PIPE 0 as...