Skip to main content
Explorer
August 21, 2024
Solved

NUCLEO-G474RE Arduino

  • August 21, 2024
  • 1 reply
  • 1186 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 

    1 reply

    STTwo-32Answer
    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 

    khalihAuthor
    Explorer
    August 21, 2024

    Thank you very much. :)