Not a member yet? Why not Sign up today
Create an account  

Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 349
» Latest member: Loomots
» Forum threads: 408
» Forum posts: 864

Full Statistics

Online Users
There are currently 254 online users.
» 0 Member(s) | 252 Guest(s)
Applebot, Bing

Latest Threads
аниме повелитель тьмы на ...
Forum: General Science
Last Post: Loomots
Yesterday, 02:50 PM
» Replies: 0
» Views: 15
full pdf about TPU and RO...
Forum: Files
Last Post: Mozart
11-13-2024, 06:57 AM
» Replies: 1
» Views: 61
diode cascade
Forum: Alternative & Free Energy
Last Post: freemind
11-11-2024, 06:50 PM
» Replies: 4
» Views: 140
Diode as a Universal Ener...
Forum: Research And Concepts
Last Post: JoeLag
11-10-2024, 02:01 AM
» Replies: 0
» Views: 45
Holy Grail of Wireless Ov...
Forum: Alternative & Free Energy
Last Post: Soloma369
11-09-2024, 08:05 PM
» Replies: 2
» Views: 903
Moe-Joe Cell
Forum: Alt Science
Last Post: sollaris1989
11-09-2024, 07:56 PM
» Replies: 1
» Views: 334
Benefactors Rodin Coil Gu...
Forum: Alternative & Free Energy
Last Post: Soloma369
11-09-2024, 07:48 PM
» Replies: 2
» Views: 543
UFT solved??? The Unity E...
Forum: Alternative & Free Energy
Last Post: Soloma369
11-09-2024, 05:55 PM
» Replies: 0
» Views: 47
Update On Things
Forum: Announcements
Last Post: Soloma369
11-09-2024, 05:29 PM
» Replies: 2
» Views: 208
Quantum Wave Mechanics - ...
Forum: General Talk
Last Post: ephemeralt8
11-07-2024, 09:14 PM
» Replies: 0
» Views: 42

 
  99% efficient inverter of Arie DeGeus
Posted by: Mozart - 01-29-2024, 07:18 AM - Forum: Electonic Projects & Schematics - No Replies

Enjoy !



Attached Files
.pdf   NL1031494.pdf (Size: 598.21 KB / Downloads: 52)
Print this item

  Don Smith inventions
Posted by: Mozart - 01-27-2024, 12:30 PM - Forum: Alternative & Free Energy - Replies (4)

Anyone willing to discuss open working principle and tips for building for 2 of the 3 arrangements, respective method of plasma dipole and method of coil dipole  for generation and methods of input control with the output help ?

Also similarities with other inventions which all employ the same principle and observations of phenomena and gain mechanism. Why none of relativistic embracers can have higher output than input and why all that diverge from relativistic theory can show and prove higher output than input.

Simplicity and main focus. Where and how losses are introduced in a generating system ? Power transfer, power distribution, power usage, methods and mechanisms, difference between DC and AC and how they “travel”.
Magnetic force, field and flux, what they are and what they do ?

What is capacitance, inductance, impedance and frequency and how they affect magnetism and electricity, how to manipulate their effects to obtain a certain desired gain being electrical, magnetic or physical ?

Also, explanations of why people ignore to observe magnetic flux in a circuit and always focus on electric side only.
What a disturbance in local environment is and what are the consequences ?

Power in electric circuits:
Kinetic power = Electrical power + Magnetic power
Electrical power = Kinetic power + Magnetic power
Magnetic power = Electric power + Mechanical power

Virtual electric, magnetic and kinetic power ? Methods and practical applications ? What leverage is and how can be applied in electrical circuits ? Conversion versus amplification, understanding the mechanism ?

Anyone ?

Print this item

  Caduceus coil
Posted by: youshitsune - 01-07-2024, 04:22 PM - Forum: General Talk - Replies (12)

I'm having problems producing scalar waves. I use XR2206 function generator as PWM. But, it shorts. Is that problem with frequency or something else?

Print this item

  App To Calculate Heaviside One Wire
Posted by: JoeLag - 01-02-2024, 07:04 PM - Forum: Alternative & Free Energy - Replies (4)

Good day folks. Here is a python program I made to calculate the heaviside component of the one wire system.

   

Code:
import tkinter as tk
from math import pi, sqrt

