A while ago I picked up these buttons for my Dr Who’s K-9 robot from AliExpress, Hobby Components have similar available online, The ones I purchased are SPDT with a 24 V DC incandescent bulb in them, regardless of the button colour they are all illuminated with a white incandescent […]
Arduino
Following on from Week 1 and talking about faking it with an Arduino, we will use UnoArduSim.exe and iCircuit to model the first few circuits from the Oomlout.com’s “Experimenter’s Guide for Arduino” (Full kit was available from here). Oomlout have made the ARDX-circuit-sheets available separately to their guide PDF. Circuit […]
If you want to learn Arduino programming, but don’t always have access to a box of physical hardware, there are a number of Arduino Simulators available, however one of the best ones I have found to use, is also free. UnoArduSim Arduino is a great platform, but If you’re trying […]
Following on from week 1 and week 2, we will be continuing our way through Oomlout’s Arduino Guide, at this point however we hit a snag with using iCircuit. Annoyingly iCircuit is unable to deal with arrays. An array is a cunning way of holding multiple variables inside a single […]
Most of the stuff you will need to do the electronic projects I do on this site can be got by going to Amazon (I have affiliate links), I know I have mentioned the Oomlout Starter Kit for Arduino, However I fear that this is discontinued 🙁 The Oomlout Starter […]
I picked up a 37 in 1 box sensor kit from china, it includes basic components and sensors, and is compatible with Arduino and Raspberry Pi The Package Included (their description): Small passive buzzer module KY-006 2-color LED module KY-011 Hit sensor module KY-031 Vibration switch module KY-002 Photo resistor […]
A fair while ago Swindon Makerspace started a group project called LogoBot, a cheap, expendable and extendable easy to build robot for playing with. Even longer ago I bought a MiroBot from kick-starter, it had lived in a box, and parts of it had got damaged. Tamarisk showed me and […]
I have started putting these on Github so you can also follow along. In Weeks 2, and 3 we were driving LEDs directly from the Arduino, While the Arduino can drive a LED directly from a pin, if you want to power something that draws more power like a motor, […]
Following on from last week where we drove a motor in one direction with the help of a simple amplifier, this week we are going to have a go at driving a servo. Those of you who read older posts in my blog will know I have done this before […]
This week we will be having a play with a 74HC595, the Data sheet lists it as an 8-bit serial-in, serial or parallel-out shift register with output latches; 3-state.” In other words, you can use it to control 8 outputs at a time while only taking up a few pins […]
Like the bearing size code, resister values for LEDs is something that I keep needing to work out, or just go back to my nominal somewhere between 200 Ω and 1 kΩ rule of thumb. While I could work it out every time I need it using and then chose […]
At work, I am trying to make some automated test equipment, (I also have some personal test equipment to automate as well). At work I use MS Windows 10 for my laptop, home I use macOS, and for embedded test equipment I am planning on using Raspberry Pi and Pi […]
After my last attempt at getting MyOpenLab to work on macOS, I posted my question on the MyOpenLab Facebook group, where I was given the following response: Hello, what version of MyOpenLab, Java and OSX are you testing? You could test the most recent development version: https://myopenlab.org/…/distribution_macosx_3.12.1.zip The fail could […]
I have been trying to design a K9 for 3D printing for a while, even using Fusion 360 getting the body design has been a stumbling block, On Facebook, there is a k-9 builders community and a link to a OneDrive account with 200 x 200 sliced STLs. I have […]
I know there are probably about a million of these tutorials all over the internet; however, this is my setup, so I know what I did should I need to do it again… Prerequisites VS Code needs to be installed on your system. The standard Arduino IDE needs to be […]