Posts

Showing posts with the label misty robot

How to corrupt an intern robot

Image
Although titled: "How to corrupt my intern robot", there is a LOT more information contained within this video than you would actually expect.  I would highly recommend a full watch, or zoom FWD to 11:39. Okay, so Misty the robot is pretty cool   CLICK HERE TO SEE / READ / VIEW MORE I think its great that they've made different ways to code the robot, from 100% beginner using BLOCKLY (a person fav. of mine for non-coders to get to understand coding) You also have the option to code using the Python SDK, Web APIs and C# SDK; which is pretty cool.  So, you can go from total novice through to expert coder, well, as expert as calling HTTP APIs or using Visual Studio is...no C-code level for the hardcore.... except, oh wow! https://docs.mistyrobotics.com/misty-ii/robot/misty-backpack-for-arduino/ They have a backpack module that is an Arduino, so you can extend and enhance the robot yourself...and use C (coz that's what Arduino is coded in), so it looks like they've c...