Skip to main content

Posts

Showing posts from December, 2018

Top 5 posts in 2018 from the Robots and Physical Computing blog

How to produce a Microbit neural network This is really part two of a set of post  in response to a question from Carl Simmons ( @Activ8Thinking ) concerning building a   micro:bit ... Microbit Neuron - producing a single neuron using a microbit This post is in response to a question from Carl Simmons ( @Activ8Thinking ) about has anyone built a microbit simple neuron. Quick Overv... USB Robot arm control with Python and Raspberry Pi I was asked recently if the USB robot arm could be programmed - I knew the answer was yes. The Arm came from the CBiS Education Robot Arm ... Micro:bit, Servo control with Micropython or blocks You can control servos (small ones) from a Micro:Bit directly. Following a link from the David Whale (Twitter  @ whaleygeek ) , thank you, t... WebVR 5 Playtime: Augmented Reality to display Videos In previous posts ( post 1 , post 2 ) I have raved over the brilliant combination of Mozi...

How to videos... Web based Augmented Reality

Video 1: How to produce a simple web-based augmented reality application. Video 2:  Using AFrame and AR.js to create AR - this time adding an image and rotation to an AR object. Related Links Basic guide and starting point  https://aframe.io/blog/arjs/#move-the-camera-or-the-marker Example: White block (needs the Hiro marker)  https://gregarious-fibre.glitch.me/ Example: An image is added to block (needs the Hiro marker)  https://glitch.com/~dandy-custard Further guidance on setting up AR through AR.js  https://robotsandphysicalcomputing.blogspot.com/2018/07/webvr-3-playtime-augmented-reality.html Further guidance adding objects into AR  https://robotsandphysicalcomputing.blogspot.com/2018/07/webvr-4-playtime-putting-objects-into.html Guide on adding video into AR  https://robotsandphysicalcomputing.blogspot.com/2018/10/webvr5-playtime-augmented-reality-to.html   All opinions in this blog are the Author's and sho...

Scratch, webcams, cats and explosions

Still enjoying playing with Scratch and webcam. in this post,  initially improving on the example shown in a previous post Webcam and Scratch ;  enhancing the movement of Scratch the Cat by adding the interim step and facing in the direction of the 'moving finger' (see the code below).  Please go to the code at https://scratch.mit.edu/projects/263334488/   to try it yourself. Going to add one more feature to experiment with getting objects to react to the motion. In this case to explode a button or change a button to a small ball by moving the finger onto the button. The motion on the sprite is used to do this. Please try the code yourself at  https://scratch.mit.edu/projects/266837380/ 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