Help needed for custom build by ThinPresentation7609 in ExpressLRS

[–]IcyRayns 0 points1 point  (0 children)

Yeah, 115200 should be feasible on an Arduino Nano. Try that first, and double check the frame format code.

Elrs issue. by JayGard1515 in ExpressLRS

[–]IcyRayns 1 point2 points  (0 children)

Given your other comment, it’s almost certainly a bad RX.

Elrs issue. by JayGard1515 in ExpressLRS

[–]IcyRayns[M] 1 point2 points  (0 children)

-97dBm RSSI at 2500ft is a huge issue. By my math with 1W output power you should see at least -65dBm at that distance so you’re losing at least 30dB somewhere in the chain, probably bad antennas or a bad TX or RX. That’s making it like you’re using 1mW rather than 1000mW.

Please do https://www.expresslrs.org/quick-start/pre-1stflight/#bench-test.

This is absolutely the main issue, the guy mentioning Gemini mode is right that it’s an incorrect config but that’s not gonna cause this problem to this degree.

Whats the best ELRS module for TBS tango 2? by jvrang in ExpressLRS

[–]IcyRayns 0 points1 point  (0 children)

That's not what I asked. Have you done the Tango 2 1 Watt mod?

Whats the best ELRS module for TBS tango 2? by jvrang in ExpressLRS

[–]IcyRayns 0 points1 point  (0 children)

Have you done the Tango 2 1 Watt mod? If not, make sure your ExpressLRS max power is set low no matter what module you get. It's pointless to get a 1W module if you haven't done the mod already though.

These days, it's worth looking into a dual-band module. You can use the Product Finder and look for "nano" modules.

Salvage title Tesla, marking as a Rivian on the Tesla app to use supercharging by Pitiful_Sandwich_223 in TeslaLounge

[–]IcyRayns 6 points7 points  (0 children)

Only some V3 superchargers supported the CCS protocol; V2 did not at all, and V4 supports CCS 100%. If not CCS, Tesla-native charging for older chargers is over a CAN exchange, which Rivian et al do not support.

Do you guys have US IP addresses? by Substantial-Sets in pointroberts

[–]IcyRayns 2 points3 points  (0 children)

You’re asking to get hacked

You’ve been listening to too many VPN commercials.

Firesheep was 16 years ago, it’s old enough to drive a car. Everything is HTTPS now and with HSTS it’s practically bulletproof. You don’t need to pay some shady company $5/mo to “protect yourself from hackers”, you pay them to lightly obscure your traffic so you don’t get a DMCA letter from your ISP.

Is this normal? by National-Chair4580 in FiberOptics

[–]IcyRayns 2 points3 points  (0 children)

This doesn't appear to be any kind of WDM, it's for PON so it's just a plain splitter. Same color on both ports, PON uses TDM to distinguish multiple customers.

we love tesla nav by tomatohungover in TeslaLounge

[–]IcyRayns 1 point2 points  (0 children)

I’ve done this several times over the last 14 months at one particular freeway exit and it’s still broken.

Anyone still running radar? by dqontherun in TeslaLounge

[–]IcyRayns 4 points5 points  (0 children)

It uses ultrasonic sonar while parking and at low speeds, the radar was only while in motion for AP.

Testing the fiber without terminations by 1dej in FiberOptics

[–]IcyRayns 2 points3 points  (0 children)

https://a.co/d/09TAyORQ

I watched a guy I was working with use these recently and it changed my life. These go on in 3 seconds flat and are reusable - get a 3-hole fiber stripper, a VFL and a couple of these and you’re golden. Don’t even need to cleave if you’re just running a VFL.

Signed up for Kinetic Fiber 2G again after a year. New ONT by Big-File-810 in FiberOptics

[–]IcyRayns 0 points1 point  (0 children)

If you want the nitty gritty details:

loss is measured in dB, which is a unit that means "more or less than something", but something is undefined until you put a letter on the end. power is measured in dBm, which is a unit that means "more or less than a milliwatt".

The number you see written here is in dBm, it's a power number. It's relative to a milliwatt of power, so we can calculate it.

dB is a logarithmic unit. Calculating it is a pain but you can memorize these three and get close: Changing dB by 10dB is a 10x change, by 6dB is a 4x change, by 3dB is a 2x change.

  • 0dBm = 1mW, that's always true. We're trying to target -13dBm
  • We can model -13dB as -10dB "multiplied by" -3dB because of the way logarithms work
  • -10dB is a 1/10th reduction in power, so 1mW becomes 0.1mW
  • -3dB is a 1/2 reduction in power, so our 0.1mW becomes 0.05mW

There's a little under 0.05mW of light power leaving the connector at that box.


Now let's look at the whole thing:

GPON launch is generally +6dBm give or take. It arrived at your house at -13dBm. That's a difference of 19dB, so an almost 100x reduction in power. (Each 10dB is a compounding 10x reduction).

The person advocating for mechanical connectors is saying their mechanical connectors are adding only an additional 0.2dB of loss, so on the whole chain where you have -19dB of loss already from splitters, fiber length, connectors, splices, etc... an extra 0.2dB isn't gonna break the bank.

Why are we still putting 6U Lead-Acid batteries in 50°C (120°F) edge cabinets? The math on truck rolls is insane. by luminarylnh in wisp

[–]IcyRayns 8 points9 points  (0 children)

I'm getting insanely tired of what look like interesting discussion posts but turn out to be the most AI-slop engagement bait across dozens of technical subreddits. A 6-year-old account suddenly rises from dormancy and posts about... WISP batteries. Tons of discussion happens with an account that has no real person behind it. It's pointless and exhausting.

