
Misty Robotics is providing an great opportunity for skilled developer to win yourself an Arduino Development Board or Devkit of your choice.
All you have to do is fill this form and you are good to go.

The winners will get selected in a drawing on the 1st October 2019. The selected winners will then be notified to select the Board Model of their choice.
Misty robot was designed to be used for easy hardware and software modifications features. Using your coding skills, you can make Misty do something by using Misty’s sensory data, process the data using Misty API. The code can be written in JavaScript SDK, REST API and using the WebSocket connections.
For example, the sample code below is used to make Misty react when it sees a face.
function _look_around(repeat = true)
{
if (!misty.Get("faceInFOV")) misty.MoveHeadPosition(gaussianRandom(-5, 5), gaussianRandom(-5, 5), gaussianRandom(-5, 5), 300);
if (repeat) misty.RegisterTimerEvent("look_around", getRandomInt(5, 10) * 1000, false);
}

This is just an example of what the robot can be coded to do. For more, check here for other Misty sample skills.
If you have any question or comment, do not hesitate to ask us.