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
Is any tool available for dynamic code analyser which supporting the ses project?
I have nrf52840 freertos project. I want to check my code for memory leakage and...
hi,
I am working on nrf52833 dfu. right now I received an error
raise NordicSemiException('Extended Error 0x{:02X}: {}'.format(resp[3], data)) pc_ble_driver_py.exceptions...
Hi,
I am working with Ubuntu 16.04 TLS.
I downloaded the "nrfconnect342x8664.AppImage" file and installed the .deb package of JLink_V682g.
When I start the "nRF Connect...
1.1. In function: poll (fds, ARRAY_SIZE (fds), cloud_keepalive_time_left (cloud_backend) ); How to detect actions that perform socket disconnections locally.
2. I queryed...
I faced several troubles when I worked with Bluetooth: Mesh sensor client and Bluetooth: Mesh sensor server examples. Firstly, I couldn't build the application "Bluetooth...
Hi, i want to flash my modified code in my customized boards , which hex file should i use for flashing the customized nrf52832 board usinf nRF CONNECT . I need a hex file...
Environment:
DSL-Router, IPv4 only, DHCPv6 disabled
Raspberry PI 3B, RaspPi_OT_Border_Router_Demo_v4.1.0-1.alpha.img, the raspberry is connected via wire with the dsl...
Hello,
I've been running some power measurements on our prototype board that is using the nRF9160. I've measured current draw on the VDD and the VDD_GPIO when the modem...
Hello ,
I am currently working on NRf52810 , SDK version 16 , I want to send around 400 bytes of data over BLE connection from peripheral to central. I know that NRF52810...
Hello, I am working for a BLE central application where the packets are send using L2CAP Connection-Oriented Channels. My development environment is based on nRF52 development...
I'm trying to get the ble_app_blinky example from the NRF5 Thread SDK working on the Adafruit Feather nRF52840 Sense using the S140 soft device v. 7.0.1 I'm compiling the...
I have a custom board with the NRF52832 chip. The supply is from a Lipo battery which after 3.6v varies from 3.6v to 2.5v. hence I have a varying input supply to NRF. Would...
Hi,
I am using TWI on a 52832 (sdk12.2) and am having problems with reading data. The slave chip that can take up to 60uS (8 bus clock cycles) between to set up data after...
Can the Nrf Mesh android app be expanded to support multiple networks?, i took a look at the android software , it uses MVVM architecture and uses Dao's and repositories to...