Multiple:
https://youtube.com/shorts/NoOGQgZXSFo?si=Z5R-h7uRKKgGvX2J
RGB:
https://youtube.com/shorts/yCtdKCLPvPk?si=AQTYnOO0-gorzLmn
Fade:
https://youtube.com/shorts/XZ0H8V0Mv-Q?si=YtVabXFqbDap7m-i
Blink:
Halloween is my favorite holiday! So naturally, I had a lot of ideas for this project. It stemmed from characters I have seen in media like JOI from Blade Runner 2049, Bella from the Winx Club, and more.
After some more thought, I wanted to choose one idea from media, and have the others be original ideas.
Idea 1: Psyclocke from X-Men


Materials:
Idea 2: Deep Sea Creature

Materials:
Idea 3: T.V Head


Materials
Finally, I soldering and connected my first RGB LED Strip to my bread board. I have made another TikTok vlog recording my process!
Welcome to Sofia’s Arduino Exercises of the week!
I enjoyed being able to put them together. I made a TikTok of all my videos. Click it here to view it!!!
Its been 5 months and 5 days since I’ve joined SVA and its a bummer that I still don’t know what most floors above or below me organize on the daily. The poster-bombing usually works as a trigger for to take my phone out to for a picture, But then 5 pictures later, I would never remember it again.

I’ve always been intriged by the concept of ‘waiting and time’ and how its degrees affect thought. For example : ‘I’m waiting for a train’ makes me think about 198838203 different things but as soon as I know my train is a little late, its one single unified thought about ‘why this train is late’.
Basically, ‘the time you spend waiting’ and how does one compute ‘waiting for something’ really thrills me.
Therefore, the digital bulletin board (TODAY) tells you what’s happening today for the 30 seconds you wait in a lift. It’s designed for Informed delight.
Now imagine you get into a lift with a child and he/she presses all the buttons… well … hold onto those intrusive thoughts cause TODAY, TODAY can keep you company.
Materials Used :
Instructables Tutorial Link – https://www.instructables.com/Digital-Bulletin-Board/
Wiring



Connect the components on the breadboard as follows:
OLED Display
Error battles and the serial monitor


Enclosure

Forms took shape!


Future
I will continue with my Cyber Buddhist niche
I drew my storyboard in more detail

(It could be making a shrine and putting a screen in it, or it could be using a TV)

Cyber Buddhist niche style design:
I drew a design of a Buddha statue that will be projected onto the screen
I drew a printed Incantation paper:


(I will choose whether the charm is black or white based on the print effect of the printer)
prototype and circuit:


HPD482 printer = HPD482(); // Instantiate the printer module
void setup() {
pinMode(13, OUTPUT); // LED
// Printing starts here *//
printer.Print_SetDeep(8); // Set print color depth (used to modify print color depth, not necessary to set every time, already in the initialization, this line can be omitted)
printer.Print_Lines(5, 2); // Print 5 dashed lines with a spacing of 2mm
printer.Motor_Run(24, 0); // Rotate the stepper motor by 24/8=3mm for paper feed
printer.Print_Img2Lcd(0, (u8)Image, 1); // Print the image at coordinates 0 printer.Print_Img2Lcd(20, (u8)Image, 1); // Print the image at coordinates 20
printer.Print_Img2Lcd(44, (u8)Image, 1); // Print the image at coordinates 44 (the part exceeding the print range will be cropped) //* Printing ends //
}
void loop() {
if (digitalWrite(13) == 1) {
printer.Print_Img2Lcd(44, (u8*)Image, 1); // Print the image at coordinates 44 (the part exceeding the print range will be cropped)
}
}
Instructable link:
https://www.instructables.com/preview/E84OSMBLP8CJ7FX/
Google Doc:
https://docs.google.com/document/d/14P15nyfHn5E__6BFYVOq32yIpIK7rnOBctmEpH_VaYA/edit
Final idea:

Material:
Carton board
Transparent black plastic sheet
White and Black paint
LED light strip
(Lamp strip to be used:https://www.adafruit.com/product/1463)
Wire
battery box
Complete suit
Production progress:
1.Cut the side of the monitoring head out of the cardboard

2.Make bottom surface


3.Make the side facing forward


4.Make the slot for the head


5.Making the top cover

6.Raise the interior of the top cover+Fixed top cover


7.try on

LED design scheme
LED light circle emits red light and then white light-Simulate the lighting effect monitored by surveillance cameras

Tinkercad link:
https://www.tinkercad.com/things/2LNKiK57oPS?sharecode=KtO6puliJ8ZjsL72h6gmWmYd2NwGsdVDVRzPIZPjFts



Effect demonstration
Here are the videos and some screen recordings for the Arduino homework
Hello,
I had a lot of fun with the RGB LED this week. Instead of using a pingpong ball to diffuse it I used a flexible plastic material and was able to film the subtle differences in color through my phone’s camera by placing the plastic directly on the lens of the camera. I played some Amadou & Mariam in the background for rhythm:
In the second exercise for this week it was hard to get super creative, but I was able to change the rate of fade. Here is a faster fade than the original with the delay at 5:
Thank you for visiting!