I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
Do I have to use external host MCU for nRF51422? What can the ARM Cortex processor inside SoC 51422 do and cannot do?
I want to create a mesh network with hundreds of ANT...
Hi
I am looking at section 9.1 of the S110 Softdevice Specification v1.3A and the release notes for 7.0.0-2.alpha where I see that an application now starts at 0x15000...
Hi
S110 v7.0.0-2.alpha got released today.
In the release notes it says...
[b]The SoftDevice can now be configured to forward interrupts to one of several applications...
Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Hi there,
I am working on a door lock project using nRF 52840 DKs and nRF5 SDK for Thread and Zigbee v4.2.0. we are having both ZigBee and BLE protocols in it. I started...
Hi everyone,
I'm trying to implement directed advertising on the BLE codeded PHY.
My setup of consists of two identical NRF5340 based custom boards, running FW based on...
Hi, nice to e-meet you. I want to use nRF52810 pin 25 (or other pins) to drive an external board, and through it to control the external board switch.
I set the pin to H0H1...
Hello,
I am currently working with pc-ble-driver-py and have observed write operations taking an exceedingly long time. Previous DevZone posts on this topic seem to be unresolved...
Hi,
Sorry to seek help again but I cant solve this issue
Steps
1 - nrfjprog -f nrf52 --eraseall
2 - nrfjprog -f nrf52 --program mbr.hex --sectorerase --verify
With...
Hi,
I've got a GPIO interrupt callback that collects an ADC reading. All is fine until there.
But when interrupts become numerous (~3/5k triggers / sec), a MPU FAULT...
Hello. I'm relatively new to zephyr and working with nrf's and I'm experiencing a modem error when running the mqtt_simple sample project that I cant resolve. Upon booting...
Using the Zephyr logging system, setting Kconfig option in prj.conf to override logging to level 4 (output LOG_DBG messages) breaks the console and no output is sent at all...
Updating to NCS 2.1.0 the CONFIG_ADP536X_BUS_NAME is still defined but seems to be not longer valid.
The "adp536x.h" is now in the includes. Is there a supported way to...
Hi.
The LE Audio Controller Subsystem for nRF53 used by the nRF5340 Audio example as I understand it, is only available as Hex file.
Is this controller based on the Softdevice...
Hi friend,
I am using SDK16.0 and softdevice is S140 7.0.1 version. But SPI can only send out 1 byte. It can't call back the function of spi_event_handler, so my code is...