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,
Add BLE_GATTS_EVT_RW_AUTHORIZE_REQUEST event handle at ble_lbs service in example of ble_app_blinky. but when client read the characteristics 1524 or 1525, no BLE_GATTS_EVT_RW_AUTHORIZE_REQUEST...
Environment: Windows 10 nRF Connect SDK 1.4.0 I followed all of the steps described in nRF connect SDK documentation and tried to build "Blinky" sample from zephyr as shown...
use s132 on NRF52832
when i used sd_ble_gap_connnect () to connected peripheral device,it return NRF_ERROR_INVALID_ADDR
the addr copyed in scan_evt_handler() by NRF_BLE_SCAN_EVT_FILTER_MATCH...
Hi ,
I have made basic binary sensor based on light bulb project,
wanted to add default BIND-TO-Gateway ( Short address 0x000). Gateway is CLI_AGENT .
I am try to add...
select at_client folder
west build -b nrf9160dk_nrf9160ns -p
shows this warning
```
warning: The choice symbol LTE_NETWORK_MODE_NBIOT (defined at /Users/paul_tanner...
Hello, we are using a usb dongle where we have a NRF52840 and RFX2401 PA+LNA frontend. The latter can be controlled with TX_EN and RX_EN pins. Please see attached schematic...
Hi there,
I'm using ARMGCC in combination with Make, nRF5 SDK, nRF SDK for Mesh, FreeRTOS and C++. Everything except one single thing is working. I've just implemented FDS...
I have installed the sdk v 1.4.0 via the toolchain manager (nrf connect 3.6.0). I am using windows 10.
Here are my problems :
First I dont have the launch ide button after...
Hello Team,
We have already done the PoC for the Openthread network. I have created a border router using nRF52840 as an NCP and multiple nRF52840 end devices.
Now my...
If I have a firmware project working reliably on the nRF52810, is it possible to build a single firmware image that will run on both the nRF52805 and the nRF52810? I'm not...
Hi,
I was trying to program my board using SEGGER, but it doesn't seem to be working (log provided in the picture below)
/resized-image/__size/320x240/__key/communityserver...
I was w ondering if I could clarify the GCC version which is suggested for use with SDK 17.0.2.
In the release notes, it states:
However in components/toolchain/gcc...
hi,
I have a puzzle in the BootLoader project
I'm not particularly familiar with the mechanics of this BootLoader
I try to run bootloar in nrf5340dk_nrf5340_cpuapp,use...
Hi
i am trying to use adc in nrf 9160 kit. where i got error "Example requires secure_boot to have SAADC set to non-secure! If not; BusFault/UsageFault will be triggered...