Hi,
We occure a problem that when we integrated HID,Tile and battery service, open nRF Connect by iPhone, we cannot connect with the EVB and show connecting. But when we...
Hi, recently I have been experimenting with the channel sounding with range requestor sample on the nrf54l15dk. I have modified the reflector code to make it connect with...
nRF52840 NCS 3.0.1 RCP
I just installed the NCS 3.0.1 SDK. I am trying to set up a border router on a Raspberry Pi 4.
I followed these instructions on the Raspberry Pi...
Hello,
we have a working system on the nrf9161 that works without zephyr. We have our own secure firmware that successfully uses the cc310 after we start the actual application...
I'm working on a project involving a USB dongle based on the nRF52840 SDK-2.9.1, which needs to communicate with a sensor (also an nRF52840) and transmit data via USB to PC...
Hello. Right now, I am connecting an external flash using SPI. The external flash is used for firmware updates. I'm trying to launch sQSPI to access the external flash. I...
Hej,
on trying to update firmware on nrf52832 over the air I'm getting the error message INSUFFICIENT_RESOURCES.
Actually I don't understand the error message because...
I want to put the BLE program to the firmware of another STM chip and load the program via the I2C to the nrf52832. Will it work? If yes, is there any tutorial or example...
Hello,
I'm using nRF5 SDK with version 15 and nRF52832 IC. I want to sample some data with 3200Hz sampling rate. I can set the timer minimum 1ms Which means 1000Hz. How...
I want to write at the end of memory ROM data in address 0x7FFFF
uint8_t tst_arr[1] = {6};
sd_flash_write((uint32_t*)0x7FFFF, (uint32_t*) &tst_arr, 1);
Is it correct...
Hello ,
System configuration
Set up 1 Adafruit BLE Feather running stock central UART example from NORDIC SDK version 15.0`examples connected to host PC using USB
Set...
The dedicated NFC pins on the nRF52840 are P0.09 and P0.10. However, these are noted as "Standard drive, low frequency I/O only " pins, with "l ow frequency I/O" defined as...
Hi, I'm facing an issue after provisioning the Client and Servers from Light Switch example of Mesh SDK 2.0.1, using the Android App. Provisioning is successful, however,...
Hello,
Following on from this question , I've been trying to identify the source of unexpectedly high power consumption when using the RTC. In order to test this, I am using...
Hey all, I am using an NRF52 DK and am trying to combine the 'pwm' and 'ant broadcast' examples. Both examples compile fine on their own, but when I try to combine I am getting...
I have a number of (probably naive) questions regarding the internal temperature module on the nrf52832.
1) Regarding the FICR values for temperature. Are these programmed...
Hi,
I want to run the default DFU, and run an application on top of that. In order to configure the bootloader, this is the folder i am currently using the dfu bootloader...
Hi Team,
I am a bit confused in terminology used in BLE MESH PROFILE specs.
Can someone help me to understand the difference between subnet and group ?
Are both the...
Hi, I've been developing android beacon application that connects with your chipset NR5283.
What i am trying is make connection to Ble Mode from Peripheral mode, and stream...
Hi all,
I've gotten the saadc example working on my product, reading in values as I would expect. However, I have two problems. First, I want to be able to use multiple...
Hi,
The NRF toolbox iOS app contains a DFU feature which allows users to update there firmware for the nRF52832 microprocessor.
1. Rather than storing the firmware updates...