In my design I need the RX to be standalone , I.E. no controller attached to it , does the programming STORE in the Chip ? If I set it up as a RX and set a specific Ch. Freq...
[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...
Hello,
i have an issue with i2c on my nrf52840 dk. I attached the distance sensor vl53l1x to pin 27 (SCL) and 26 (SDA) and wanted to communicate via i2c with it. To test...
Hello
I have an application running which boots up fine.
I've written a bootloader which boots up first, and then jumps into the application including softdevice.
So...
I am trying to implement a TCP server with TLS support. I have the following confusion-
Do we need to use mbedTLS API explicitly or is it internally handled by a zephyr...
Hi,
I am developing a simple application where I read some data from a sensor, and publish the data with MQTT. I want to use PSM to conserve battery life, and I am able...
Hello,
I am using a nrf5340DK to test the BLE Central sample of Zephyr.
As a BLE peripheral I am using a nrf52840 dongle. I have it configured via nrfconnect SDK - Bluetooth...
Hello,
I try to modify the lpcomp example from the Nordic SDK to trigger the sampling of the lpcomp manually. I have added the following code:
I use AIn3 (GPIO 5) as...
Hello,
I'm using Zephyr SDK. I have got BLE characteristic (my device is a peripheral) with following settings:
After successful write operation, I want to reply with...
Hi,
I'm trying to build the peripheral_lbs sample app for the nRF5340 using VS Code and I cannot get past the build configuration stage. Any assistance would be appreciated...
Hi.
I´m trying to install the application asset_tracker_v2 on my nRF9160DK ver 0.9.0 board.
I´m using VS code and during the build i got errors.
"too few arguments in...
Is there any good tutorial about the Android-BLE-Library Nordic library ?
I have only found the examples, but you need to dig in the code to learn how to use.
Greetings,
What are the settings to allow an nRF52811 to use CODED PHY with the NCS peripheral_hr_coded sample?
NCS v1.7.0
board = ubx_bmd360eval_nrf52811 (effectively...
Hi,
nordic tearm,im use nrf52840 develop a ble hid keyboard,my description of report like this :
my send api like this:
my consumer key like volume add and reduce...