Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
I'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...
Hi,
I am a bit confused about the effect the Connection Interval has on BLE throughput.
SoftDevice documentation :
https://infocenter.nordicsemi.com/index.jsp?topic...
Hi,
I've implemented a program on the nRF5 SDK, based on the ble_app_att_mtu_throughput example, that sends out advertisements in between periods in which it scans for...
Hi,
We are using nRF52833 chip for our development. We need to combine Application, Softdevice, Bootloader and setting file for production purpose.
In project merging...
The nRF desktop tools are great but all have an irritating bug. I typically hibernate my PC at the end of the day to take it home. When I restart the next day, the windows...
Hi,
I'm trying to link a static library that provided by others to my own project. I followed the steps in this post ( https://devzone.nordicsemi.com/f/nordic-q-a/39338...
Hi all
I'm using nrf52805 soc, softdevice s112 , sdk version 17.0.2 and nrf connect mobile app for my project development. I can connect and disconnect the nrf52 device...
Hi,
I am using P0.10 GPIO of nRF52840 (QFN package) as an output for driving a transmission circuit with an 8MHz digital signal.
According to the datasheet this pin is...
Hi team, I'm using Mesh in my project. Using this thread as a reference, I tried to decrease the data throughput and experiment to see if devices could communicate with each...
hello,
i want to know if is possible have Multilink, ble Uart and relay together? it is for make an a type of Mesh network of 4 devices with a BW of 1Mbps (see the image...
Hi
I'm testing the SLM application in nRF Connect SDK ver 1.3.1 on nRF9160 PDK ver 0.8.2 using the LTE Link Monitor v3.5.0
Giving the following commands, the UART stop...
hello ,
i am working on recieving data from sensor using nrf52832 with time and data right now i am getting time that is set by me my problem is i have to set time automatically...
Here is an issue I am having when using MQTT in a poor (RSRP < 15) LTE signal environment
Condition:
nRF Connect SDK v1.3
modem firmware v1.2
TLS Socket is configured...
I've worked through the Custom BLE Service example ( https://github.com/NordicPlayground/nRF5x-custom-ble-service-tutorial ) and I'm attempting to port it to C++ to form the...
Hi,
I need to write a linker (ld) script for our nRF52 application. Essentially I need to combine the linker script that we already use with the scripts that exist in the...