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)
{...
HI,
i want to send a caps lock to BLE keyboard in report mode, but i had tested the sample in central_hid (NCS V1.5.1) and found that: It only can send caps lock in boot...
I need to transfer large amount of data from Android app at 2 mbps (it seems that bitrates about something like 1300 kbps are achievable) to nRF5340 device.
Data is audio...
Hi,
What would be the best practise to sample ADC with nRF52? ADC has its data-ready pin. I have tried use PPI with DMA, but realized that DMA current consumption is not...
When nRF9160 receives a TLS packet > 2048 bytes the socket closes unexpectedly. This problem has been documented in other tickets here and I believe noted in the nrf_modem...
Hello,
I am studying the NRF52 module and more particularly the 2.4GHz Radio peripheral of the module.
I would like to understand some things:
1 - sending at 2Mbps...
Shalom!
I have using the nRF9160 examples created an application for a future proposed custom board that when there is external power should always stay connected to our...
hello, trying to add pairing feature with LESC to ble_app_blinky_c, I got to a point where I get the following:
I don't find the definition of ocrypto_curve25519_scalarmult_base...
With current ESB implementation I'm not able to delegate radio event to other thread or workqueue. Kernels stays in idle (tickless kernel) and all radio frames are lost. One...
I am working on the nRF5340DK and NCS v1.5.0
I can run the USB Audio Sample Application and the USB HID mouse Sample Application which can be found under samples/subsys...
NRF52840 eval kit is configured as ble_app_uart_central and for peripheral, we are using movesense sensor which is running our firmware. The central and peripheral get connected...
Hello everyone,
is there an example that demonstrates how to turn off and on the Bluetooth completely multiple times in the application?
I need really low consumption...
Hi All,
I am new and trying to connect External BLE Pressure Sensor to NRF52840-DK Board
Do you have any example code for interfacing external BLE sensors that I can refer...
Hi, I am trying to connect the AWS_IOT library to a thread netork but find it really hard to get the TLS sockets working. I have connectivity for normal TCP and MQTT as well...
Hello,
our project has a requirement,
nrf52832 is used as a peripheral, and the mobile phone is connected to nrf52832.
The amount of data is relatively large. We want...