Following on from my Makevember post yesterday, where I tried to make turbine blades, and Failed… I fed 6050 from SG6050 into Fusion 360 and this is what it gave me: SG6050 profile To check it wasnt it that was broken, I ran the script with the defult value of […]
Arduino
I missed a Makevember post yesterday, and the one for today is going to be quite virtual again… Last time I did a post on K-9’s Back it was to work out how to read the buttons, and to do a first draft of the CADing up for the 3D […]
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 […]
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 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 […]
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 […]
Using a LED and a 560 Ω in most breadboard projects means that you end up with four pins connected for two components, soldering them up like this makes them much easer to handle.
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 […]
I found the ‘Picktor’ Pick and Place head for retrofitting on a 3D printer on Thingiverse (GitHub) As designed it uses a Nema 17 stepper motor, however I suspect that will be too big for my design. I got 3 x Nema 14 stepper motors from an old RepRap Huxley, […]
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 […]
I have spoken to Pycom support about the problems I was having updating the expansion board, and it turns out its a known issue with Mac OS 10.15 due to the security settings in the new version of Mac OS. However the expansion board should have come from the retailer […]
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 […]
With what I learnt from making PCBs last time, I was speaking to ‘The Langster!‘ at work, when I had some thoughts about improving the SMT Stencil / shield we use to apply the solder paste, I have had another quick look at the Manchester Hack-space’s IR oven, a little […]