An Arduino DCC++ Base Station: The Hardware - Part 3 of 4

Поділитися
Вставка
  • Опубліковано 10 жов 2015
  • Third in a series detailing how to use the Arduino as a DCC++ base station. Topics covered include the very atypical use of an Arduino Motor Shield to convert PWM signals generated by the Uno into bi-polar signals that can be connected directly to the tracks of a model railroad to drive and control DCC-equipped locomotives.
  • Навчання та стиль

КОМЕНТАРІ • 15

  • @modelrailwaytheeasyway9743
    @modelrailwaytheeasyway9743 3 роки тому

    Another great explanation of this project.

  • @SheltonDCruz
    @SheltonDCruz 7 років тому +1

    absolutely brilliant!

  • @1989hedgemebaby
    @1989hedgemebaby 8 років тому

    Great set of Videos, love them and want to create my own, if i am buying a motor shield online what am i looking for in it? (basically can a buy a cheap one on ebay?)

  • @rva1945
    @rva1945 6 років тому

    I understand that the PWM/DCC signal is fed into the direction pins in order to produce the bipolar signal. But where does the positive or negative signal come from? You need a PWM signal from a pin and the direction signal from other pin. The direction come from pins 12 and 13.

  • @d.j.peters
    @d.j.peters 5 років тому

    If the H-Bridge change the polarity of CWCCW why it produce negative voltages ?

  • @settimioz2395
    @settimioz2395 4 роки тому

    Hello, I currently have a ILS-DC Stepper Motor Shield V2 TB6612FNG PWN Drive Module For Arduino. It uses the TB6612FNG motor driver chip and it's possible to connect 4 motor. I have 4 output port and I would like to know if the connection for pin 5-13 and 10-11 is the same and which output to use. I tried to do the configuration as in the video but I have no signal on the output. Thanks a lot, Settimio

  • @mikkelfalling3571
    @mikkelfalling3571 6 років тому

    Thanks for the video. Do you know if this works for AC tracks like Marklin tracks?

  • @dylanhale7300
    @dylanhale7300 6 років тому +1

    dude you are a genius

  • @psfilho
    @psfilho 7 років тому

    Hello friend, Congratulations on this system that works very well. Have you ever considered the possibility of using the ESP 8266 ModeMCU module running DCC ++ and WiFi? What do you think ????

  • @LZACCARO
    @LZACCARO 5 років тому

    Hi, My name is Luiz ZACCARO
    I am trying to upload the code DCC++ on my ARDUINO UNO , but when I verify the code shows an error.
    `EEPROM`was not declared in this scope.
    line : EEPROM.put(num,data.tStatus);
    What can it be ? Can you help me? Thank you !! LZACCARO

    • @LZACCARO
      @LZACCARO 5 років тому

      more error information
      Accessories.cpp: In member function 'void Turnout::activate(int)':
      Accessories.cpp:77: error: 'EEPROM' was not declared in this scope
      Accessories.cpp: In static member function 'static void Turnout::load()':
      Accessories.cpp:178: error: 'EEPROM' was not declared in this scope
      Accessories.cpp: In static member function 'static void Turnout::store()':
      Accessories.cpp:196: error: 'EEPROM' was not declared in this scope