I'm looking for a beginner's guide to setting up external flash on the nRF9161 DK. I saw nRF Cloud Multi-service as an example, but its docs did not explain what was needed...
Hi,
I am working on implementing an I2C node in my nRF52840 based sensor. However I am getting the following kernel panic.
I removed all I2C node related code that I...
Hello, I have a problem on getting the dynamic tx power to work properly on the BL5340 using the hci_pwr_ctrl. I tried the example, it build and flash correctly, no error...
While using the nrfConnect tool inserted into the Visual Studio code, I believe I just need to select the board target of nrf21540dk/nrf52840 and the normal prj.conf and the...
I'm trying to setup an nRF52832 to drive 127 ws2812 by using PWM. It seems the bit-by-bit method is too slow for the 1.25uS period. pwm_set() is using somehow ~5ms, so that...
Hello,
My team and I are working on a project where we need our nRF5340 to send data via UART from the board to a RaspberryPI. We designed a custom PCB with the chip and...
Hello,
I have been looking through the SDK for the Thingy:52, and I have been unable to find the configuration file used for the MPU-9250. I am able to see the default pedometer...
I use QSPI to access MT25qu512 serial flash and find the following behavior.
SDK: nRF5_SDK_15.3.0_59ac345
QSPI configuration:
// Use 4 bytes address from serial flash...
I am unable to figure out what causes the problem that IRQ handler is defined both in nrfx_uart and nrfx_uarte modules.
After investigating in a test project I have found...
I have previously built the Asset Tracker downloaded it to my 9160DK with no problems.
Today I connected my Thingy91 and updated it's firmware. Afterwards I built the Asset...
Hello,
I'm trying to create a Mesh network with the following devices:
* Mobile phone as provisioner (supports PB-GATT only)
* Two different bulb's which supports PB...
When storing entries that aren't multiple of 4 bytes they are padded with random bytes by flash manager.
The problem is that they aren't padded with 1's but rather random...
I'm testing with a Custom board using a nrf52832 chip.
Testing BLE communication using nRF Tool Box.
I am using SDK15.3.0 example for communication using nRF Toolbox and...
Hi,
I am trying to install the nrf command line tools on linux. After following the installation instruction, I have the error
ERROR: nrfjprog.ini not found. Please reinstall...
Received the IN-119 notice, and it says:
All users are recommended to use the latest release of BLE protocol stack software for product development. All BLE protocol stacks...
Hi,
Using SDK 15.2.0 and SD S140_6_1_1.
I have two hardware of nRF52840, one has external LF crystal(32kHz) and another does not.
Want to run same firmware file in...
Hi i have questions about nrf52832 and nrf52811 soc.
Currently we are selling custom board with nrf52832 soc which works fine and going out for sale
In the custom...
Hello,
this is a brief description of my plans:
I am planning on merging my modified ble rscs central example that is used as a cycling cadence central device instead...
board: nRF52 DK
[update - fixed this - see #2]
When I use the following (shortened) code, the LED blinks when I press button 2 but I see no logs. NRF_LOG_INFO() is working...
Hi,
I have integraded pc-ble-driver ( https://github.com/NordicSemiconductor/pc-ble-driver/releases/tag/v4.1.1) on boundary device Nitrogen6x using Yocto.
I have not changed...