Im intended to build a micromouse-like cart that can travel the maze. But unlike conventional micromouse that will go to a fixed point, return and then travel to that destination again with shortest route on first attempt to reach the distination, mine will travel the whole maze, and map the layout on the computer interface. The transmission medium between the cart and computer is bluetooth.
However im uncertain on following things:
1, How do I attempt to use the bluetooth module on my dell inspiron notebook? Can I attempt to access the bluetoooth driver on perhaps C++? Fyi i only studied C++, assembly language, vhdl on the course of my studies.
2, How to do 2D drawing for mapping the layout of the maze? Can it be done using C++ or other software is more preferable? Sorry and be frank that I never learn 2D drawing on computer.
3, Servo motor or stepper motor which is better choice? My idea is stepper motor becuase i can also calculate the distance traveled with the steps taken.
4, I wan to make the cart straight eventhought the road condition is not flat. My idea is to use 2 IR sensor on the sides of cart, and the distance from the side wall to the cart will be calculated will be calculated from the reflected signal. If any deviation on the values for left and right sensor, the cart will adjust itself to make sure the distance to the both wall are equal.
Thus, do you think its viable or there are any better way?
These are doubts i currently have. Thanks to any advice and comment.
However im uncertain on following things:
1, How do I attempt to use the bluetooth module on my dell inspiron notebook? Can I attempt to access the bluetoooth driver on perhaps C++? Fyi i only studied C++, assembly language, vhdl on the course of my studies.
2, How to do 2D drawing for mapping the layout of the maze? Can it be done using C++ or other software is more preferable? Sorry and be frank that I never learn 2D drawing on computer.
3, Servo motor or stepper motor which is better choice? My idea is stepper motor becuase i can also calculate the distance traveled with the steps taken.
4, I wan to make the cart straight eventhought the road condition is not flat. My idea is to use 2 IR sensor on the sides of cart, and the distance from the side wall to the cart will be calculated will be calculated from the reflected signal. If any deviation on the values for left and right sensor, the cart will adjust itself to make sure the distance to the both wall are equal.
Thus, do you think its viable or there are any better way?
These are doubts i currently have. Thanks to any advice and comment.
Last edited: