Events
- RSSIG Club Meet
- 3 Jun 2013
- RSSIG Club Meet
- 1 Jul 2013
- RSSIG Club Meet
- 5 Aug 2013
- RSSIG Club Meet
Categories
Recent Comments
Blogroll
Search Terms
Author Archives: Harjit Singh
An Improved Bit Banding Approach
The commonly published approach to using the bit banding feature of the Cortex Mx family of processors is to use macros – see Bit Banding in the STM32. This post describes an alternate implementation that uses a dedicated RAM section … Continue reading
Solver References
The first article that I used as a reference for Zeetah I’s solver was published in Byte Magazine back in 1987. Fortunately for me, this article was printed right around the time we were making Zeetah I. Stephen E. Belter, … Continue reading
Diagonal Solver Pseudo Code
This part of the series on creating a diagonal micromouse maze solver presents the actual pseudo code that was used to implement a diagonal solver and it closely matches the C implementation. You will want to check out some of … Continue reading
Diagonal Solver Data Structures
This post describes the data structures used in the diagonal solver. Incoming search terms:micromouse diagonal flood fill harjit (2)
Posted in Micromouse, Software
7 Comments
Diagonal Solver Flooding
This post provides more details on how the flooding is done.
Diagonal Solver Introduction And Flooding
If the maze has a region as shown on the left, and the mouse enters the region on the bottom left and exits on the right side, which path will your solver generate for the mouse? Incoming search terms:maze diagonal … Continue reading
Posted in Micromouse, Software
Tagged diagonal, diagonal solver, flooding, maze algorithm, maze solver
Leave a comment
Maze solver visualisation in your browser
Came across this visualization for a maze solver. http://qiao.github.com/PathFinding.js/visual/ Incoming search terms:solverArchives-MicromouseOnline (1)
Posted in Micromouse, Software
Tagged maze, maze solver, maze solving, simulation, simulator, solver, visualization
1 Comment
Pinion interfering with the tire
When I applied power to the motors on Zeetah VI (ZVI) for the first time, the motors seemed to struggle and the PWM value to get the wheels to rotate seemed higher than usual. Since this was my first four … Continue reading
Posted in Hardware, Micromouse
Tagged file, friction, interefere, interference, pinion, sand, tire
5 Comments
Finishing the new maze floor
The walls and posts arrived and so it was time to finish the maze floor. Incoming search terms:micromouse maze floor (1)
Comparing the ADXRS610 and ADXRS642 gyros
Analog Devices recently release new vibration rejection gyros which seemed a perfect fit for use on a micromouse. Since I was using the ADXRS610 on Zeetah V, I temporarily mounted an ADXRS642 to ZV to compare the two. Incoming search … Continue reading