Hi all,
Our company is currently prototyping with the Nordic 91X DK and looking to use both nrf cloud services specifically for using location services whilst also connecting...
nRF54L15 would be used as thread RCP, host processor would use uart to communicate with the rcp. They would behave like a OTBR.
I also need to do device firmware update...
Hi,
We're working on a project using the nRF5340, where we interface an external NAND flash (4096 blocks) to store high-volume sensor data. We are planning to maintain an...
Hello team, I am currently working on the distance measurement functionality using the development kit (nRF5340 and SDK: v2.9.0). At present, the distance measurement runs...
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...
Hi,
I found that s113 SDK17,did not support +8dB TX power,could you please give me some suggestions ,when using nRF52820, which SoftDevice will support +8dB Tx power?Thanks...
Good afternoon,
We are carrying out a new project with your NRF52810 beacon to create a heat map of
movement inside a room.
Our questionis, do you have any software...
Hello,
I am currently running the openthread client example provided in the NCS and I am trying to toggle the client as a sleepy end device. However, in the toggle_minimal_sleepy_end_device...
Hi
I would like to know the availability of the open sources for the following:
1. BLE Gateway for PC, Android , iOS
2. nRF Cloud open source
Can you help, How to...
The nRF52840 UART example uses pins 1.13 and 1.14 for the TX and RX pins on the Dev Kit (uart_pca10056) and has a default baud rate of 115200, but the 1.13 and 1.14 pins are...
Hi! I'm having issues with inconsistent battery readout results. I'll elaborate more below, but in general, I have multiple devices which 'sleep' most of the time, and when...
I have an issue when i am doing writing of a structure where autoprog is a struct like this :
typedef struct { uint8_t tag_tab[TAG_ID_LENGTH]; }tag;
typedef struct { uint8_t...
Installed nRFgo Studio lastest win64 verion nrfgostudiowin641212installer.msi and lastest windows 64 nRF-Command-Line-Tools_10_9_0_Installer_64.exe . But nRFgo does not work...
Hi!
I want to develop a simple program which count pulses in a digital pin in an interval of 10ms. I want to use a timer as a counter to count the pulses, also I want...