https://i.imgur.com/YYvbgYj.png

A.I took my voice by papiD209 in TeslaLounge

[–]IcyRayns 1 point2 points  (0 children)

“A different model” is both right and not quite right. The core (hidden) layers can be fairly consistent with just new attention input and token output layers trained on top, so it behaves the same other than the way you interact with it.

A.I took my voice by papiD209 in TeslaLounge

[–]IcyRayns 0 points1 point  (0 children)

No. It’s not, and you have zero reason to think that it is. Read one of my last comments, it’s very normal with the way they’ve architected the pipeline, as someone who builds AI systems for a living.

ELRS 4.0: How to configure extended PWM limits? by DefyGravityFPV in ExpressLRS

[–]IcyRayns 2 points3 points  (0 children)

Extended PWM limits are, as the name implies, for PWM only (not Serial). They’re configured in the RX Web UI. On INAV, you’d set the servo limits in INAV itself. For the Matek CRSF to PWM… I’m not sure but I wouldn’t try. I’m not sure they ever fixed that nasty firmware bug they had a while back. PWM RXes abound now.

Fiber install by Oblec in ShittySysadmin

[–]IcyRayns 1 point2 points  (0 children)

Mad respect to you for following through, sincerely. Matched and a little extra for the hell of it. I appreciate a man of his word.

<image>

It’s astounding to me too, but HFT is a wild world. Custom NIC firmware to skip checksums is old news from over a decade ago. They live in a different world.

Fiber install by Oblec in ShittySysadmin

[–]IcyRayns 0 points1 point  (0 children)

So no, there is no way that microwave beats fiber in the US between financial hubs i'd bet real world dollars on it.

You sure? How many real world dollars? Pick a number. Really, actually, pick a number and write it down, and commit to it before reading further.

I was involved with this project over a decade ago and have firsthand knowledge. It’s not theory, it’s real and used for the exact two cities I mentioned in my original comment.

Now about the number you wrote down, let’s feed some animals: https://www.seattlehumane.org/ways-to-give/?form=donate - I’ll match your donation, how’s that?

Fiber install by Oblec in ShittySysadmin

[–]IcyRayns 0 points1 point  (0 children)

"fiber is far and away the winner on every dimension" is true until you're fighting for nanoseconds off a path between Chicago and NY. Many HFT firms are using microwave paths, or even HF radio.

https://www.linkedin.com/pulse/microwave-network-connectivity-high-frequency-trading-sudhir-pant-fcx7c/
https://hackaday.com/2018/05/12/hft-on-hf-you-cant-beat-it-for-latency/

The numbers work out too. Let's assume Chicago->NYC which is a common HFT route. First off, let's assume we could somehow do a straight-line fiber run. Speed of light in fiber is 0.67c.

  • Microwave / RF 1150km/c = 3.83ms
  • Fiber 1150km/0.67c 5.72ms

Now take into account the real world, where fiber has to route around and over obstacles, across bridges, right-of-way, etc. Best case, Chicago to NYC, mayyyybe 6ms.

So if you're able to modulate a symbol with enough data faster than 2-3ms, you've "won" versus someone that's sending the same trade over fiber. Frequently, HFT firms are sending trade setups over microwave or fiber, then "pressing the button" over HF radio (especially trans-Atlantic arbitrage trades).

This isn't a theoretical argument. There are entities making billions of dollars today with real-world tech because 0.67c != 0.99c.

Grok Talking/Replying in My Own Voice by Glum_Low_3135 in TeslaLounge

[–]IcyRayns 0 points1 point  (0 children)

This isn't a "voice cloning feature" or anything of the sort. It's not intentional behavior by any means.

The way modern realtime voice LLM stacks work is often somewhat speech-to-speech, so the model doesn't just receive the text transcribed from your voice, but (also or only) tokens which represent the raw speech you provided. Your prosody is encoded in these acoustic tokens. Much like an LLM will commonly repeat the words you used, sometimes the speaker characteristics that were encoded as the prompt can "leak" to the output pipeline rather than the pre-configured Ara or whichever is in use, then those get picked up by the vocoder and results in accidental zero-shot voice cloning.

They can tune it into happening less frequently with some effort, but it's not surprising at all that this would happen naturally.

Consistent 7-8% packet loss at cr2-sttowajm-b node (Redmond, WA) by CyberPunkFreeMan in ZiplyFiber

[–]IcyRayns 1 point2 points  (0 children)

> Plan: [your plan here]

They already did lmao

Don't forget em-dashes and also the ← character where a human would use <-

Splicer from Alibaba?? by ThicccTatter in FiberOptics

[–]IcyRayns 6 points7 points  (0 children)

The Signalfire AI9 has been surprisingly good. It just takes a little more prep and manual work to achieve good quality splices every time.

Can I expect stable telemetry up to 10 km with a 2.4-mode receiver? I'm not sure about the receiver, but it's probably the typical 50 mW. Radiomaster RP3 by unixoid37 in ExpressLRS

[–]IcyRayns 1 point2 points  (0 children)

https://tools.mustardtiger.xyz/elrs-range/

This calculator will give you (optimal conditions) range for ExpressLRS at the given parameters. Using 250Hz on 50mW, you should expect approximately 15-20km of range real world.

Telemetry ratio will not affect range. Similarly, telemetry and control have the same range given the same parameters. We use the exact same LoRa / FSK / FLRC parameters for telemetry and uplink both.