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 guys, I'm looking for understand how to send a simple signal using the 802-15-04 between two nrf52840 boards.
The only available example use the uart in order to have...
I have modified the Blinky example in the SDK to support CODED_PHY as per the examples I have seen but am unable to get it to run. The modified main.c is attached
It seems...
Is there an example layout using the nRF52840 that does not use microvias and via-in-pad technology? My application is high volume, and I am trying to keep PCB costs low.
Hello,
I am using nrf52832 and nrf5 SDK12.3 to develop my project.
When I debug it in SES and it works well,but when I stop debug or close SES or power off and power on...
Hi, I am trying to include a pre-compiled, third-party library from a sensor vendor into some code for the nRF52832. The vendor's package includes two header files and a ...
Hello. I have nRF52840 DK and nRF52840 Dongle. I want to test thread cli example. Everything is good for nRF52840 DK, because it uses Jlink-uart-usb converter. I dont understand...
Hi,
We have designed a wearable device for one of our clients with the nRF52832. The MCU connects to a smartphone and streams sensor data during the whole duration of the...
Hi,
I am running SDK15, and using the example ble_app_interactive in ble_central and peripheral. I am trying to discover services and characteristic from a peripheral device...
I am measuring current on the nRF52840 when UARTE + GPIOTE are running (and sd_app_evt_wait() is called in the meantime), and I see about 1.2mA average current. On the nRF52832...
Hi all,
How can I send a keayboard key with modifier? I would like to send a CTRL MAJ key for example.
I work on the smart remote 3 project.
Thanks in advance, ...
hi
I'm trying to add to the example ble_app_uart_coexist GATT provisioning bearer and the Proxy feature enabled.
when i'm calling the function void advertising_init(void...
For Mesh Network For example 10 to 15 nRF52840 DK for development as well as for Mesh Nodes? Moreover, nRF52840 Dongle is required for Monitoring or we use only nRF52840 ...
Hello, in the BOM of dev kit and thingy you use a component name BT- XTAL 2016. In your design this component has a footprint of 4 pads
Yet in the BOM the selected matching...
Hi team,
Customer is asking if they can wake-up nRF52832 using RTC and GPIO at same time? RTC as regular wake-up method and GPIO as cased wake-up, any suggestion for this...
Hello
I am using Android and BLE communication with nRF52832 (BLENano2) now.
I am using SDK 15.0.0 with keil uversion.
Central is Android and peripheral is nRF52832...