Building a CLP/CLA system is a multi-phase project.
Goal: Validate field topology calculations and CH_0 sensing with off-the-shelf components. Budget: ~£150–300. Time: 1–2 weekends.
Helmholtz pair (simplest multi-loop topology):
Winding:
Field estimate: For (N = 100) turns, (I = 2) A, (a = 0.1) m, on-axis center field is:
[ B = \frac{\mu_0 N I}{2a} \approx \frac{(4\pi \times 10^{-7})(100)(2)}{2(0.1)} \approx 1.26 \text{ mT} ]
This is in the measurable range for hobbyist Hall sensors. build-electronic-circuits
Hall effect sensors for field mapping: build-electronic-circuits
Wiring (SS49E example): luisllamas
SS49E Pinout:
Pin 1 (Vcc) → Arduino 5V
Pin 2 (GND) → Arduino GND
Pin 3 (OUT) → Arduino A0 (analog input)
Add 10kΩ pull-up resistor between Vcc and OUT if needed
Calibration code: luisllamas
const int hallPin = A0;
const float zeroFieldVoltage = 2500; // mV (check datasheet)
const float sensitivity = 1.3; // mV/Gauss (check datasheet)
void setup() {
Serial.begin(9600);
}
void loop() {
int reading = analogRead(hallPin);
float voltage = reading * (5000.0 / 1023.0); // Convert to mV
float gauss = (voltage - zeroFieldVoltage) / sensitivity;
float mT = gauss * 0.1; // 1 Gauss = 0.1 mT
Serial.print("B = ");
Serial.print(mT);
Serial.println(" mT");
delay(500);
}
Expected outcome: Measured field should match theory within 10–20% (tolerances in winding, sensor calibration, and positioning account for discrepancies).
Goal: Demonstrate a human-scale CLA with (B_{\text{safe}} < 1) mT and detectable CLP. Budget: ~£1,000–3,000. Time: 1–3 months.
Multi-loop hemispherical array (scaled-down version of your 12-loop design):
Support structure:
Parallel vs. series:
Recommended: Series connection with a high-current DC supply:
Power dissipation estimate: For 14 AWG copper (~8 mΩ/m), 6 loops × ~6 m circumference = ~36 m total wire: [ R_{\text{total}} \approx 0.008 , \Omega/\text{m} \times 36 , \text{m} \approx 0.29 , \Omega ] [ P = I^2 R = (10 , \text{A})^2 \times 0.29 , \Omega \approx 29 , \text{W} ] Manageable with passive cooling, but coils will warm up after ~30 minutes of continuous operation.
Multi-point sensing:
Optional upgrades:
Warning and enforcement:
Legal note: In the UK, deliberate RF jamming is illegal without Ofcom authorization. Use acoustic or optical deterrents for lawful testing.
Goal: Realize the full CLP/CLA system as described in your document. Budget: £50,000–200,000+. Time: 6–18 months. Requires specialist collaborators.
NbTi wire sourcing:
Winding:
Option A: Liquid helium bath (4.2 K)
Option B: High-temperature superconductor (HTS) at 77 K
Cryostat design:
To operate in persistent mode (no external power supply):
Switch design:
Hoop stress:
For a 10 m loop at 5 kA, the magnetic pressure is: [ P_{\text{mag}} = \frac{B^2}{2\mu_0} \approx \frac{(0.1 , \text{T})^2}{2(4\pi \times 10^{-7})} \approx 4 , \text{kPa} ] This is modest, but mechanical reinforcement (aluminum or composite overwrap) is still recommended.
Quench management:
Safety systems:
CH_0 (observer):
CH_1 (warning):
CH_2 (enforcement):
Once the system is operational:
| Item | Source | Approx. Cost |
|---|---|---|
| Enamelled copper wire (18 AWG, 100 m) | RS Components, eBay | £20 |
| PVC pipe (10 cm diameter, 1 m) | B&Q, Homebase | £10 |
| DC power supply (12 V, 5 A) | eBay, AliExpress | £20–50 |
| Arduino Uno + USB cable | Amazon, Pimoroni | £15 |
| SS49E Hall sensors (×5) | eBay, AliExpress | £10 |
| Breadboard, jumper wires, resistors | Any electronics supplier | £15 |
| Multimeter | Any hardware store | £20–50 |
| Total | ~£110–180 |
First milestone: Power the Helmholtz pair to 2 A, measure ~1 mT at the center with the Hall sensor, and confirm the field drops off as predicted by the Biot-Savart law .
2 commits
1 commits
Building a CLP/CLA system is a multi-phase project.
Goal: Validate field topology calculations and CH_0 sensing with off-the-shelf components. Budget: ~£150–300. Time: 1–2 weekends.
Helmholtz pair (simplest multi-loop topology):
Winding:
Field estimate: For (N = 100) turns, (I = 2) A, (a = 0.1) m, on-axis center field is:
[ B = \frac{\mu_0 N I}{2a} \approx \frac{(4\pi \times 10^{-7})(100)(2)}{2(0.1)} \approx 1.26 \text{ mT} ]
This is in the measurable range for hobbyist Hall sensors. build-electronic-circuits
Hall effect sensors for field mapping: build-electronic-circuits
Wiring (SS49E example): luisllamas
SS49E Pinout:
Pin 1 (Vcc) → Arduino 5V
Pin 2 (GND) → Arduino GND
Pin 3 (OUT) → Arduino A0 (analog input)
Add 10kΩ pull-up resistor between Vcc and OUT if needed
Calibration code: luisllamas
const int hallPin = A0;
const float zeroFieldVoltage = 2500; // mV (check datasheet)
const float sensitivity = 1.3; // mV/Gauss (check datasheet)
void setup() {
Serial.begin(9600);
}
void loop() {
int reading = analogRead(hallPin);
float voltage = reading * (5000.0 / 1023.0); // Convert to mV
float gauss = (voltage - zeroFieldVoltage) / sensitivity;
float mT = gauss * 0.1; // 1 Gauss = 0.1 mT
Serial.print("B = ");
Serial.print(mT);
Serial.println(" mT");
delay(500);
}
Expected outcome: Measured field should match theory within 10–20% (tolerances in winding, sensor calibration, and positioning account for discrepancies).
Goal: Demonstrate a human-scale CLA with (B_{\text{safe}} < 1) mT and detectable CLP. Budget: ~£1,000–3,000. Time: 1–3 months.
Multi-loop hemispherical array (scaled-down version of your 12-loop design):
Support structure:
Parallel vs. series:
Recommended: Series connection with a high-current DC supply:
Power dissipation estimate: For 14 AWG copper (~8 mΩ/m), 6 loops × ~6 m circumference = ~36 m total wire: [ R_{\text{total}} \approx 0.008 , \Omega/\text{m} \times 36 , \text{m} \approx 0.29 , \Omega ] [ P = I^2 R = (10 , \text{A})^2 \times 0.29 , \Omega \approx 29 , \text{W} ] Manageable with passive cooling, but coils will warm up after ~30 minutes of continuous operation.
Multi-point sensing:
Optional upgrades:
Warning and enforcement:
Legal note: In the UK, deliberate RF jamming is illegal without Ofcom authorization. Use acoustic or optical deterrents for lawful testing.
Goal: Realize the full CLP/CLA system as described in your document. Budget: £50,000–200,000+. Time: 6–18 months. Requires specialist collaborators.
NbTi wire sourcing:
Winding:
Option A: Liquid helium bath (4.2 K)
Option B: High-temperature superconductor (HTS) at 77 K
Cryostat design:
To operate in persistent mode (no external power supply):
Switch design:
Hoop stress:
For a 10 m loop at 5 kA, the magnetic pressure is: [ P_{\text{mag}} = \frac{B^2}{2\mu_0} \approx \frac{(0.1 , \text{T})^2}{2(4\pi \times 10^{-7})} \approx 4 , \text{kPa} ] This is modest, but mechanical reinforcement (aluminum or composite overwrap) is still recommended.
Quench management:
Safety systems:
CH_0 (observer):
CH_1 (warning):
CH_2 (enforcement):
Once the system is operational:
| Item | Source | Approx. Cost |
|---|---|---|
| Enamelled copper wire (18 AWG, 100 m) | RS Components, eBay | £20 |
| PVC pipe (10 cm diameter, 1 m) | B&Q, Homebase | £10 |
| DC power supply (12 V, 5 A) | eBay, AliExpress | £20–50 |
| Arduino Uno + USB cable | Amazon, Pimoroni | £15 |
| SS49E Hall sensors (×5) | eBay, AliExpress | £10 |
| Breadboard, jumper wires, resistors | Any electronics supplier | £15 |
| Multimeter | Any hardware store | £20–50 |
| Total | ~£110–180 |
First milestone: Power the Helmholtz pair to 2 A, measure ~1 mT at the center with the Hall sensor, and confirm the field drops off as predicted by the Biot-Savart law .
2 commits
1 commits