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...
first,PCA10005 can't load sofeware hex that after s110 7.0.0 hex(include 7.0.0),and gostudio note that the given hex file can not open successfully.
second,the PCA10005...
I haven't been able to crack this one. Both pins confirmed as pull-up high using I notice when the peripheral is enabled the pins are pulled low (correct I think). Only sending...
Dear Nordic Developer Zone,
I want to change PHY configuration of ble_app_uart to 2Mbps.(SoC : nRF52811)
And I want to connect nRF52811 with iOS.(nRF connect for mobile...
Hi,
we reading out a Pressure-Sensor with TWI at the Sensor Server Model.
We get the Pressure-Data in an uint32_t and the measuring range in an uint16_t which have to...
From Mesh Model Specification 1.0.1.
"3.3.2.2.2 Receiving Generic Level Set / Generic Level Set Unacknowledged messages If the Transition Time field is included, the Delay...
I want to send larger UDP packets from nRF9160 (Thingy:91) using Serial LTE modem app.
I am not able to send more than 288 bytes of binary data.
How to send larger binary...
Hello, first, a little background info:
devzone.nordicsemi.com/.../
I want to know if I have successfully set the CCCD handle or not with my Android program.
And...
I've seen the Connectivity Bridge Application in the ncs, however I can't find any sample application for the nRF91 side showing how it can send/receive data and events from...
Hello
I have a cheap ST-link that I use heavylly to program STM arm cortex chip.
So my guess is that it should work for this case.
I am following this tutorial:
...
Hello.
When I try to import a project , it will show a error. I can't build it . Pleave view following info and help me about it . Thank you.
Harrison
BR!~
Hello,
I try to add the BLE-Template code into my existing program code, but I get the following linkage error. I have defined the following flash_placement.xml for my Segger...
Hi ,
I would like to know if a matching network is needed if I am only using a single external flex antenna for both LTE and GPS using a RF switch between them and a uFL...
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...