Chernobyl nuclear plant with real radioactivity

Remixed by

Chernobyl nuclear plant with real radioactivity

Remixed by
Boost
83
145
7
GIF
GIF

Print Profile(1)

All
X1 Carbon
P1S
P1P
X1
X1E
A1
H2D

0.2mm layer, 2 walls, 7% infill
0.2mm layer, 2 walls, 7% infill
Designer
31.5 h
2 plates
5.0(3)

Open in Bambu Studio
Boost
83
145
7
13
151
26
Released

Description

Hello everyone, I modified the reactor model in Chernobyl so that it can be connected to an Arduino, powered, and actually burn.

 

I recommend not using the STL model because it does not include the negative parts for guiding the LEDs. Only the print profile contains them. The print profile also includes a pause in the print, when we have to introduce the led diodes, stick them in place with a hot melt gun. Then it won't be possible. The correct location of the LEDs is shown in the photos.

Another important thing is sticking the cotton wool. The cotton wool helps spread the light from the LEDs naturally.

 

Recommended cable routing and placement of LEDs during print pauses:

 

Because I wanted a really real reactor, I stopped the print and put a piece of radioactive rock in here. Uranium ore. Alternatively, you can buy an "ion chamber" online, which contains Americium and is radioactive. It is sold as a sensor for a smoke detector.

 

I recommend using an Arduino Nano, an NPN transistor (not a MOSFET), red LEDs rated at 20mA, and 50 Ohm resistors (48/60, anything around 50 Ohms will work). Always connect two LEDs in parallel to one resistor. Power the Arduino from a USB cable, power bank, or charger. Upload the code to the Arduino. Connect all positive terminals of the LEDs to the 5V output of the Arduino (pin +5V). Connect the base of the transistor through a 1kOhm resistor to digital output pin D3 (which supports PWM regulation). Connect the emitter of the transistor directly to the Arduino’s GND pin. The collector of the transistor should be connected to the resistors, which then continue to the negative terminal of the LEDs.

 

The "fire" LED will flash gently.

 

 

Arduino code:

"

int ledPin = 3; //

int ledPin1 = 6; //


void setup() {

pinMode(ledPin, OUTPUT);

}


void loop() {

analogWrite(ledPin, random(150) + 105);

analogWrite(ledPin1, random(150) + 105);

delay(random(150));

}


"

Comment & Rating (7)

(0/5000)

Print Profile
0.2mm layer, 2 walls, 7% infill
1
Reply
Wow, your project is truly incredible and splendid, a huge congratulations to you!!! I'd love to make the same but I can't find the ore, could you give me some leads on obtaining it? If ever I'm planning a trip to the worst radioactive zones of Chernobyl and its history during the USSR with an expert, if you're interested you're welcome
Show original
2
Reply
Hello, Would it be possible to draw a wiring diagram?
Show original
0
Reply
May I incorporate a diffuser within
Show original
0
Reply
...or utilize “Flame flickering” LEDs readily available on Amazon. Another effective modification involves incorporating a water nebulizer to generate a “smoke” effect emanating from the reactor. https://www.amazon.com/EDGELEC-Flicker-LED-Emitting-Flickering/dp/B07XKB6WH6/ref=sr_1_6?crid=341HC2JI7883K&;dib=eyJ2IjoiMSJ9.3uiraPy2QaQAKomkmwUhUPb3c540geNXMCFrPvIfp0MhbmcPEAHUAjKvVuzySHq7t5ncKqf0yq7q-k6U1SRHDl8rShcHopaU7YxlbZKPvvLtxhM4vyN3eDpILOdzxXbEtvSP4TvZVFmLO9lPToQZnKKBkiJWZGRM42ZvA_JI3ommIfmhjFNVEnaqwz-laSnc_0fQdpkGhUOOUwmhuO6cXPBiKQ6qLVo1tFnB1ZQ-6KsKghifBfW1pmc0fJA26BMqv1iEtKuPY1RaCGDS-wOIDWNdCxdx5Nqsu-OZX8YnTYJfUCtSn6O8INRF4ILwwyR-0dDuv5Gh-tqA8b4GMKjztaHjjfSB7NVBlH8KDjVptv2iUal2ET2IvHfGEvWC8IEeMrgKgvFekDKz8Z5UsgBWM0Qwyjxx62GA-yK33sDz4dY0Eq_zhcTJLcCeA80EqCr-.OWoAY7NqrrvtLWzMFLY7QDKIH7VMw0Ql3P7XjMY0GAQ&dib_tag=se&keywords=flame%2BLEDs&qid=1738547925&sprefix=flame%2Bleds%2B%2Caps%2C171&sr=8-6&th=1
(Edited)
Show original
0
Reply
Boosted
Print Profile
0.2mm layer, 2 walls, 7% infill
0
Reply
Print Profile
0.2mm layer, 2 walls, 7% infill
0
Reply
No more