SHENZHEN I/O
SHENZHEN I/O mods
A mod changes the game itself, so it is tied to a game version and to whatever loads it. Filter by both and you get the list that will actually load, not the list that mentions your version somewhere in a description.
- GREATEST COMMON DIVISOR (GCD)by renard50 downloadsupdated 10 y ago
- POTATO PEELERby Yom50 downloadsupdated 10 y ago
- THERMOSTATby joewahoo50 downloadsupdated 10 y ago
- PULSE GENERATORby acidCumuluskeypad is an XBus input connected to a numeric keypad. pulse is a simple output connected to an electronic device. When a value is received from the keypad, send that many pulses to the connected electronic device.50 downloadsupdated 4 y ago
- AIRCON THERMOSTATby SL7205My first attempt at creating a specifications. Quite simple one though. Based on how normal aircon system works.50 downloadsupdated 10 y ago
- CLAP LIGHTby rededeTake information from sound sensor to identify the claps by neglecting noise, then turn light on and off with each two claps.50 downloadsupdated 5 y ago
- VECTOR MULTIPLIERby Fendse49 downloadsupdated 10 y ago
- Remote Door Unlockby AndrewBuild a receiver to check codes and control an alarmed door: - *radio-rx* is a non-blocking XBus input connected to a radio receiver. - *door* is a simple output connected to a door lock. - *alarm* is a simple output connected to an alarm. - When a value is received from *radio-rx*, if it matches...49 downloadsupdated 4 y ago
- INVERSIONby OrangeFlash49 downloadsupdated 10 y ago
- TRANSMISSION DELAYERby 18111398Delay the inputs... but for different lengths of time.49 downloadsupdated 10 y ago
- REVERSE NONARY MAPPINGby ShadowClusterWe are making a new type of encoding that involves flipping numbers around to obfuscate the meaning of data, so we have decided to test this out. For this test, reverse 3 bits of nonary (Base 9) to its bit-reverse premutation.49 downloadsupdated 10 y ago
- 8X8 MATRIX TRANSPOSITIONby ShadowClusterNow that we have it done for 4 by 4, we have also been asked to do it for larger matrices. The assignment now is to transpose the 8 by 8 matrix with the same rules and assumptions.49 downloadsupdated 9 y ago
- BUGGY WIRELESS ROUTER FIXERby armin.rigoSome wireless routers are not exactly models of stability, to say the least. Design a small device to reset yours automatically (power off, power on) if it seems to have crashed.49 downloadsupdated 10 y ago
- GUITAR TUNERby 76561198344932900Given a frequency, output whether the frequency is high/low/exact compared to the target frequency. There are 6 strings to tune, so you must also determine and output which string is being tuned. Difficulty level: somewhere between easy and medium. Optimisation challenge: 9 lines of code. (Hard)49 downloadsupdated 9 y ago
- MOTORISED COORDINATE TRACKERby ShadowClusterThere have been some problems with our synchronisation of observed movement of the bot and predicted movement. Therefore, we want you to make a program that takes data from the motors directly and estimate the location of the bot. It isn't meant to be perfect, we just need data to cross-reference...49 downloadsupdated 9 y ago
- LEARNING REMOTE CONTROLLERby neocat49 downloadsupdated 10 y ago
- DONUT PRO+ FROSTING UNITby AugustGlaze, frost, and drizzle tasty donuts for the DONUT PRO+ automatic donut maker. Supplemental Materials Required! DOC:49 downloadsupdated 4 y ago
- THREE-BIT SHIFT REGISTERby jercosA real-world part, shrunk for more practical implementation. Should be simple to solve, but challenging to optimize.48 downloadsupdated 10 y ago
- MONTY HALLby monomachyMonty Hall is a famous brain teaser. Create a device that simulates it for the player!48 downloadsupdated 10 y ago
- Signal Spliterby A Barrel Of SpokesTake an input, and output half of its value to the ouputs. Quite interesting to accomplish since there is no division function in Shenzhen.48 downloadsupdated 10 y ago
- DECAYING WAVEFORM GENERATORby Cunningham.RJC48 downloadsupdated 10 y ago
- QUADRATIC ROOTSby RP048 downloadsupdated 9 y ago
- COMPACT KEYLOGGERby SteveWithAQA simple modification of the default pulse generator, with the addition of a logger. It's so simple, we've decided to save more moneyby reducing the size of the PCB. You don't need that much space for this.48 downloadsupdated 7 y ago
- FIBONACCI SEQUENCERby shigawireFor my first ever puzzle: All the fantastic adventure of calculating the Nth number in the Fibonacci sequence! 1, 1, 2, 3, 5, 8, 13, ... This is the easy version where outputs are never larger than 999. ( For the more masochistic , I've posted the 'Extended Fibonacci Sequencer' in my workshop wit...48 downloadsupdated 5 y ago
- MND-8:MYSTERY DEVICEby FirazulIt is recommended you read the email in the photos. This is part of a series, starting with MND-1.48 downloadsupdated 21 mo ago
- SELF-DRIVING TRAINby wchpshCreate a working design for a self-driving train, which must speed up or slow down to the maximum permitted speed for any given section of track, and come to a complete stop at each station. --- max is an simple input that returns the maximum permitted speed for a given section of track. station...47 downloadsupdated 5 y ago
- MISSING IN RANGE (8/9)by ShadowCluster47 downloadsupdated 9 y ago
- STES CONTROLLERby Overweight_SatanThe Tendo corporation was happy with the controllers you made before and has approached you to build the controllers for their upcoming Super Tendo Entertainment System, or STES for short. Now with a revoulutionary new feature... The D-pad!47 downloadsupdated 10 y ago
- RUN LENGTH ENCODINGby nullsec47 downloadsupdated 10 y ago
- TOY MONSTER CATCHING CAPSULEby monorailMy solution comes in at ¥13/402p/35l, though I'd be surprised if that couldn't be optimized.47 downloadsupdated 10 y ago
- TEST SPECIFICATION, PLEASE IGNOREby jfryk47 downloadsupdated 10 y ago
- CHRISTMAS LIGHTSby Will play for moneyGet festive and design a 4 mode 2 channel light controller.47 downloadsupdated 10 y ago
- DUAL PULSE SPECTRUM ANALYZERby sebdul47 downloadsupdated 9 y ago
- COPRIME GEARS - CHDby ShadowClusterAt Cluster's Home Depot, we value all future customers. A fitting robot has been assigned to replace all gears in a line, but there has been a problem with gears' teeth wearing down due to the teeth not being coprime. We are assigned to read from a scanner refitted into the robot to determine if...47 downloadsupdated 10 y ago
- DIGITAL SIGNAL MIXERby DewinMy first custom specification. Input A and input B are simple inputs connected to audio sources. Volume A and volume B are simple inputs connected to volume control knobs, representing a percentage (100 = 100%) Output should equal the average of floor(input A × volume A × 0.01) and floor(input B...47 downloadsupdated 10 y ago
- MC4010Wby armin.rigoRemember the MC4010, used only in the "prototyping new ideas" area? An arithmetic unit. Because of its success, or maybe despite its lack of success, we decided to design the "MC4010W". This kind of computation co-processor is a bit of a niche product nowadays, but there are always old-school big...47 downloadsupdated 10 y ago
- Program a calculator that multiplies [try not using "mul"]by LenoreAt first look it looks really easy and it is BUT i encourage you to not use the " mul " command ,making it an actual challange. Soulution without using mul command :46 downloadsupdated 8 y ago
- MODULAR MULTIPLICATION IIby RP046 downloadsupdated 9 y ago
- RECIPROCALSby RP046 downloadsupdated 9 y ago
- MND-6C:ICY HOT (°C)by FirazulThis version is in Celsius (°C), if you prefer Fahrenheit (°F) look for MND-6F. This is part of a series, starting with MND-1.46 downloadsupdated 21 mo ago
- SWITCHby 76561198397391104in is an simple input to be use. out is a simple output to be use. When in is greater than 50, toggle out.45 downloadsupdated 3 y ago
- BOGO SORTby userYep. It's exactly what you think.45 downloadsupdated 3 y ago
- PALINDROMESby RP045 downloadsupdated 9 y ago
- MOTOR COORDINATORby JackeeaLet's coordinate some motors!45 downloadsupdated 10 y ago
- SEQUENCE DETERMINERby Blip-id-did-diptake three xbus inputs and output what type of sequence they represent and the constant in that sequence sequence will be: type 1, linear: Cx type 2, quadratic: Cx^2 type 3, exponential C^x and 0 <= x <= 4 , 2 <= C <= 5 output the type number followed by the value of C. for example, if the input...45 downloadsupdated 10 y ago
- QUADRATIC EQUATION SOLVER (SIMPLIFIED)by taiksHave you ever thought about solving QUADRATIC EQUATIONS here in SHENZHEN I/O? Here's the first step: a simple x^2 + bx + c = 0 equation with positive integer roots. Ready to rock your brain?45 downloadsupdated 10 y ago
- DC MOTOR BRUSHby 76561198992897132Current is a simple input, connected to the "+" side of the battery Coil is a simple output connected to the coil of the motor When a current is passing, DC Motor should spin, it needs to have a brush to switch the current, so the coil can have a torque to one direction The coil is spinning faste...44 downloadsupdated 4 y ago
- BATTERY MANAGEMENT SYSTEMby sondreixixThis simple device should monitor the voltages measured by an external module, and trigger a shutdown-signal if an error-condition occurs.44 downloadsupdated 10 y ago

