Suppose a nRF9E5 transmitter is set for continuous transmission on a channel.
A nRF9E5 receiver listening on that channel:
finds carrier and sets CD
finds address...
I will be deploying my nRF51822-powered devices into the field and the end user will not be able to have any physical access to, for example, power cycle the board. I need...
Hi,
We are using the ble_app_uart example in evaluation board to read data from some sensors and send it to the nRF UART V2.0 in Android 4.4. Every 20 ms I am trying to...
I am try this at nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
Firt I connect to Android device and keep one whitelist.pp_addrs and one whitelist...
Hi,
Parameter uint8_t ble_gap_scan_params_t::filter is present in the documentation, but not implemented.
Checked for SDK 5.2.0 and 6.0.0.
devzone.nordicsemi.com...
After I get a Disconnected() event, I want to start scanning again, therefore try to call StartDeviceDiscovery() again.
IsDeviceDiscoveryOngoing was checked before.
The...
Hi:
I am using nRF5340, NCS 3.1.99.
My software arch is bo+MCUboot+app(appcore + netcore).
After building my project, some unknown code in that file, which named 'signed_by_mcuboot_and_b0_s0_image_test_update...
Hello,
I am trying to run OpenThread CLI example on my nrf52840 DK but I came across a weird issue: in my serial terminal as soon as I open the port I receive rubbish. ...
I'm looking at power consumption using nRF52 DK and PPK2. Using the example project ble_app_uart with S112 & Segger Embedded Studio.
Although I've enabled the DC/DC in the...
Hi, i'm trying to developing the trehad coap_server sample enabling bluetooth like it's shown in this webinar https://www.youtube.com/watch?v=hY_tDext6zA&t=2199s (developing...
We are currently using NCS V2.0.0 to compile a project for an nRF9160. I need to create a build script for compiling the code. When I compile from VSCode everything works...
Hi!
I'm trying to implement FOTA in our project. My application will sleep for days between each connection, so I'm turning off the modem and everything between.
I'm successfully...
Hi all, I am trying to certify a device with an nRF52832. No issues with US and EU, but for Japan we need to have a constant transmission on channel 17 (2440 Mhz). I attempted...
Hi,
I'm working on a legacy program (Peripheral) using nRF52833 and nRF5 SDK using SoftDevice S113.
In my application, when a connection is established I need to know...
Hi,
I'm on nRF9160 with NCS v2.0.2 and try to enable the Memfault compact logs ( https://docs.memfault.com/docs/mcu/compact-logs/ ).
This requires enabling GNU Compiler...
Our team has been using Fstorage for a long time to store customer data in the device for customization. At random times, a very few units get erased completely when Fstorage...
Hello all,
Currently using an nRF52840-DK, GCC Makefile build tools including nrfjprog and nrfutil, Nordic SDK v15.0, SoftDevice s140 v6.0.0
I am currently trying to get...
hi support team,
our customer is trying to use gpio to simulate interface for external device communication.
and i tested our 5340dk pin 28 and pin 29, find out that gpio...
Hi,
I have a very basic question:
Where to find the sample source code mentioned in the infocenter of this link ?
infocenter.nordicsemi.com/.../uarte_rx_double_buffered...
I'm using arm-none-eabi-gcc from Fedora linux repositories. It got updated to version 12, and now it's not possible to compile the SDK - there is a problem with linking. It...