Javascript Binary to Denary

I wrote this but I am not sure I can use it for the purpose I wanted. Feel free to use if it’s useful to you! <html> <head> <style> input[type=’text’] { font-size: 24px; } </style> <script type=”text/javascript”> // A quick and dirty binary to denary converter in Javascript // I wrote it to use withContinue reading “Javascript Binary to Denary”

Arduino binary counting machine

I’ve been using the Arduino with my groups of Year 11 enthusiasts and we’ve been exploring together some of the tutorials and demo set ups, which is all reasonably exciting, but doesn’t really offer much of a progression. You wire up a circuit according to the diagrams, you download the code, you run it, itContinue reading “Arduino binary counting machine”