Skip to main content
Associate
August 21, 2024
Solved

NUCLEO-G474RE Arduino

  • August 21, 2024
  • 2 replies
  • 1226 views

Hello everyone,

I'm new here, I want to start like this first.

Today I bought the NUCLEO-G474RE card. I will use this card in a battery management system.

My previous system was DC2026C+DC2792B(LTC6820)+DC2350B(LTC6813), this way I can read voltages via Arduino.

I managed to upload the same coding to NUCLEO-G474RE+DC2792B(LTC6820)+DC2350B(LTC6813) via Arduino IDE, but I cannot communicate. The communication LEDs are blinking, but I cannot see any communication. I cannot read the voltages.

This topic has been closed for replies.
Best answer by STTwo-32

Hello @and welcome to the ST Community :smiling_face_with_smiling_eyes:.

First have you installed the STM32DUINO on your Arduino ide. If no, please follow those instructions https://github.com/stm32duino/Arduino_Core_STM32/wiki/Getting-Started

If you have done this. You may want to contact our STM32Duino forum uthrlw this link https://www.stm32duino.com/

Best Regards 

STTwo-32 

2 replies

STTwo-32
STTwo-32Best answer
ST Technical Moderator
August 21, 2024

Hello @and welcome to the ST Community :smiling_face_with_smiling_eyes:.

First have you installed the STM32DUINO on your Arduino ide. If no, please follow those instructions https://github.com/stm32duino/Arduino_Core_STM32/wiki/Getting-Started

If you have done this. You may want to contact our STM32Duino forum uthrlw this link https://www.stm32duino.com/

Best Regards 

STTwo-32 

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
khalihAuthor
Associate
August 21, 2024

Thank you very much. :)