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, in the documentation for this module there is no stencil design specification or recommended
reflow profile. My earlier experience of LGA-modules says I really need...
Hello,
I want to get the IP address of a CoAP request source (server). According to me, it is close of the objective of the client / server pair mechanism example. So...
Hi, I'm having problems negotiating DLE with a nRF52840.
I'm sending a LL_LENGTH_REQ (251 octets and 2120ms time) to nRF52840 from an ESP32.
According to the spec. those...
Hi
I am using nrf52832 dev kit.
I have configured my device to act as peripheral. i want to discover services offered by central devices whichever connects to my device...
I am trying to use the PA/LNA using the pc-ble driver. To do so, i need to configure GPIO and the softdevice. I found examples:
https://devzone.nordicsemi.com/b/blog/posts...
I'm wondering about how the notification queues are allocated when setting hvn_tx_queue_size using ble_cfg.conn_cfg.params.gatts_conn_cfg.hvn_tx_queue_size.
If I set it...
\components\iot\socket\api\socket_api.h contains a definition for 'struct timeval' that conflicts with \arm-eabi\sys-include\sys\_timeval.h
It creates a conflict with including...
Hi,
This thread discusses how to change the Makefile to interact with the Segger Systemview ( https://devzone.nordicsemi.com/b/blog/posts/instrumenting-with-segger-systemview...
Enabling or disabling notification on Client does always lead to an update of local database of Server by writing to its flash memory. Particularly NUS requires enabling of...
Hi,
I'm following this tutorial . In challenge 1, I was asked to change the transmit power level of the device.
Challenge 1: Try to add and populate the "p_tx_power_level...
Hi,
I am trying to integrate some ble code into my project but it keeps giving me errors like:
Error[Li005]: no definition for "ble_advertising_on_sys_evt" [referenced...
While developing code for our custom board, we ran into a filesystem corruption issue with fatfs+qspi block device and multiple directories. We were able to reproduce the...
I have problems running the ble_app_uart_pca1004e_s112 on a custom nrf52810 target devivce. The custom nrf52810 target is a custom board with the Rigado BMD 330, which is...
Hi there,
Please see the video for a full run down: https://www.youtube.com/watch?v=nIeIUMutBlU
Basically, I have a perfect and verified design that's been in the...