Nice video! Two comments: A.) Time lapse or summarize last two cardinal directions. We the viewer could see where you were going. B.) A logical AND might be better here to check for a valid condition. For example North could also be less than 135. OR can be more ambiguous.
@iNimbleSloth5 жыл бұрын
Glad you liked it, thanks for commenting and the feedback!
@qpphil51503 жыл бұрын
Great video!
@gartmorn5 жыл бұрын
A few more lines of code and I take it you could have NE, NW etc etc?
@iNimbleSloth5 жыл бұрын
Thanks for watching and commenting! Yes definitely, I only omitted these as I wanted to make this video as quick and simple to follow as possible. Have you used a Micro:bit before?
@gartmorn5 жыл бұрын
Yes I have been using different platforms but I'm not the greatest at coding! I'm playing with pi4 just now and considering giving pico 8 a go. I also want to try a spectrum emulator as I have a book with spectrum codes! My youngest is 15 so I'm trying to get him interested. I really started in electronics building circuits but microcontrollers are now a big favourite if only I was better at coding!!
@iNimbleSloth5 жыл бұрын
I've not come across Pico 8 before but just Googled it, looks great. What language are you coding with on the Pi4? I tried a bit of Python with my youngest on Pi and he did Scratch at school. Talking of microcontrollers, we've also played about with the Arduino Uno, although not done any videos yet. Coding comes with practice but I am still very much a novice, I do enjoy it though.
@gartmorn5 жыл бұрын
@@iNimbleSloth I've done a little bit of both but really just using others code and modding it rather than doing stuff from scratch(excuse the pun).
@ConexSpot3 жыл бұрын
That is so cool
@ventinator03 жыл бұрын
why does it say 529 :(
@iNimbleSloth3 жыл бұрын
The most likey course for this is that the version of hex file is wring. I did this on an original microbit,. Try visiting makecode.microbit.org and import the hex file and then re-download. I'd like to know how you get on.
@hammerbugg4 жыл бұрын
Dude now all you need to do is make this download content
@iNimbleSloth4 жыл бұрын
Just uploaded to my site, quick page with nothing fancy - www.inimblesloth.com/microbit-compass/ Download is a ZIP containing both the letters and arrows versions as pre-compiled hex files. You need to extract the ZIP file and then copy your chosen hex file onto the micro:bit. There's a link on that page as to where you can open and edit those hex files. Have fun :-)