Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

maybe this is the answer resonating frequency

build a Celestial Resonant Levitation System from scratch, we’ll take it in three phases: Physical Assembly, Digital Setup, and Resonant Tuning.
Phase 1: The Physical Build
This creates the "body" of your engine using the magnetic levitation module.
Unbox the Levitation Module: Place the base plate (the part with the four coils) on a flat, non-metallic surface.
Power Up: Plug your 12V 2A Adapter into the base. You’ll likely see some LEDs light up.
Test the "Eye": Carefully hold the large floating magnet about 5cm above the centre. Lower it slowly until you feel it "pull" into the centre. When the LEDs show it’s balanced, let go.
Tip: If it snaps to the side, your "eye" is unstable. Keep trying until it floats.
Add the "Bell" (Optional): If you want to see the vortex effect, place a lightweight paper cone or a small 3D-printed "bell" on top of the floating magnet.
Phase 2: The Digital Brain (The Sync)
Now we give the module a "pulse" using your Raspberry Pi or Arduino.
Wiring the PWM Controller:
Connect the GND (Ground) of your controller to the GND of the levitation module.
Locate the Control Pin on the levitation module (usually labeled 'PWM' or 'SIG'). Connect this to the Output of your PWM Signal Generator.
Install Python: On your computer (or Raspberry Pi), ensure you have Python installed. Open your terminal/command prompt and type:
pip install requests astral
Load the Script: Copy the Python API script we created into a new file called celestial_sync.py.
Insert your API Key: Go to OpenWeatherMap, sign up for a free key, and paste it into the OPENWEATHER_KEY section of the code.
Phase 3: The Resonant Launch
This is where we "turn on" the Earth and Sun connection.
Run the Script: In your terminal, type python celestial_sync.py.
Verify the Pulse: Watch the terminal. It should say something like: Active Master Pulse: 7.8267 Hz.
The Modulation: On your PWM Signal Generator, set the frequency to match the "Master Pulse" from your screen.
Observe: Watch the floating magnet. You might notice a tiny "throb" or vibration. This is the magnet "breathing" in sync with the Earth and Sun.
Phase 4: Data Logging (Telling the World)
Start a Log: Open a simple Excel or Google Sheet.
Record Variables: Every hour, write down the Air Pressure, Solar Flux, and how stable the magnet feels.
The Success Marker: Note when the magnet feels "stiffest" or most stable. Does it align with the Sun-Moon Beat Frequency we calculated
Sign In or Register to comment.