Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

X-NUCLEO-WB05KN1 shield not seems to work on different nucleo boards #86975

Open
cgbdevelco opened this issue Mar 12, 2025 · 1 comment
Open
Assignees
Labels
area: Bluetooth area: Shields Shields (add-on boards) bug The issue is a bug, or the PR is fixing a bug platform: STM32 ST Micro STM32 priority: low Low impact/importance bug

Comments

@cgbdevelco
Copy link

Describe the bug
A nucleo wb05kn1 shield is placed in Arduino header from Nucleo H743ZI2 and the peripheral_hr sample is build with the shield argument "x_nucleo_wb05kn1_spi". The sample does not work, it is stuck in bt_spi_open when trying to receive header.

I have tried to add an overlay to the STM32H7 like the ones in the shield folder without any luck.

I also tried to place shield on Nucleo F401RE with same result.
I also tried on nRF52840 DK and here it work as expected.

To Reproduce

  1. Place shield on one of the following Nucleo boards
  2. Build Bluetooth sample such as peripheral_hr with the shield argument
  3. See error

Expected behavior
I would expect that it works just like on the nRF52840 DK

Impact
Showstopper

Logs and console output

Environment (please complete the following information):
OS: Linux
Toolchain: Zephyr SDK
Zephyr version: Tried both latest and Zephyr 3.7

Additional context
The overlay file I tried to add the STM32H7

 &spi1_sck_pa5 {
	/delete-property/ bias-pull-down;
	bias-pull-up;
};

&spi1_miso_pa6 {
	slew-rate = "high-speed";
};

&spi1_mosi_pb5 {
	slew-rate = "high-speed";
};

/ {
	chosen {
		zephyr,bt-c2h-uart = &usart3;
	};
};
@cgbdevelco cgbdevelco added the bug The issue is a bug, or the PR is fixing a bug label Mar 12, 2025
Copy link

Hi @cgbdevelco! We appreciate you submitting your first issue for our open-source project. 🌟

Even though I'm a bot, I can assure you that the whole community is genuinely grateful for your time and effort. 🤖💙

@nordicjm nordicjm added the platform: STM32 ST Micro STM32 label Mar 12, 2025
@JarmouniA JarmouniA added the area: Shields Shields (add-on boards) label Mar 12, 2025
@erwango erwango assigned HoZHel and unassigned erwango Mar 14, 2025
@erwango erwango added area: Bluetooth priority: low Low impact/importance bug labels Mar 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Bluetooth area: Shields Shields (add-on boards) bug The issue is a bug, or the PR is fixing a bug platform: STM32 ST Micro STM32 priority: low Low impact/importance bug
Projects
None yet
Development

No branches or pull requests

5 participants