Hi all,
It is a common convention to configure the I2C SCL signal to be push-pull instead of open-collector if there are no other I2C masters in the system (saves a pull...
Hi,
I have autoprovisioned and autoconfigured my nrf52840 board (provisioning and configuring are made inside the software and not through external app/provisioner).
In...
Hello,
I have a custom nrf5340 board with an attached external RAM on the QSPI (I understand only NOR flash ICs are supported) on the older version of the SDK such as...
Hello Nordic Team,
Currently, we are performing power consumption testing using the Nordic nRF54L15-DK development kit.
As part of this, I aim to fully disable the Radio...
Good afternoon we are updating some Nordic chips but to make the connection work it is necessary to install the modem version 1.3.1 wait for it to connect and then install...
I have a custom board using a nRF52840.
A part of the configuration is a Analog Devices MAX98357AEWL+T Class D amplifier which is driven by i2s0.
When the board is idle...
Hi,
When running the python script in attachments
By invoking it like this :
python.exe ./nrf_build.py --sdk-version v3.0.2 --project-path <path_of_the_project...
Hello Nordic Team
I am working on Raytac MDBT42V – 512K module. In this module doesn't have external crystal. So according to Raytac spec, it recommend to use internal 32MHz...
Hello,
I'm using BL654 module (nrf52840 inside); SDK15; softdevice s140; IAR.
In my projects I'm using peripherals: I2C(TWI), SPI. Project based on ble_app_uart example...
Hello everyone:
Recently, a Bluetooth HID keyboard is being developed. After the Bluetooth keyboard is connected to iphone, the virtual keyboard of the iPhone is disappearing...
Hey people! First of all, I am still kind of a noob. I am developing in Eclipse Mars (4.5.2) using the SDK version 13.0.0. I used the SAADC sampling example. My application...
I've been waiting for an answer to this question for a few days now: https://devzone.nordicsemi.com/f/nordic-q-a/37487/why-is-the-hfclk-necessary-for-the-dtm-module Is there...
Hi all! I have the embedded sudio (V3.34b) and when i build in debug there are no problems, when i tried to build this project on release i get compile error (I check the...
I executed an existing working J-Link script which sends numeric values (e.g. 0) for the key of "si". That led to errors such as the one below.
I executed jlinkexe at the...
Hello,
I am working on a NRF52 DK with Segger Embedded Studio on Windows.
I have application on Android and Iphone with our custom profil. Applications on smartphone works...
Hi,
I'm trying to write a quick driver for the AD7794 on nrf51822. This works on a special SPI: the MISO line is alse the "data ready" line. So when I want to read a value...
Hi, Nordic team:
I have migrated application from SDK13.0.0(S132 4.0.3) to SDK15.0.0(S132 6.0.0) on four productions(Prepare for mass production ), but all have the same...
I am building a bed-of-nails test bench, and part of the process is to create automation tests. The basic over lay is to have the RPi flash the nRF52832 using the PCA10028...
Dear DevZone,
I had a look at the mesh-model spec published by SIG. There is a description of some generic models, my interest is on the property-server-model. I have been...
Hi,
We're working on making some more tutorials, we have some thoughts on what we want to do, but we would really like your input. After all it's you, the user, who will...
Hi
Is there a way to tell that when a connection occurs if it occurred over 1M or 125kbps modulation? From what we can see, the ble_evt->gap_evt->connected does not contain...