{"id":8741,"date":"2023-11-20T15:47:46","date_gmt":"2023-11-20T14:47:46","guid":{"rendered":"https:\/\/dronesonen.usn.no\/?p=8741"},"modified":"2023-11-20T15:58:57","modified_gmt":"2023-11-20T14:58:57","slug":"group-1-week-12-13","status":"publish","type":"post","link":"https:\/\/dronesonen.usn.no\/?p=8741","title":{"rendered":"Group 1 &#8211; AutonoMouse &#8211; Week 12 &amp; 13"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Github<\/h2>\n\n\n\n<p><a href=\"https:\/\/mavbs@dev.azure.com\/mavbs\/MicroMouse%202023\/_git\/MicroMouse%202023\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/mavbs@dev.azure.com\/mavbs\/MicroMouse%202023\/_git\/MicroMouse%202023<\/a><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Andreas<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\">Week 12<\/h4>\n\n\n\n<p>This week has been spent trying to ensure we have a finished product within the delivery date. This entailed fixing and decluttering sensors that were half-hazardously soldered together a month and a half ago, soldering the rotary encoder circuitry,&nbsp; and preparing to model the motors.&nbsp;&nbsp;<\/p>\n\n\n\n<p>Since we wanted to switch the motors and add rotary encoders to the robot, we decided that we would have to change up our entire design. This meant we had to disassemble the whole robot and transplant it into the new, 3D-printed chassis. During this process of disassembly, we realised that some of the sensors had been broken and there was a lot of clutter in the wiring. This led to me spending the week attempting to save the components and soldering new sensors so that we could assemble them in the new chassis.&nbsp;<\/p>\n\n\n\n<p>Before this, though, I performed tests so that in a perfect world, I would be able to model the new motors in MATLAB and hopefully be able to simulate the intended motor controller, though this was set on the back burner when I realised a lot of work would have to be put into the circuitry of the robot. The tests were intended to find the inductance and resistance of the motor by varying its frequency. This would enable me to use the general motor transfer function so that I could simulate a rough equivalent of the motor and create a controller, sadly we will most likely not have the time available to do this.&nbsp;<\/p>\n\n\n\n<p>Since the next week is the last one, I will mostly be spending it fixing the previous bits to assemble the bot and assist the computer engineers as much as I can so that we can hopefully be able to finish a labyrinth in however much time it takes&nbsp;<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Week 13<\/h4>\n\n\n\n<p>As predicted in last week I have spent the week fixing the electrical circuits and doing some final documentation on some of the circuits we have slightly changed. Luckily, since we decided to do the filter digitally instead of analogue, we simplified the circuits to such a degree that simulating the circuits was overkill.&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"377\" height=\"854\" src=\"https:\/\/dronesonen.usn.no\/wp-content\/uploads\/2023\/11\/LED-final.png\" alt=\"\" class=\"wp-image-8744\" srcset=\"https:\/\/dronesonen.usn.no\/wp-content\/uploads\/2023\/11\/LED-final.png 377w, https:\/\/dronesonen.usn.no\/wp-content\/uploads\/2023\/11\/LED-final-132x300.png 132w\" sizes=\"auto, (max-width: 377px) 100vw, 377px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"420\" height=\"862\" src=\"https:\/\/dronesonen.usn.no\/wp-content\/uploads\/2023\/11\/Sensor-final.png\" alt=\"\" class=\"wp-image-8746\" srcset=\"https:\/\/dronesonen.usn.no\/wp-content\/uploads\/2023\/11\/Sensor-final.png 420w, https:\/\/dronesonen.usn.no\/wp-content\/uploads\/2023\/11\/Sensor-final-146x300.png 146w\" sizes=\"auto, (max-width: 420px) 100vw, 420px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"890\" height=\"641\" src=\"https:\/\/dronesonen.usn.no\/wp-content\/uploads\/2023\/11\/Wheel-encoder-final.png\" alt=\"\" class=\"wp-image-8747\" srcset=\"https:\/\/dronesonen.usn.no\/wp-content\/uploads\/2023\/11\/Wheel-encoder-final.png 890w, https:\/\/dronesonen.usn.no\/wp-content\/uploads\/2023\/11\/Wheel-encoder-final-300x216.png 300w, https:\/\/dronesonen.usn.no\/wp-content\/uploads\/2023\/11\/Wheel-encoder-final-768x553.png 768w\" sizes=\"auto, (max-width: 890px) 100vw, 890px\" \/><\/figure>\n\n\n\n<p>On the programming side, I have been improving the filtering and ensuring that my MATLAB code is readable. I have also assisted Bendik in making a PID controller to the best of my ability, though we moved away from it as we had little to no time actually figuring it out.&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"553\" src=\"https:\/\/dronesonen.usn.no\/wp-content\/uploads\/2023\/11\/Final_filter_spectra-1024x553.png\" alt=\"\" class=\"wp-image-8750\" srcset=\"https:\/\/dronesonen.usn.no\/wp-content\/uploads\/2023\/11\/Final_filter_spectra-1024x553.png 1024w, https:\/\/dronesonen.usn.no\/wp-content\/uploads\/2023\/11\/Final_filter_spectra-300x162.png 300w, https:\/\/dronesonen.usn.no\/wp-content\/uploads\/2023\/11\/Final_filter_spectra-768x415.png 768w, https:\/\/dronesonen.usn.no\/wp-content\/uploads\/2023\/11\/Final_filter_spectra-1536x829.png 1536w, https:\/\/dronesonen.usn.no\/wp-content\/uploads\/2023\/11\/Final_filter_spectra.png 1578w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"wp-element-caption\">The frequency spectra in dronesonen, downsampled, compared to the filtered signal.<\/figcaption><\/figure>\n\n\n\n<p>I also assisted in the logic behind the centring function of the robot, ensuring that the robot stays in the middle of the track when driving in a straight line. This worked basically by checking the side sensors to see if there was a significant difference, then turning to a specific angle towards the middle, driving for a calculated distance and straightening it to run parallel to the wall again. This function is mostly theoretical as of writing this.&nbsp;<\/p>\n\n\n\n<p>Practically, I have mostly been fixing broken circuits and ensuring that they all fit within the robot and function as intended. One of the motors was broken in shipping from Marte&#8217;s home to the school and needed replacing, as well as one of the sensors giving off some weird sensor data. I will be spending some further time attempting to fix this.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Bendik<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\">Week 12<\/h4>\n\n\n\n<p>This week, while I have been waiting for the hardware to be ready, I have created a main project in ADA to include all the different pieces of software for the Micromouse. This includes a PiD controller and the IR signal filtering algorithm. When Vendel finished implementing her path finding algorithm I will also implement that into the project. The idea is to use tasks to make a concurrent program. I also helped out with soldering the wires for the new motors on the MicroMouse.&nbsp;<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Week 13<\/h4>\n\n\n\n<p>This week I tested my PID controller and implemented the wheel encoders into code. I wasn\u2019t able to get the PID controller to work, sadly. As time was of the essence, I decided to comment out the PID controller, and implement my own speed controller to try to get the mouse to drive straight.&nbsp;<\/p>\n\n\n\n<p>Using the wheel encoders, I made code that adjusted the motor speeds via PWM (pulse width modulation). For every pulse of the encoder, I added to the \u201cDistance Travelled\u201d variables for both the wheels. If one of the wheel travelled further than the other in a certain amount of time, then the motor speeds were adjusted to compensate. This worked decently well but still needs calibration.&nbsp;<\/p>\n\n\n\n<p>I also made a \u201ccentering\u201d procedure, that takes in the direction and distance that needs to be driven towards the center, given that the mouse turns with a 31.5 degree angle towards the center. This has yet to be tested properly. I also mase a procedure to turning the mouse 90 degrees that also needs to be tested. When the front IR sensor senses that a wall is nearing, it will turn 90 degrees.&nbsp;<\/p>\n\n\n\n<p>The last minutes before the deadline will be used to test the mouse in the maze and make a short video, brushing up the code in the process. The week towards to presentation will also be used on coding to integrate everything together, the algorithm, wheel encoders, IR sensors and hopefully get it working properly.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Marte<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\">Week 12 &amp; 13<\/h4>\n\n\n\n<p>De siste par ukene har v\u00e6rt hektiske for \u00e5 bli ferdig med mikromusa. Disse to ukene har jeg laga to design, produsert deler og ordnet sammenstillinger. Jeg har hatt mye kvalitetstid med 3D printeren jeg fikk for et par uker siden, og i begynnelsen brukte jeg mye tid p\u00e5 \u00e5 f\u00e5 deler til \u00e5 passe sammen mtp toleranser og krymping, men det har g\u00e5tt litt bedre etter hvert som jeg har f\u00e5tt mer erfaring og kjenner printeren bedre.<br>Planen var \u00e5 teste med forskjellige materialer, men vanskelighetsniv\u00e5et til PLA har v\u00e6rt h\u00f8yt nok for meg n\u00e5 i starten.<\/p>\n\n\n\n<p>Det var dessverre f\u00f8rst n\u00e5 i uke 13 at jeg fikk hardware helt ferdig p\u00e5 den nye varianten, s\u00e5 data og elektro har dessverre blitt hindra fra \u00e5 kunne gj\u00f8re noen av oppgavene sine og testing pga dette.<\/p>\n\n\n\n<p>Jeg lagde f\u00f8rst et design med de nye motorene, SolidWorks fila har dessverre kr\u00e6sja p\u00e5 denne f\u00f8rste varianten, men her er bilde av ferdig produkt av det f\u00f8rste designet:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"704\" height=\"528\" src=\"https:\/\/dronesonen.usn.no\/wp-content\/uploads\/2023\/11\/image-139.png\" alt=\"\" class=\"wp-image-8756\" srcset=\"https:\/\/dronesonen.usn.no\/wp-content\/uploads\/2023\/11\/image-139.png 704w, https:\/\/dronesonen.usn.no\/wp-content\/uploads\/2023\/11\/image-139-300x225.png 300w\" sizes=\"auto, (max-width: 704px) 100vw, 704px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"699\" height=\"524\" src=\"https:\/\/dronesonen.usn.no\/wp-content\/uploads\/2023\/11\/image-140.png\" alt=\"\" class=\"wp-image-8757\" srcset=\"https:\/\/dronesonen.usn.no\/wp-content\/uploads\/2023\/11\/image-140.png 699w, https:\/\/dronesonen.usn.no\/wp-content\/uploads\/2023\/11\/image-140-300x225.png 300w\" sizes=\"auto, (max-width: 699px) 100vw, 699px\" \/><\/figure>\n\n\n\n<p>Jeg valgte \u00e5 flippe Kitroniken og Mikrobiten \u00abp\u00e5 hode\u00bb etter godkjenning fra de andre. Dette for \u00e5 redusere h\u00f8yden til mikromusa, og at Mikrobiten er bedre beskytta p\u00e5 denne m\u00e5ten.<\/p>\n\n\n\n<p>Et 9V batteri er festa ved at den ligger p\u00e5 en \u00abhylle\u00bb p\u00e5 innsiden av veggen, og er festa med dobbelsidig borrel\u00e5steip (takk for spons av denne til gruppe 4).<\/p>\n\n\n\n<p>P\u00e5 drivakselen sitter en motorencoder, og videre en cylinder med tannhjul. Girforholdet her ble 20\/40 = 0.5. Girforhold 0.5:1. Det viste seg at motorene roterte mye treigere enn antatt, og jeg valgte \u00e5 g\u00e5 for et nytt design for \u00e5 endre p\u00e5 girforholdet.<\/p>\n\n\n\n<p>Motorencoder:<\/p>\n\n\n\n<p>Jeg hadde tenkt til \u00e5 produsere disse i b\u00e5de PLA og kryssfin\u00e8r, men jeg har kun f\u00e5tt tid til \u00e5 teste i PLA.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/dronesonen.usn.no\/wp-content\/uploads\/2023\/11\/IMG_20231120_155040-768x1024.jpg\" alt=\"\" class=\"wp-image-8775\" width=\"345\" height=\"459\" srcset=\"https:\/\/dronesonen.usn.no\/wp-content\/uploads\/2023\/11\/IMG_20231120_155040-768x1024.jpg 768w, https:\/\/dronesonen.usn.no\/wp-content\/uploads\/2023\/11\/IMG_20231120_155040-225x300.jpg 225w, https:\/\/dronesonen.usn.no\/wp-content\/uploads\/2023\/11\/IMG_20231120_155040-1152x1536.jpg 1152w, https:\/\/dronesonen.usn.no\/wp-content\/uploads\/2023\/11\/IMG_20231120_155040-1536x2048.jpg 1536w, https:\/\/dronesonen.usn.no\/wp-content\/uploads\/2023\/11\/IMG_20231120_155040-scaled.jpg 1920w\" sizes=\"auto, (max-width: 345px) 100vw, 345px\" \/><\/figure>\n\n\n\n<p>Motorencoder i PLA. Ser en del &#8220;stringing&#8221; fra plasten, men vi fikk bort det meste f\u00f8r bruk. Den satt godt p\u00e5 drivakselen (etter en del modifiserte prints), og ga tilstrekkelig m\u00e5linger. <\/p>\n\n\n\n<p>Hvis jeg hadde hatt bedre tid hadde jeg fors\u00f8kt \u00e5 laserkutte en i kryssfin\u00e8r ogs\u00e5, da jeg tror n\u00f8yaktigheten og presisjonen p\u00e5 hullene ville blitt enda bedre. <\/p>\n\n\n\n<p>Hjulene:<\/p>\n\n\n\n<p>Jeg gikk til innkj\u00f8p av fire sm\u00e5 kulelagere med indre diameter p\u00e5 3mm. Det var overraskende vanskelig \u00e5 f\u00e5 tak i en aksling i metall i denne dimensjonen, s\u00e5 jeg gikk til innkj\u00f8p av en \u00e8n meter lang M4 gjenga st\u00e5lstang. &nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"922\" height=\"503\" src=\"https:\/\/dronesonen.usn.no\/wp-content\/uploads\/2023\/11\/image-141.png\" alt=\"\" class=\"wp-image-8758\" srcset=\"https:\/\/dronesonen.usn.no\/wp-content\/uploads\/2023\/11\/image-141.png 922w, https:\/\/dronesonen.usn.no\/wp-content\/uploads\/2023\/11\/image-141-300x164.png 300w, https:\/\/dronesonen.usn.no\/wp-content\/uploads\/2023\/11\/image-141-768x419.png 768w\" sizes=\"auto, (max-width: 922px) 100vw, 922px\" \/><\/figure>\n\n\n\n<p>Jeg markerte hvor jeg trengte aksling til kulelagerne, og lengde p\u00e5 akselen. For \u00e5 slipe ned gjengene og oppn\u00e5 en diameter p\u00e5 3mm brukte jeg en Dremel og slipte det ned.<\/p>\n\n\n\n<p>N\u00e5r fire akslinger var ferdig la jeg de i fryseren noen timer, og deretter presstilpassa de p\u00e5 kulelagerne. S\u00e5 la jeg disse tilbake i fryseren, og presstilpassa kulelager med aksel inn i hjulene:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"647\" height=\"485\" src=\"https:\/\/dronesonen.usn.no\/wp-content\/uploads\/2023\/11\/image-142.png\" alt=\"\" class=\"wp-image-8759\" srcset=\"https:\/\/dronesonen.usn.no\/wp-content\/uploads\/2023\/11\/image-142.png 647w, https:\/\/dronesonen.usn.no\/wp-content\/uploads\/2023\/11\/image-142-300x225.png 300w\" sizes=\"auto, (max-width: 647px) 100vw, 647px\" \/><\/figure>\n\n\n\n<p>Dette var tidkrevende, men resultatet ble veldig bra, og hjulene roterer bra n\u00e5r de er p\u00e5montert.<\/p>\n\n\n\n<figure class=\"wp-block-video\"><video controls src=\"https:\/\/dronesonen.usn.no\/wp-content\/uploads\/2023\/11\/Snapchat-1737244460.mp4\"><\/video><figcaption class=\"wp-element-caption\">F\u00f8rste kj\u00f8ringa!<\/figcaption><\/figure>\n\n\n\n<p>S\u00e5 gikk jeg i gang p\u00e5 det andre designet hvor hovedform\u00e5let var \u00e5 endre girforholdet.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"945\" height=\"693\" src=\"https:\/\/dronesonen.usn.no\/wp-content\/uploads\/2023\/11\/image-143.png\" alt=\"\" class=\"wp-image-8761\" srcset=\"https:\/\/dronesonen.usn.no\/wp-content\/uploads\/2023\/11\/image-143.png 945w, https:\/\/dronesonen.usn.no\/wp-content\/uploads\/2023\/11\/image-143-300x220.png 300w, https:\/\/dronesonen.usn.no\/wp-content\/uploads\/2023\/11\/image-143-768x563.png 768w\" sizes=\"auto, (max-width: 945px) 100vw, 945px\" \/><\/figure>\n\n\n\n<p>Jeg la til en st\u00f8tfanger for \u00e5 skjerme frontsensoren fra \u00e5 kr\u00e6sje i veggen. I tillegg g\u00e5r den foran hjulene, slik at ikke hjulene kan stoppe i skj\u00f8tene p\u00e5 veggen.<\/p>\n\n\n\n<p>Lagde nye braketter til sensorene foran, for \u00e5 begrense antall fester.<\/p>\n\n\n\n<p>Subassemblien under forandret jeg litt ved at jeg lagde flere deler som festes i hverandre for \u00e5 \u00f8ke styrken, og lettere \u00e5 kunne modifisere med for eksempel ulike gir.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"945\" height=\"790\" src=\"https:\/\/dronesonen.usn.no\/wp-content\/uploads\/2023\/11\/image-144.png\" alt=\"\" class=\"wp-image-8762\" srcset=\"https:\/\/dronesonen.usn.no\/wp-content\/uploads\/2023\/11\/image-144.png 945w, https:\/\/dronesonen.usn.no\/wp-content\/uploads\/2023\/11\/image-144-300x251.png 300w, https:\/\/dronesonen.usn.no\/wp-content\/uploads\/2023\/11\/image-144-768x642.png 768w\" sizes=\"auto, (max-width: 945px) 100vw, 945px\" \/><\/figure>\n\n\n\n<p>&nbsp;Jeg valgte et gir med 80 tenner som det drivende giret, og hjulene er nesten uforandret med 40 tenner. Dette gir et girforhold p\u00e5 80\/40 = 2, 2:1. Dette betyr at for hver runde drivakselen g\u00e5r, g\u00e5r hvert av hjulene to runder.<\/p>\n\n\n\n<p>P\u00e5 hjulene skulle jeg printe en gummiring i TPU, men jeg har dessverre ikke f\u00e5tt det helt til enn\u00e5, da TPU har v\u00e6rt et utfordrende materiale \u00e5 printe med, og jeg har ikke f\u00e5tt noen vellykkede prints. Jeg regner med \u00e5 ha f\u00e5tt til vellykkede gummiringer innen konkurransen 29.november.<br>Felgene er ellers veldig like forrige modell, med kulelager inni, men jeg forsterket festet mellom de to delene felgen best\u00e5r av.<\/p>\n\n\n\n<p>Resultat pdd:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"944\" height=\"707\" src=\"https:\/\/dronesonen.usn.no\/wp-content\/uploads\/2023\/11\/image-145.png\" alt=\"\" class=\"wp-image-8764\" srcset=\"https:\/\/dronesonen.usn.no\/wp-content\/uploads\/2023\/11\/image-145.png 944w, https:\/\/dronesonen.usn.no\/wp-content\/uploads\/2023\/11\/image-145-300x225.png 300w, https:\/\/dronesonen.usn.no\/wp-content\/uploads\/2023\/11\/image-145-768x575.png 768w\" sizes=\"auto, (max-width: 944px) 100vw, 944px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"944\" height=\"708\" src=\"https:\/\/dronesonen.usn.no\/wp-content\/uploads\/2023\/11\/image-146.png\" alt=\"\" class=\"wp-image-8765\" srcset=\"https:\/\/dronesonen.usn.no\/wp-content\/uploads\/2023\/11\/image-146.png 944w, https:\/\/dronesonen.usn.no\/wp-content\/uploads\/2023\/11\/image-146-300x225.png 300w, https:\/\/dronesonen.usn.no\/wp-content\/uploads\/2023\/11\/image-146-768x576.png 768w\" sizes=\"auto, (max-width: 944px) 100vw, 944px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"944\" height=\"707\" src=\"https:\/\/dronesonen.usn.no\/wp-content\/uploads\/2023\/11\/image-147.png\" alt=\"\" class=\"wp-image-8766\" srcset=\"https:\/\/dronesonen.usn.no\/wp-content\/uploads\/2023\/11\/image-147.png 944w, https:\/\/dronesonen.usn.no\/wp-content\/uploads\/2023\/11\/image-147-300x225.png 300w, https:\/\/dronesonen.usn.no\/wp-content\/uploads\/2023\/11\/image-147-768x575.png 768w\" sizes=\"auto, (max-width: 944px) 100vw, 944px\" \/><\/figure>\n\n\n\n<p>Solidworks filer er sendt p\u00e5 mail til Richard av liten testbane, prototype 1 og 2, og hovedmodellen av&nbsp;endelig design.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Vendel<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\">Week 12 &amp; 13<\/h4>\n\n\n\n<p>Weeks twelve and thirteen have been spent frantically trying to finish up the car before the deadline, making all of the last-minute changes to the car design, hoping to have it ready to go. Working on the softest of the software side, I have been struggling to work efficiently towards the goal of having a working machine.&nbsp;<\/p>\n\n\n\n<p>The code of my end, being mostly done in Python to make prototyping easier, had to be translated into Ada, and I began that work without having actually finished all of the work in Python. The missing code has been the smallest of my issues though, as I did not previously have any experience writing Ada code.&nbsp;<\/p>\n\n\n\n<p>During this process, I have gotten more comfortable using AI in my work, having Open-AI&#8217;s ChatGPT 4 explain concepts to me, and generating example code for me to try out to learn the ropes. Not entirely trusting its output to be correct or fitting though, I made it a point to only use my own code in the project, and to only use code that I understand the use of myself. Using the AI as a learning tool and a responsive rubber ducky has however been a very valuable endeavor, and I\u2019ve been using it a lot in other sorts of projects since to bounce ideas and analyze my work.&nbsp;<\/p>\n\n\n\n<p>The code is currently not working, and the bot is not ready to solve the maze, but it shouldn\u2019t be far off. Like many engineering projects, finishing on time and within budget is a dream, but not always reality.&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Github https:\/\/mavbs@dev.azure.com\/mavbs\/MicroMouse%202023\/_git\/MicroMouse%202023 Andreas Week 12 This week has been spent trying to ensure we have a finished product within the delivery date. This entailed fixing and decluttering sensors that were half-hazardously soldered together a month and a half ago, soldering the rotary encoder circuitry,&nbsp; and preparing to model the motors.&nbsp;&nbsp; Since we wanted to switch [&hellip;]<\/p>\n","protected":false},"author":94,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-8741","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/dronesonen.usn.no\/index.php?rest_route=\/wp\/v2\/posts\/8741","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dronesonen.usn.no\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dronesonen.usn.no\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dronesonen.usn.no\/index.php?rest_route=\/wp\/v2\/users\/94"}],"replies":[{"embeddable":true,"href":"https:\/\/dronesonen.usn.no\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=8741"}],"version-history":[{"count":8,"href":"https:\/\/dronesonen.usn.no\/index.php?rest_route=\/wp\/v2\/posts\/8741\/revisions"}],"predecessor-version":[{"id":8778,"href":"https:\/\/dronesonen.usn.no\/index.php?rest_route=\/wp\/v2\/posts\/8741\/revisions\/8778"}],"wp:attachment":[{"href":"https:\/\/dronesonen.usn.no\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=8741"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dronesonen.usn.no\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=8741"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dronesonen.usn.no\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=8741"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}