Skip to main content

Posts

10 most views post on Robots and Physical Computing Blog- April 2020

BBC micro bot - tweeting BBC Basic (updated) BBC Mirco Bot site  https://www.8bitkick.cc/bbc-micro-bot.html  - where you tweet  @bbcmicrobot  and run BBC Basic code on BBC Micro emulator. It returns a video of your code running. Programming Robots Virtually 1 - VEXcode VR For a number of years, I have been playing with robots as a means of developing programming/coding skills with students.  Coral Dev Board and Raspberry Pi This is the second of a planned occasional series of posts on playing with some of the current AI specific add-on processors for Intenet of  things (IoT) Programming Robots Virtually 2: iRobot Simulator In this series of posts, I am going to look at experimenting with a few  tools that allow robots to be simulated, programmed PS3 Controller to move a USB Robot Arm Guest Blogger Hiren Mistry, Nuffield Research Placement Student working at the University of Northampton. Ho...

Programming Robots Virtually 2: iRobot Simulator

In this series of posts, I am going to look at experimenting with a few  tools that allow robots to be simulated, programmed, ideally web-based, free and simple to use. In this post, I am looking at iRobots recently released free tool that can be used on computers, tablets and phone to program a simulated  iRobot Root robot  targetted at educational use. The initial inspiration for looking at this was through an  IEEE Spectrum online article ; the tool is web-based app and can be found at  https://code.irobot.com/#/   In my opinion, it's most interesting feature is the same code can be written in three different ways. The codes below were the same thing (touch the left sensor turns and draws left, similarly for the right sensor; and lastly when front bump sensor touched it moves forward and plays a C) on all three levels. You only need to write it in one and it is usually available in all three levels, potentially good for transitioning betwee...

Programming Robots Virtually 1 - VEXcode VR

For a number of years, I have been playing with robots as a means of developing programming/coding skills with students. The problem is when classes get larger or it is used as part of an assessment there is very rarely enough robots to satisfy all the students  Turner and Hill (2008) . So therefore, the search has been on for a tool that allows robots to be simulated, programmed, ideally web-based, free and simple to use. Lately, a number of interesting tools have arisen. In this series of posts, I am going to look at experimenting with a few of them. In this post, starting by looking at VEXCode VR - available at  https://vr.vex.com/ . VEXcode VR  https://vr.vex.com/   from VEX Robotics ( https://www.vexrobotics.com/ ) is a simulator and programming tool for their Scratch-like programming tool VEXCode - at the time of writing is free. If you can do Scratch this is a nice next stage, consisting of the simulator (playground) and the programming environment (s...

BBC micro bot - tweeting BBC Basic (updated)

I assume others have been playing with it for a while, but yesterday I can across the BBC Mirco Bot site  https://www.8bitkick.cc/bbc-micro-bot.html  - where you tweet  @bbcmicrobot  and run BBC Basic code on BBC Micro emulator. It returns a video of your code running.  For those of us, who either had (I didn't - ahh) or wanted a BBC Micro (that is me) it is a cool thing; combining tweeting and programming on one go. I had a go yesterday Last try @bbcmicrobot 10 REM Area of a circle 20 Radius=5 30 MODE 8 40 FOR loop=1 TO 20 50 MOVE 150,200 60 PLOT 145,Radius*loop,0 70 NEXT 80 RUN — Dr Scott Turner (@scottturneruon) April 2, 2020 This was returned pic.twitter.com/hGnijtpx0T — BBC Micro đŸ¦‰ bot (@bbcmicrobot) April 2, 2020 Have a go it is fun. @bbcmicrobot 10 MODE 18 15 FOR i=1 TO 15 20 COLOUR 128+i 30 PRINT TAB(29,10);"Twitterchats Rock " 50 PRINT TAB(36,10);" #LTHEchat #CASChat " 70 NEXT i — Dr Scott Turner (@scottturneruon...

Podcast physical computing, IoT, Industry 4.0 and others

I was lucky recently to invited to participate in a podcast on wide-ranging topics with Drs Michael Opuku Agyeman and Triantafyllos Kanakis. The discussion roamed around computing, physical aspects of computing, social benefits of technologies, industry 4.0, our research and a whole lot more. Good fun. The podcast can be found below: 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

Top read post on Blog in Feb 2020

Popular Posts Moving Eyes with an Adafruit Adabox kit One of the things I enjoy is a subscription to Adabox from Adafruit, receiving the box and very soon before that finding out what the main ... 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 Mozilla's AFrame and Jerome Etienne's fantastic... starting with NVIDA jetson nano This is the third of a planned occasional series of posts on playing with some of the current AI specific boards for Intenet of Things ... 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...

Top 10 read posts on the Robots and Physical Computing blog - January 2020

Popular Posts Playing with Adafruit Circuit Playground BlueFruit It is always a moment of excitement (perhaps I need to get a life) when the Adafruit Adabox arrives, this time is no exception with the arr... 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 ... Adafruit PyPortal from Twitter to weather I have had the Adafruit PyPortal for a while and finally got around to playing with it. The PyPortal cames as part the Adabox011   1.... Most popular post on the Robots and Physical computing Blog in 2019 The top 10 most popular posts viewed during 2019 Popular Posts Lego Robot and Neural Networks An overview of using Lego... Speech with EduBlocks on BBC microbit The microbit is a great piece of kit, not least of which because of the range of programming languages and tools that...