Skip to main content

Junkbot project evolves:1. The idea

Taken from: http://computingnorthampton.blogspot.co.uk/2014/07/physical-computing-junkbots-with-brain.html

Figure 1
A new stage for the Junkbots project (http://junkbots.blogspot.co.uk/ ) starts this week. Up to this point the junk bot building has largely being about building a moving (or drawing) 'bot' moved by vibration - limited control, but fun.

This week, A Nuffield funded bursary student starts working on investigating whether LEGO NXT or Raspberry Pi based solutions can be incorporated with the bot to add some control of the movement (still by vibration).


Idea One 

Is to add a LEGO NXT brick, plus motors that are made to vibrate, to a junkbot similar to one shown in figure 1. The motor and broken propeller combination being replaced with the NXT brick and LEGO motor. A good potential feature is it a self-contained unit with power and control together, as well as being potentially fairly simple to set-up.


Idea Two

Is to do a similar approach as idea one but keep the motor and broken propeller combination but control the motors via a Raspberry Pi.



For both approaches there are questions to be considered including 

  • Will the additions be too heavy? 
  • If it is too heavy could it be done with a single controlled motor?
  • What is the best programming choice?
    • For idea one is it the language that comes with the NXT or other programming language?
    • For idea two Scratch or Python?
  • How much control is there?
  • For idea two is this too complex to be taken into schools.

It is hoped that in the end, there will be some resource for others to use, that involves relatively simple 'robot' programming of a junk-based robot.

Details of the work will be published on the Junkbots Blog (htttp://junkbots.blogspot.co.uk/ ) as the project progresses.


If you would like to know more about the Junkbots project contact scott.turner@northampton.ac.uk

Comments

Popular posts from this blog

junkbots 3 - bring it all together

Junkbots session 3: Move the robot but now there are rocks in the way.  This is the last of three posts - Introduction and sequence - Loops and just having fun - This one: Making decisions and bringing it all together. What is the Junkbots project The Junkbots project has been running for a number of years as an initiative to bring sustainability, computing and engineering together by building bots out of junk; details of the project can be found at.  https://junkbots.blogspot.com/  . Junkbots is an extension of the Research into the teaching problem-solving going on at the University of Northampton please feel to visit  https://computingnorthampton.blogspot.com/2019/01/problem-solving-research-outputs-and.html  for more details.   What are we going to do? ·         Play with a Scratch robot on the screen! ·         Build on the routines from the previous session. ·    ...

Junkbot Raspberry Pi: 2 Raspberry Pi Junkbot in action

First video of a junkbot being controlled by a Raspberry Pi. The bot was developed by Hayden Tetley and Scott Turner. Hayden's time was paid  for through the Nuffield Research Placements  Scheme ( http://www.nuffieldfoundation.org/nuffield-research-placements ). Next post will provide further details on how this was done. If you would like to know more about the Junkbots project contact scott.turner@northampton.ac.uk

Junkbot Raspberry Pi: 1 ScratchGPIO

A development I have being wanting to develop for a while is the combine the Raspberry Pi with a Junkbot to add some control.  This the first of postings about these experiments. All the development will be around ScratchGPIO ( http://cymplecy.wordpress.com/scratchgpio/ ) so this posting will look into its use . Why ScratchGPIO? Short answer - simplicity. It is designed to look and work like Scratch ( http://scratch.mit.edu/ ) but allowing access to board that can drive motors. Installing ScratchGPIO? As a suggest use as lastest as possible version of the operating system as you can on your SD card. Initially we had trouble with missing Python files that was resolved when using an updated version of the operating system. In the LXTerminal Type in: sudo wget http://goo.gl/Pthh62 -O isgh5.sh then type in sudo bash isgh5.sh You should get to new icons for ScratchGPIO5 and ScratchGPIO5Plus Now use these instead of the Scratch that came with the operating...