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,
I need to use two uarts for the project requirement. UART0 is enabled and working successfully. And I am trying to initialize UARTE, but I am not getting any output...
Hi,
I decided to try the “ble_peripheral/ble_app_gls” example on nRF52-DK.
While I could connect to the kit, pair and bond successfully, when I deleted the device from...
Hi:
I test this hids project, if remove the function bt_conn_auth_cb_register(&auth_cb_display). The iphone will require paired while reconnecting after disconnected. Can...
I am trying to determine the service handle of the nus example, to be able to verify that the central has turned on notifications.
I am using the sd_ble_gatts_value_get...
Hi,
I have a question about 'Thread Secrue DFU',according to the ' https://infocenter.nordicsemi.com/index.jsp ' ,the 'Thread Secrue DFU' does not use softdevice of transform...
Greetings,
CPU = nRF5340
SDK = nRF Connect SDK v1.6.1 and 1.6.0
Board = custom
For the nRF5430, we have a custom board that uses active high logic to turn LEDs on...
Hello,
I am trying to get the nvs driver working on the NET cpu and am having trouble getting the initialization working. The code below is what I am currently working with...
There have been several other posts on this issue dating back a few years, such as this one .
On Windows 10, if I am using SEGGER's RTT Viewer and I flash a nRF52832 with...
Dear,
As the example code is shown, I have been implementing on LED PWM through nRF53 GPIO0 12. If I set the brightness to 100, it was ON without any issue. However, if...
I use the "zb_sleep_now()" function in the main loop, which greatly reduces the start current. The device wakes up apparently due to the RTC2 interrupt used by the zigbee...
I want to use ncs to get the RSSI at 10ms intervals.
For example, central receives an empty packet from peripheral at 10ms interval.
I would like to know if there is a...
Is it possible to set up an NRF Connect SDK project such that the firmware can be updated over BLE, without including the SoftDevice in the update?
I'm using NRF52810 which...
Hello,
i have searched for uart, i2c/twi communication with polling, interrupt, DMA method different brief explained guide for NRF52
but i have not found it any where...