def calculate_heaviside_component():
    # Constants
    mu = 1.25663706e-6  # Permeability of free space (H/m)
    epsilon = 8.85e-12  # Permittivity of free space (F/m)
    c = 1 / sqrt(mu * epsilon)  # Speed of light in vacuum (m/s)

    # User input
    voltage = float(voltage_entry.get())
    frequency = float(frequency_entry.get())

    # Assume a certain distance from the wire (e.g., 1 meter)
    distance = 1  # meters

    # Calculate the peak electric field
    electric_field_peak = voltage / distance

    # Convert to RMS values
    electric_field_rms = electric_field_peak / sqrt(2)
    magnetic_field_rms = electric_field_rms / c

    # RMS Heaviside component (Poynting vector magnitude)
    heaviside_component_rms = electric_field_rms * magnetic_field_rms

    # Display the result
    result_label.config(text=f"RMS Heaviside Component: {heaviside_component_rms:.6f} W/m²")

# Create the main window
root = tk.Tk()
root.title("RMS Heaviside Component Calculator")

# Create widgets
voltage_label = tk.Label(root, text="Voltage (V):")
voltage_entry = tk.Entry(root)
frequency_label = tk.Label(root, text="Frequency (Hz):")
frequency_entry = tk.Entry(root)
calculate_button = tk.Button(root, text="Calculate", command=calculate_heaviside_component)
result_label = tk.Label(root, text="RMS Heaviside Component: ")

# Layout widgets
voltage_label.grid(row=0, column=0)
voltage_entry.grid(row=0, column=1)
frequency_label.grid(row=1, column=0)
frequency_entry.grid(row=1, column=1)
calculate_button.grid(row=2, column=0, columnspan=2)
result_label.grid(row=3, column=0, columnspan=2)

# Run the application
root.mainloop()

Print this item

  Hydrogen Generation Done Right
Posted by: JoeLag - 12-26-2023, 09:13 PM - Forum: Alternative & Free Energy - No Replies

This user seems to really understand.

Print this item

  A Cheap Ready made Ion Valve
Posted by: JoeLag - 12-23-2023, 07:05 PM - Forum: Alternative & Free Energy - No Replies

What do you folks think of using this as an ion valve?

https://www.aliexpress.com/item/10050063...Tez5Pkgivq

https://video.aliexpress-media.com/play/...ition=h265

Print this item

  SoundCard Pulse Generator App
Posted by: JoeLag - 12-18-2023, 05:21 PM - Forum: Electonic Projects & Schematics - No Replies

Here is an application I made. It is a web app to uses soundcard or bluetooth as a trigger controller with a simple circuit hookup.  

Print this item

  TFF and Neg Resistance graphics from Mr.T.
Posted by: Mister.E.M.F. - 12-16-2023, 09:34 PM - Forum: Alternative & Free Energy - No Replies

Torsion Field Physics via movie snaps

Print this item

  Ambient Powered AC Amplifier
Posted by: JoeLag - 12-08-2023, 02:54 AM - Forum: Alternative & Free Energy - Replies (1)

I posted this video on youtube a while back. 



And guess what, As messy as it is, I found my circuit diagram! Shared here exclusively if this sort of thing interests you. This was many years ago very early on in my research.

   


I'm sorry I have a hard time following this many years later, I should of left more notes Sad

Arg I sucked at schematics, might be a few errors here, Those transistors should be configured as full bridge diode rectifiers with super low forward voltage loss. I think was the idea here.

Looks like I might have to clean this up here is the idea now its coming back to me.

Using electret antenna two separate antennas, Each on its own AC full bridge rectifier build with transistors acting like diodes. Trying to exploit the negative like resistance of a "tunnel" diode. One stage charges a cap and triggers a transistor to pulse another charged up cap from the other rectifier circuit. This outputs a square wave pulse. This pulse once again charges another small cap that triggers a flyback transistor HV supply stage simple joule thief like. This drives the Kapagen coil, That outputs a spark gap more negative resistance, Optimal you can kick start the oscillator with a dead battery for a moment. To start the feedback. The output feeds into a VT acting as "ion valve like" and rectifier cold reaction, but it outputs X-rays and more radiant energy, pulsed into a normal step down transformer for a high current output. Ouuf I really got to remake this schematic but yeah that's what I tried to draw at the time.

I think I should re-explore this now with everything more I learned. I knew nothing about one wire systems and the heaviside component of the wire etc...

I think I may have been on to something good here without really knowing at the time what to do with it....

Print this item

  Ion valve by JOEL LAGACE
Posted by: Mozart - 12-02-2023, 10:17 PM - Forum: Chemistry - No Replies

There is a patent (expired already) of Arie DeGeus.

Also can be found under european patent NL1033078



Attached Files
.pdf   WO0231833A1.pdf (Size: 1.53 MB / Downloads: 37)
Print this item