Hi,
I got my hardware modification which added the nRF21540 to our system more or less running under NCS v2.9.0.
Currently, I have the following FEM and antenna configuration...
I'm encountering a blocking issue when trying to create a new board using the NCS Board Wizard in VS Code with Nordic Connect SDK v3.0.0. After filling in valid inputs and...
Hi all,
I've build a custom bord with an nRF9151, I try to connect to aws iot but it's seems it's doesn't work probably cause by bad cert, I got AWS_IOT_EVT_DISCONNECTED...
Hello, We're developing a firmware for our board based on nRF9160, using ncs 2.7.0. We want to allow the user to set the certificates over i2c. How can we in a secure mode...
We are developing an IoT device that utilizes the nRF9151. We would like a review in the second round of our schematic and layout to understand if there is any issue that...
Hi
Is it possible to stream 128 kbps .acc, .lc3 or .mp3 Spotify audio from server to nrf9151 ?
It says it supports 300 kbps download, so maybe 150 kbps is realistic ?...
Hello,
I'm currently working with a custom board using the nRF5340 SoC, and I'm running into unexpected current consumption behavior.
When the device is in advertising...
I am trying to start scanning for devices.
I have changed from the example (ble_app_mulitlink_central_s130_pca10028) only
clock source to NRF_CLOCK_LFCLKSRC_SYNTH_250_PPM...
Hi,
I want to know that how if we have Beacon on one side and Development kit on another side so it is possible to communicate them if they are using different services...
I'm using nRF SDK and trying to write firmware to my prototype device. However, nRF SDK doesn't detect my prototype device. I checked the power supply to my prototype device...
Hi,
I am testing example from sdk, 12.2.0, ble_app_uart, nrf52832
And i frequently get a strange behaviour where i don't get a response. And the connection is terminated...
Hello,
I'm trying to set my device on DFU mode by an android mobile application without success.
I'm working with nrf51822, sdk10, softdevice 8.0.
I subcribe to the...
Hi.
I'm using PCA10028, SDK12.2.0, S130 as central.
As I know "sd_ble_gap_tx_power_set" function let me set Advertising Tx power.
How can I set Tx power if i want to...
Hello,
I am going my project with NRG51822 in SDK 11. I build a android app that can connect to my device and access vendor specific service.
My device dedicates one...
Hi, All,
I'm testing multi-connection central function.
And I am struggled in getting relation of address.
AFSK, there are several types of address in BLE.
I found...
Hi.
I'm using nRF51822AC, SDK12.2.0, S130 as central.
After "sd_ble_gap_connect" function, how can I stop this function before connection?
I hope your reply.
Hello,
Is there a way to temporarily disable bonding and just allow any connection? I want to generally use bonding, but there are certain corner cases where I need to...
Hello,
I want to use the FDS libraries in order to store some data into nrf52's flash in my application and I have a bootloader to allow secure dfu by ble.
I manage...
I'm struggling with current consumption. I need my device to completely sleep and leave only the RTC on when the ext power is off (run on battery). After making sure my RTC...
Hy everyone!
I'm trying to write a non-volatile memory position of a device via I2C (twi), the device, a flash memory is the slave.
In my application, I have configure...
Hi I am using the SDK 12 and I am doing some test using the experimiental_app_ble_blinky central and peripheral parts.
I see in this example it use boolean values to indicate...