Skip to main content
Arduino

Return to Answer

replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link

Based on this thread:

Both AFmotor library and IRremote are using timer feature. And in addition, IRremote also use TIMER_RESET, which probably causing the motor not function as expected (on comment section)

So the solution available is :

  1. Use another library to drive motor, or you can make you own. See this tutorial.
  2. Edit the library (IRremote or AFmotor) timer configuration (as you can found in the last post of the link I posted)

Based on this thread:

Both AFmotor library and IRremote are using timer feature. And in addition, IRremote also use TIMER_RESET, which probably causing the motor not function as expected (on comment section)

So the solution available is :

  1. Use another library to drive motor, or you can make you own. See this tutorial.
  2. Edit the library (IRremote or AFmotor) timer configuration (as you can found in the last post of the link I posted)

Based on this thread:

Both AFmotor library and IRremote are using timer feature. And in addition, IRremote also use TIMER_RESET, which probably causing the motor not function as expected (on comment section)

So the solution available is :

  1. Use another library to drive motor, or you can make you own. See this tutorial.
  2. Edit the library (IRremote or AFmotor) timer configuration (as you can found in the last post of the link I posted)
added 116 characters in body
Source Link
duck
  • 1.3k
  • 10
  • 27

Based on this thread:

Both AFmotor library and IRremote are using timer feature. And in addition, IRremote also use TIMER_RESET, which probably causing the motor not function as expected (on comment section)

So the solution available is :

  1. Use another library to drive motor, or you can make you own. See this tutorial.
  2. ChangeEdit the library (IRremote or AFmotor) timer configuration (as you can found in the last post of the link I posted)

Based on this thread:

Both AFmotor library and IRremote are using timer feature. And in addition, IRremote also use TIMER_RESET, which probably causing the motor not function as expected (on comment section)

So the solution available is :

  1. Use another library to drive motor.
  2. Change the library (IRremote or AFmotor) timer configuration (as you can found in the last post of the link I posted)

Based on this thread:

Both AFmotor library and IRremote are using timer feature. And in addition, IRremote also use TIMER_RESET, which probably causing the motor not function as expected (on comment section)

So the solution available is :

  1. Use another library to drive motor, or you can make you own. See this tutorial.
  2. Edit the library (IRremote or AFmotor) timer configuration (as you can found in the last post of the link I posted)
Source Link
duck
  • 1.3k
  • 10
  • 27

Based on this thread:

Both AFmotor library and IRremote are using timer feature. And in addition, IRremote also use TIMER_RESET, which probably causing the motor not function as expected (on comment section)

So the solution available is :

  1. Use another library to drive motor.
  2. Change the library (IRremote or AFmotor) timer configuration (as you can found in the last post of the link I posted)
lang-cpp

AltStyle によって変換されたページ (->オリジナル) /