bulebule icon indicating copy to clipboard operation
bulebule copied to clipboard

An awesome maze-solving micromouse robot

Results 58 bulebule issues
Sort by recently updated
recently updated
newest added

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...

enhancement
hacktoberfest
good first issue
help wanted

enhancement

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...

enhancement
question

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...

enhancement

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...

documentation

- https://stackoverflow.com/questions/3002110/include-in-h-or-c-cpp - https://github.com/torvalds/linux/blob/master/kernel/power/hibernate.c

enhancement

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...

question
documentation

According to the latest changes in the code (`setup.c`).

enhancement
documentation