Projects

Electronicsy Stuff

I've enjoyed tinkering with electronics for a long time, but over the last few years I've had more opportunities to play with electronics and microcontrollers as part of my PhD and subsequent job. Apologies to any actual Electrical Engineers who find my schematics/designs!

Code

  • Simple solar system sim (2D) Use arrow keys to change the view, up arrow to view orbits.
  • JLMC. A Java version of the little man computer used to teach assembly programming in secondary schools. Provides a few extra features that the web version does not such as saving documents and better debugging / error messages.
  • Defuse Activity. A team building exercise in which a team of students attempt to "defuse the device" using binary arithmetic. Project includes all of the files, schematics and code for creating your own.
  • Technobit.Schematics and code from creating a microbit shield that provides it with RFID functionality and a screen. A simple shopping demo is provided in which microbits query a server for details on a RFID id and can add / remove items.