Hello,
I'm here again because this time I need to autoconfigure (configuring from inside program, no use of any nrf app) heartbeat destination node and source node.
For...
We have developed an application which uses the nRF9160 together with the same GPS and Ethertronics/Kyocera/AVX antennas as that of the nRF9160-DK . For the LTE antenna, we...
We're trying to measure supply current used by the NRF9151 DK but have discovered that the current measurment connector (P22) only includes current supplied to VDD, and that...
Hi,
I'm using the nRF52833 to develop a BLE beacon and built a Bluetooth gateway for my application.
Application Requirements:
The beacon should advertise using...
Hello,
I want to perform some antenna measurements and compare the rf performance of my custom PCB with an nrf9160 SiP with the nrf9160 dk.
To perform some antenna measurements...
Hello - I have the exact same question as proposed in this thread - I am wondering if there has been any change in the 3 last years since it was posted.
In a nutshell, we...
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...