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 […]
LED
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 […]
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 […]
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 […]
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 […]