Shenzhen I/O #3 - Diagnostic Pulse Generator

Another day another Shenzhen I/O puzzle. In order to test some of our new manufacturing equipment, we need a pulse generator with certain requirements (specifications). However, instead of buying one at the market price, I thought we could simply create our own. For this project you will need to make use of conditional execution. Please continue your study of the language reference. As a refresher, checkout the Language Reference Card in the first post....

March 18, 2021 路 1 min 路 140 words 路 Robert

Shenzhen I/O #2 - Control Signal Amplifier

Today we鈥檙e doing another Shenzhen I/O puzzle. As this is the second task, the puzzle is again quite simple. As a reminder, we do have the following command documentation: The task is to amplify a signal. As we can see from the verification tab the output has to be higher than the input - twice as high, to be precise. This seems fairly easy, we just need to multiply the input signal with 2 and output the result....

March 14, 2021 路 2 min 路 246 words 路 Robert

Shenzhen I/O #1 - Security Camera

A few days ago I tried out SHENZHEN I/O. It is some kind of puzzle game in which you need to solve little tasks using assembler and programming a microcontroller. The solution is then ranked in three categories and compared to friends: Product Cost: depends on the hardware you did choose Power Usage: Is increased with more complex and expensive commands Lines of code There is no tutorial. All you have is a 50 sheet documentation about the chips an the commands....

February 24, 2021 路 2 min 路 315 words 路 Robert