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...
Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hi Devzone!
I'm using the nRF52DK (nRF52832 mcu).
I've conifgured the SAADC to use:
Single-ended
Resolution = 12-bit
Gain = 1/4
Ref = Vdd
AIN0
Everything...
I have changed name_type in ble_app_beacon example to have the name displayed and application get stuck into Error.
// Build and set advertising data. memset(&advdata, 0...
I downloaded SDK14.2 and loaded S132 v5.0 and then compiled and loaded the ble_app_uart example code (I also tried the precompiled hex provided with the SDK). It all compiles...
Hi,
I received my nRF52840 yesterday, I believe I've set up my dev environment well-enough to run the demo programs supplied by Nordic (namely the proximity and heartrate...
I'm trying to realize the behavior of "BLE peripheral" that implements 20 "characteristics". While I was in the process of implementation, when I added 18 pieces, the return...
Hi,
I'm using SDK 15.2 & HID Keyboard example. When there are like 50-60 Bluetooth devices around my nrf52832, I notice bluetooth dropouts. What can be a possible solution...
Details: SDK v15.2.0 using ble_app_hrs_c example. Windows 8.1, uploading to nRF52 DK.
This screenshot shows the device operating in working (green) and broken states (red...
Hi,
I'm trying to use the example of the light_switch contained in the Zigbee SDK 3.0.0 to connect with Alexa: I'm using the nRF52840 board and, when I ask Alexa to find...
It looks like mbedtls-2.13.1 tag does not exist from what I can see on github. When I run west update, it is failing on mbedtls even if I have the repo already cloned.
...
Hello,
First, let me introduce you to my problem :
I am waiting for my custom pcb based on the nrf52832 to be ready and I want to test the flashing process. I am curently...
Hi all,
I am trying to create a very simple program with GPIO peripheral (not GPIOTE) that toggles the state of an output pin through an interrupt handler, when an input...
I'm trying to understand how to make use of the nRF9160 LTE modem coexistence interface in a design. I started asking about this topic in another thread about the BLE Gateway...
Hi,
I try to implement custom characteristic. But I notice when I use read auth or normal read event, the handle value is zero. I have linked the handl to the add characteristic...
hi, i'm using nrf52-dk (nfc example) with android nfc reader app.
I heard that the nfc tag has a unique id.
But, other tags in the same module have the same ID. (In fact...