bulebule
bulebule copied to clipboard
An awesome maze-solving micromouse robot
To newer versions of `arm-none-eabi-gcc` and `arm-none-eabi-binutils`. Requirements: - [ ] Generated binary must fit in the microcontroller (ideally not growing in size) - [ ] Performance must not be...
https://www.aliexpress.com/item/4000103610226.html Data link (password `GXNX`): https://pan.baidu.com/s/1vW9H-q9C5n2yVAEp38pw5A Other possible changes ----------------------------- - MPU: - https://www.aliexpress.com/item/32885189389.html - https://www.aliexpress.com/item/32818827567.html - https://www.aliexpress.com/item/32635453221.html - https://www.aliexpress.com/item/32805406886.html - https://www.aliexpress.com/item/32895462485.html - Infrarred: - https://www.aliexpress.com/item/32773126352.html - https://www.aliexpress.com/item/32959841077.html - https://www.aliexpress.com/item/32908513196.html...
We currently rely on the last single reading. It would be more reliable to use the mean of the last couple of readings. It would also reduce the noise. This...
Specially to have a checklist before competitions. 1. Run `calibrate_micrometers_per_count`. It should run out of the starting cell, 3 more cells straight and stop at the last cell touching the...
- https://stackoverflow.com/questions/3002110/include-in-h-or-c-cpp - https://github.com/torvalds/linux/blob/master/kernel/power/hibernate.c
In _config.h_ How are the locomotion related constants calculated? (My biggest issue/question is with WHEELS_SEPARATION and SHIFT_AFTER_180_DEG_RUN? I believe I already know how to get MICROMETERS_PER_COUNT. How are the value...
According to the latest changes in the code (`setup.c`).