User Tools

Site Tools


resources:electronics:start

Electronics

Sometimes it is fun to experiment with electronics. There is a range of electronics tools available in the space, along with a range of useful electronic components.

List of Projects

Giant Robot ArmGiant Robot Arm Some notes on the Microbot Alpha II (or 'Teachmover') robot arm. Electronics The base of the arm contains one PCB, marked “Microbot Inc. Alpha Motor Drive Assy: 10131 Rev A” (serial 636). It contains 12 single-phase stepper drivers (a combination of RIFA and ST PBL3717 ICs), as well as two LM339N quad comparator ICs.
HackyLEDsHackyLEDs HackyLEDs was/is LED lights with homemade controllers that were kept in the upper floor of engage_space Location * 2x installed and in use in the ceiling; one flood and one strip light. * 2x stored unused under the left-side desk in the social room; one flood and one strip light.
LED Ping Pong PongLED Ping Pong Pong We were going to create a pong game, that could use an array of LEDs as a screen. Rob made an awesome LED array. [300px] And some code for it <https://github.com/ormiret/micropython/blob/master/send-udp.py> The code is living in <https://github.com/hackerdeen/pong> though it's not finished yet. Notes from IRC... actually that reminds me, andygasman: I
RAD RobotRAD Robot There is a Robot, a Toymax RAD from 1998, which is missing a controller (49Mhz). It could be a project someone to work on. Some maybe useful links... * <https://robotsupremacy.fandom.com/wiki/R.A.D._1.0> * <http://radhack.blogspot.com/> * <https://www.theoldrobots.com/rad.html> * <https://community.robotshop.com/forum/t/rad-1-0-hack-airsoft-battle-droid-by-josh-starnes-powered-by-ez-robot/5869> project dormant electronics
Stem Project IdeasStem Project Ideas This is a page for STEM project ideas, things we can do as workshops or at events like MayFest, TechFest, IET open doors day and such like. This is a place for everything from raw ideas to completed projects. It was created after a mailing list thread, see

List of Workshops

Battle Brushbot WorkshopsBattle Brushbot Workshops OpenSCAD code: //Facet Number $fn=100; difference () { // £1 coin model translate([0, 0, 0]) cylinder(h = 3.15, r1 = 11.25, r2 = 11.25, center = false); translate([0, 8, 0]) cylinder(h = 4.15, r1 = 1.5, r2 = 1.5, center = false); // Letters scale([1,1,-5]) rotate([0, 0, 0]) translate([-4, -6,-0.8]) linear_extrude(1) text("E", font="Liberation mono:style=Bold"); }
Make it GloMake it Glo 150px|thumb|right|An early concept sketch showing the end-product idea of the workshop, the 'MakeIt-Glo' Let free your creativity whilst gaining hands-on experience programming embedded micro-controllers. MakeIt-Glo is a three hour electronics introduction workshop where you'll build a flexible, freestanding set of high-powered colour 'pixels' based on the WS2812B LED-on-a-chip. These pixels are a brighter version of popular [

List of Articles

iPiiPi The availability of small cheap (~£10) screen components for the Raspberry Pi is a great solution looking for a problem. It's called an iPi, because it's like a iMac, er, sort of. Hardware The screen is ok, at 480×320 it has a 3:2 aspect ratio and 165ppi. The viewing angles are not really close to current mobile phone standards, but are ok. The best docs about the screen seem to be on the LCD Wiki at
resources/electronics/start.txt · Last modified: 2022/09/07 13:09 by hibby