Mapping
Concept Description
For this mapping assignment, I created a project called The Alchemist’s Oracle. The project is designed as an alchemist’s workbench used to explore possible outcomes of a transmutation process before actually performing it. The goal is to allow the Alchemist aka the user to experiment with different combinations of inputs and receive immediate visual feedback, reducing both magic material cost and risk of self evaporation. The final output is represented by a crystal that lights up in different colors, symbolizing the predicted result of the transmutation.
The system uses three different inputs, each representing a specific component in the process. The first input controls the amount of suspension being added, the second controls the stabilizer, and the third represents how much “soul” from the alchemist is embedded into the transmutation. By adjusting these inputs, the user can test different combinations and observe how the expected outcome changes through color variation in the RGB LED.
Technical Description
Technically, each input is connected to a separate analog pin on the Arduino. The values read from these inputs are mapped directly to the RGB LED channels. The potentiometer controls the green channel, the photoresistor controls the blue channel, and the joystick controls the red channel. As the analog values change, the brightness of each color changes accordingly. When only one input is active, the LED displays one of the primary colors. When multiple inputs are active, the colors blend together, creating secondary colors. This project demonstrates how analog sensor data can be mapped to meaningful visual output using an Arduino.






No comments:
Post a Comment
Note: Only a member of this blog may post a comment.