[Dev Env]
nRF51 DK
IoT SDK 0.8
IoT SoftDevice
[Question]
how i change my ip in ipv6_coap_server example use ipv6_address_set / ipv6_address_remove API.
To...
Hi Guys,
I have a MCU RTOS project. in Hardware board, builtin Nodic BLE chip over UART,RTOS BLE stack works fine.
We also have a MCU RTOS Emulator based on Qemu,we...
Hello,
I would like to have more info about canceling the pairing request on iPhone (thru the popup that asks if you want to pair with the device which is managed by iOS...
Hello everyone, I'm severely struggling to perform a simple task. I must be missing a very simple answer and, I hope with your help that I resolve the issue.
I am trying...
if the issue can be worked ,how to do that with android source code? the 2 ble pure devices (not android phone) connect with a ble android phone.
please check below, the...
Softdevice Version: 8.0.0
SDK: 9.0.0 IC:
NRF51822 Rev 3
service: NUS ANCS
When the application is not downloaded, the bootloader is working.
After serial bootloader...
Hi,
I wanted to use my nrf5340pdk board with a MPU6050 sensor.
I am using the zephyr os and they provide an example project for this sensor. The example project provides...
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...