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...
It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
Hi,
when debugging nRF52 chips, currently using nRF52840-DK with arm-none-eabi-gdb (version 8.2.50.20181213-git), is the use of 'commands' supported?
Trying to see some...
I am using nRF51422 with the SDK 11. I am using the proximity application to measure the battery service. By default, the device uses VDD as its ADC input. I would like to...
Hi
We are using the version 2.0.1 soft device and it consumes 8kb RAM. We have a challenge with RAM on our device so we're looking for ways to make more RAM available for...
Using https://github.com/NordicSemiconductor/pc-ble-driver ( abce7974fe983c23930d362b1769e51c8fa13cbf) .
Just followed the instruction and compiled hex/sd_api_v6/connectivity_...
Hello,
I have a basic queries on BLE.
"Characteristic Properties" of "Characteristic Declaration" with UUID 0x2803 has Read, Write, Notify and Indicate. At the same...
Hi
Can I think so,if subscription address is identical in multiple nodes,then they are a group?
If so:
the light_1&light_2 OnOff Server Model subscription address is...
hi,
I had the board run the following code to connect it to the cellular tower:
#include <zephyr.h> #include <stdio.h> #include <string.h> #include <lte_lc.h>
void main...
I tried to advertising eddy stone beacon from getting serial UART data. i merged 2 codes in ble_app_eddystone and uart code but one error become like
..\..\..\..\..\..\components...
Hello dear Nordic Developer and Hobbyists,
first of all I would like to thank the developer team for the nice mesh demo. It functioned well and explicates the concepts of...
Hi,
I am not getting any response from the previous ticket. Did it get accidentally closed?
Case ID: 225033
Can please someone look at it? We are in urgent need...
Hi, I have tried to run nfc example, but it doesn't working, accidentaly i have found out that if supply 3V nfc not working, but if supply 2.7V and less it works, what is...
Hi, I'm designing based on the Altium files, but I'm not an antenna expert so I would like to know if you have any antenna recommendation for a low profile, because the one...
Hi,
I'm working on nrf52832 NUS. When i connect to device with "nrf connect app" i can see the data coming from sensor. But few seconds later device disconnect.
When...
Hello
I have 3 nodes, 2 Thread CoAP servers and 1 BLE/Thread Coap client.
Let's call them THnode1, THnode2 and BLE_THnode0.
I do not know the IP addresses of any node...
Hi,
I use "printf" or "app_uart_put" function to print message to UART., how can I check "all of the data had been transmit out complete"?
Thank you,
Chianglin