CODING AND ROBOTS
Many students find robots very interesting. And if the robots can be used in the classroom, integrating programming and content, that's even better. It's important to note that for this page I'll be talking about programmable robots - robots that can be programmed to execute certain tasks. You might think that such robots would be mostly concerned with some task related to science or mathematics, but actually some of the most interesting tasks can come from the areas of art, music, dance, or theatre.
A good example might be the Artie 3000 robot. It's available on Amazon for about $50.00 and you can find it at Walmart or Target, but it's a bit more expensive. It's pretty easy to code - here's a simple demonstration on youtube: https://www.youtube.com/watch?v=3FyS_4ZTyK4 The coding environment looks like this:
A good example might be the Artie 3000 robot. It's available on Amazon for about $50.00 and you can find it at Walmart or Target, but it's a bit more expensive. It's pretty easy to code - here's a simple demonstration on youtube: https://www.youtube.com/watch?v=3FyS_4ZTyK4 The coding environment looks like this:
You can see that the commands are pretty simple: pen up, pen down, and then turns and moves where you can set the values. Geometric figures are easy to figure out but you can also draw circles, ovals, letters, and other interesting shapes.
You can use it for drawing, illustrating stories, and for geometry.
While the Artie 3000 is described as a programmable drawing robot, it's pretty easy to see that it's a programmable robot with a pen attached. Thinking of programmable art robots that way means that you can also, with a minor adaptation, turn popular robots like Dash, Makeblock, or the ReCon 6.0 Programmable Rover, into drawing bots. Links for those bots:
- ReCon 6.0 - https://www.amazon.com/SmartLab-Toys-ReCon-Programmable-Rover/dp/1603800859/ref=sr_1_2?crid=3W3WPVXQ1XL7G&dchild=1&keywords=recon+6.0+programmable+robotic+rover+toy&qid=1590547329&sprefix=recon+6.%2Caps%2C138&sr=8-2 about $30.00
- Makeblock - https://www.amazon.com/bricolaje-Makeblock-Bluetooth-programable-codificaci%C3%B3n/dp/B01N75EVF1/ref=sr_1_7?crid=1K8OREP3QP46O&dchild=1&keywords=makeblock+mbot+robot+kit&qid=1590547391&sprefix=makeblock%2Caps%2C154&sr=8-7 about $70.00
- Dash - https://www.amazon.com/Wonder-Workshop-Dash-Activated-Programming/dp/B00SKURVKY/ref=sxin_7_ac_d_rm?ac_md=0-0-ZGFzaCByb2JvdA%3D%3D-ac_d_rm&cv_ct_cx=dash+robot&dchild=1&keywords=dash+robot&pd_rd_i=B00SKURVKY&pd_rd_r=e66b03c8-a7a5-4ce1-aea9-55f167656e1a&pd_rd_w=hwVfo&pd_rd_wg=tGKMP&pf_rd_p=a0516f22-66df-4efd-8b9a-279a864d1512&pf_rd_r=9A67RHZ21BAYF45XEXR5&psc=1&qid=1590547438&sr=1-1-12d4272d-8adb-4121-8624-135149aa9081 about $150.00
These robots can all be programmed using a block-based language like Scratch and will work with tablets, phones, and computers.
The Hummingbird Board.
"The Hummingbird Robotics Kit is comprised of lights, sensors, and motors, which allow students to build a robot out of any materials, with any device, in multiple programming languages." From the Hummingbird Board website: https://www.birdbraintechnologies.com/hummingbirdbit/
The Hummingbird Board is a USB plug-in board that lets you connect a variety of sensors (light, motion, temperature) to a variety of output devices (leds, motors) and create a program to mediate that interaction. It's particularly good for building interactive machines and robots. It can be programmed in a variety of languages and for a number of platforms (PC, Mac, Chromebook, Unix.) Take a look at this site to see some of the creative uses (across the curriculum) that educators have developed for their classrooms: https://www.birdbraintechnologies.com/hummingbirdbit/teach/ You can see one great example, Moving Masterpieces: Recreate a painting as a three-dimensional art form, here: https://www.birdbraintechnologies.com/hummingbirdbit/teach/project/moving-masterpieces/
Learning how to build with the Hummingbird is pretty easy - the website has lots of great tutorials and other resources (including downloadable comic book versions of guides.) As a bonus, the Hummingbird Duo board has an Arduino board on the back, so you're really getting two programmable boards. The kits - there are several, from basic to premium - are very nice and come with lots of accessories (sensors, leds, motors).
We used these boards as part of a recent grant project (STEMLabs) and educators saw them as being very useful. I've copied some links from that grant's website below:
An introduction to the Hummingbird Board
Hummingbird Boards and Scratch
Programming the Hummingbird
Comments
Post a Comment