I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
We are upgrading our product from SDK15 to SDK16 using DFU over USB. When we perform a DFU update (BL, SD, and App) form SDK15 to SDK16, it works fine. Then if we perform...
Hi! I'm studying the basic codes of the BLE Blinky Application for peripheral! ( https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0.0%2Fble_sdk_app_blinky...
Hi,
I'm making a custom board with NRF52840 and would like to confirm some schematic/layout considerations for things I couldn't quite find in other posts. I apologize if...
Hi Nordic Team,
I am using SDK 16.0.0 with Softdevice S132 version 7.0.1 on the NRF52832 and using SES v4.52c on Linux. I have managed to run and sucessfully execute the...
I use the following code to enable a timer that clears itself to loop continuously via the compare0-clear shortcut. (I then use other compares, PPI, and GPIOTE to output pulses...
Hi Nordic guys,
We just integrated the AGPS function using SUPL library with the GPS driver to accelerate the GPS fix time.
We tested our code with near windows environment...
Hi,
I managed to download the latest firmware on my thingy91 and it looks working properly on the LinkMonitor. Anyway, it stays always in searching LTE and never goes to...
hello everyone. We found a problem. when nrf52832 is working, after the core power supply is sudden short and release, the power supply mode is LDO and the current is about...
I have a device that has multiple NRF52832 modules
Is there any issues with setting the mac address of each of the modules to the same thing...
e.g. would there be any...
Working with SDK v16 (S140 v7.0.1) I get error code 0x10 (NRF_ERROR_INVALID_ADDR) when calling nrf_sdh_enable_request(). Setting into that function I see that the error code...
My application uses the nrf9160 in eDRX mode. I regularly have the problem, that when switching the modem to OFFLINE mode (same for POWER-OFF mode), the modem is not responding...
Dear all, I have a plan to use NUS service alongside with proxy Mesh. I tried to find documents about mesh performance with Nus service? Could you please give me more information...
I wrote two applications, and both will never know what application starts first. So I design a handshake that works something like this.
receiver
Set to receiver, look...
Recently I've been doing GPS field test using DK v0.9.0. I'm using chip antenna on the board and SUPL data.
modem fw v1.2.0 ncs v1.3.0
The result is
- Quickly fix a...
Hi all,
I am using the nRF51822 t develope a trasmission between the chip and my phone. Usually I want to send the data coming from the 8 ADC.
I am using the sofdevice...