|
avm navigator and arduino UNO Anonymous |
9 year
|
HI
I want to use the navigator module with arduino UNO, and control the robot motors through arduino!! is it possible just by declaring the required variables and calling it into the arduino module or should i make some changes in the sketch?
|
|
|
Steven Gentner from United States [1446 posts] |
9 year
|
This is discussed at length in
http://www.roborealm.com/forum/index.php?thread_id=5517#
and elsewhere in the forum. The fact that the variables are coming from the AVM module is not significant other than what the range of the values will be. I..e does your variable range from (-1000 to 1000) or (0 to 255) or etc. Regardless, that will need to be scaled (see scale_variable module) to the range for the UNO (500 - 2500).
|
|