I attempted to create bluetooth central and peripheral apps using two nRF52840 boards that connect to each other and no one else using the device name. I had limited success...
Hello
I have just received thingy:91 x to start learning nrf platform. Unfortunately it's not all smooth. I am trying to do flash Blank application. It builds fine but then...
Hi, We have used nPM1300 on our development board around nRF54H20, but we are experiencing an strange issue. - when power is attached VBUSINILIM0/VBUSINILIMSTARTUP value is...
Hi,
We’ve successfully developed our first few custom development boards based on the nRF54H20 MCU, using the Fanstel BM20C module. However, we've discovered that the module...
Hello Nordic,
I am looking for a sample or instruction (step by step) for custom bootloader.
Our application code is ready and all the left thing is BLE DFU and custom...
Hey All
Im working on a new product and its the first time I'm developing around the nrf5340, I'm looking for some guidance around the supply configuration for maximum...
Hi Team,
We are using nRF9160 MQTT sample code 'mqtt_simple'.
1. What is the maximum payload we can send in one single PUBLISH?
2. I want to send 4KB of data in single...
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...