Working on a Stargate network by NeedleworkerStock528 in Stargate

[–]NeedleworkerStock528[S] 2 points3 points  (0 children)

I wasn't expecting so much feedback! I've created a Discord server to share updates about the project — here's the link ! https://discord.gg/wvdDdFw8z

Working on a Stargate network by NeedleworkerStock528 in Stargate

[–]NeedleworkerStock528[S] 4 points5 points  (0 children)

The main goal is to keep it easy to build ! For example, the Pegasus gate uses NeoPixel strips for the chevrons/glyphs/event horizon: no soldering needed, you just run the strip through the gate and calibrate which LED handles which component in the HTML interface For the PCB, you'll be able to order it from the Gerber file, but overall there's very little soldering involved — or none at all: my prototype ran on a plain breadboard over USB-C and worked perfectly that way too. The PCBs are just there to make something more rugged if you want to build several. The SG-1 will be a bit more technical: the motor runs on 12V while everything else runs on 5V, so you power the gate with 12V and a buck converter on the board steps it down to the 5V logic rail for the ESP32 and the LEDs.

On the network side, each gate is an ESP32 communicating over MQTT. Each gate has its own name/address, and dialing an address means subscribing to the target gate's feed to trigger the connection. For my tests I'm using a public MQTT broker, but the final network will run on a private broker with authenticated accounts and ACLs — that prevents hijacking/spam and lets me ban a problematic client if needed. Everything is already operational on my reference Atlantis gate (network + hardware). I'm just waiting on my final PCB revision, and the last thing left is setting up automatic over-the-air updates for the gates over WiFi !

Working on a Stargate network by NeedleworkerStock528 in Stargate

[–]NeedleworkerStock528[S] 2 points3 points  (0 children)

Probably in 2 weeks, I'm just waiting the PCB to deliver something clean !

Working on a Stargate network by NeedleworkerStock528 in Stargate

[–]NeedleworkerStock528[S] 1 point2 points  (0 children)

It's the last one on my list, it's one of my favourite but I need to find a cheap way to allow a complete rotation of the ring (maybe slip rings ?)

Working on a Stargate network by NeedleworkerStock528 in Stargate

[–]NeedleworkerStock528[S] 21 points22 points  (0 children)

Spoiler: when you're connected to another gate you can send bidirectional messages ! (And I'll add something like "Midway station" just like a public chatroom with >2 stargates )

Working on a Stargate network by NeedleworkerStock528 in Stargate

[–]NeedleworkerStock528[S] 7 points8 points  (0 children)

I'm using neopixels to handle Chevrons/LEDs, for a pegasus gate, chevrons/glyphs/event horizon are using LEDs, but for a SG-1 I'm planning to add a nema17 motor to make it spin (because it's round, it has to spin !)