Alpha2 is the next stage on from the more readily available Ubtech Alpha 1s, funded through a recent crowd sourcing project. At the moment all I have done is the set it up with an iPad and tried out a few voice commands. It does dance on the slightly creepy command "Dance for me", personally, I am not sure of it saying "master".
So far it looks good and there is plenty to investigate.
All opinions in this blog are the Author's and should not in any way be seen as reflecting the views of any organisation the Author has any association with. Twitter @scottturneruon
Robots and getting computers to work with the physical world is fun; this blog looks at my own personal experimenting and building in this area.
Showing posts with label dancing. Show all posts
Showing posts with label dancing. Show all posts
Sunday, 26 February 2017
Tuesday, 12 April 2016
Dancing bot on a Microbit
In a earlier post on using micro:bit (Playing with microbit emulator-dancing bot) a simple dancing robot image (using the 5x 5 grid was created).
A dancing bot - 3x3 box for the body, with two legs.
Thanks to a loan of a Micro:Bit from Lancaster University I can experiment with an actual micro:bit (@SCC_Lancaster @LMcUnderwood)
Experiment 1 - Using the buttons
So the functions for the idea were:
On the Microbit
Experiment 2- To add left and right tilting to it.
So if the micro:bit is tilted to the right the 'bot' moves to the right, and the same for the left.
The tilting operation here is essentially - when the x on the accelerometer is less than zero move the 'bot' to the left and when it greater than zero go to the right.
Video showing it in action
All opinions in this blog are the Author's and should not in any way be seen as reflecting the views of any organisation the Author has any association with.
A dancing bot - 3x3 box for the body, with two legs.
Thanks to a loan of a Micro:Bit from Lancaster University I can experiment with an actual micro:bit (@SCC_Lancaster @LMcUnderwood)
Experiment 1 - Using the buttons
So the functions for the idea were:
- Button A - Move to the left and then back to the starting position;
- Button B - Move to the right and then back to the starting position;
- Buttons A+B - Jump up and then back to the starting position;
- Shake - 'Crouches' and then back to the starting position
On the Microbit
Experiment 2- To add left and right tilting to it.
So if the micro:bit is tilted to the right the 'bot' moves to the right, and the same for the left.
The tilting operation here is essentially - when the x on the accelerometer is less than zero move the 'bot' to the left and when it greater than zero go to the right.
Video showing it in action
All opinions in this blog are the Author's and should not in any way be seen as reflecting the views of any organisation the Author has any association with.
Monday, 28 March 2016
Playing with the micro:bit Emulator - Dancing bot part 2
In a earlier post on using micro:bit (Playing with microbit emulator-dancing bot) a simple dancing robot image (using the 5x 5 grid was created). In this post of modified version using the events to do pretty much the same thing (except the two button action)- A dancing bot - 3x3 box for the body, with two legs.
So the functions for the idea were:
All opinions in this blog are the Author's and should not in any way be seen as reflecting the views of any organisation the Author has any association with.
So the functions for the idea were:
- Button A - make it bob up and down;
- Button B - makes it move to the left and right;
- On shake - make it jump up and down.
All opinions in this blog are the Author's and should not in any way be seen as reflecting the views of any organisation the Author has any association with.
Playing with the micro:bit Emulator - Dancing bot
The micro:bit (https://www.microbit.co.uk/about) has been in the press quite a bit recently - rightly so.
At the moment I have not got my hands on an actual one, though someone generously (more in later posts on that) will be lending me one to play with. Luckily you do not need the device to start playing; the code editor (https://www.microbit.co.uk/create-code) has an emulator built in, so you can start playing. This post reports on my first go.
So, I am starting with experimenting with the editor, using Microsoft's Block Editor - which is similar to Blockly and Scratch as an interface.
What I built is simple but that is fine - A dancing bot - 3x3 box for the body, with two legs. I wanted to play with getting some interaction that uses the buttons (A and B) and shaking. So the functions for the idea were:
The video below shows it action.
The other nice thing is go convert to the Microsoft touch Developer version (see below) with a click.
I really enjoyed playing with this, the next stage to try it on physical micro:bit.
I would be interested to hear from others about they have been doing with this (including just the emulator).
All opinions in this blog are the Author's and should not in any way be seen as reflecting the views of any organisation the Author has any association with.
At the moment I have not got my hands on an actual one, though someone generously (more in later posts on that) will be lending me one to play with. Luckily you do not need the device to start playing; the code editor (https://www.microbit.co.uk/create-code) has an emulator built in, so you can start playing. This post reports on my first go.
So, I am starting with experimenting with the editor, using Microsoft's Block Editor - which is similar to Blockly and Scratch as an interface.
What I built is simple but that is fine - A dancing bot - 3x3 box for the body, with two legs. I wanted to play with getting some interaction that uses the buttons (A and B) and shaking. So the functions for the idea were:
- Button A - make it bob up and down;
- Button B - makes it move to the left and right;
- Shaking it - makes it appear to jump and land (see below);
- Button A+B together makes it do one of the moves of up, down, left and right.
The video below shows it action.
The other nice thing is go convert to the Microsoft touch Developer version (see below) with a click.
I really enjoyed playing with this, the next stage to try it on physical micro:bit.
I would be interested to hear from others about they have been doing with this (including just the emulator).
All opinions in this blog are the Author's and should not in any way be seen as reflecting the views of any organisation the Author has any association with.
Subscribe to:
Posts (Atom)
Remote Data Logging with V1 Microbit
In an earlier post https://robotsandphysicalcomputing.blogspot.com/2024/08/microbit-v1-datalogging.html a single microbit was used to log ...