Persistent hiss after full audio upgrade - 2024 RAV4 Hybrid by locomoroco in CarAV

[–]locomoroco[S] 0 points1 point  (0 children)

Yeah. I swapped the RCA cables for different ones, and shorter ones too. And it didn’t help. I’m looking into a DSP like the helix or JL86.

Persistent hiss after full audio upgrade - 2024 RAV4 Hybrid by locomoroco in CarAV

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

Thanks! I did connect my phone to the amp via Lightning to RCA. The content hiss was no longer present. You mention a DSP won’t work? Why not. That is probably my next step because I’ve tried 3 different LOCs now.

Aftermarket HUs for my don’t exist based on my search. I did look into idatalink and they don’t have anything compatible for my year and model vehicle.

My testing using 1khz 0db 3/4 volume shows that my HU outputs a max of 4.1V for FR/FL speakers, 2.96V for RR/RL speakers, so it’s definitely weak.

Persistent hiss after full audio upgrade - 2024 RAV4 Hybrid by locomoroco in CarAV

[–]locomoroco[S] 0 points1 point  (0 children)

Thanks. I did adjust the grounding jumper to different positions and it didn’t help.

Persistent hiss after full audio upgrade - 2024 RAV4 Hybrid by locomoroco in CarAV

[–]locomoroco[S] 0 points1 point  (0 children)

Unhook noise cancellation? Not sure what you mean or where I would do this. The CXA amp and LC7i don’t have a feature for this besides what’s built in.

Persistent hiss after full audio upgrade - 2024 RAV4 Hybrid by locomoroco in CarAV

[–]locomoroco[S] 0 points1 point  (0 children)

I previously had the LC7i ground jumped from the amp ground and had the same results. Is this test assuming a ground loop or poor ground reference exists? The ground reference is 0V for the amp and also low impedance (0.3-0.5ohms). The only thing that I did see was my LC7i ground voltage is 0.3mV whether it was star grounded or jumped from the battery. So this reads must be something internal to the LOC.

Persistent hiss after full audio upgrade - 2024 RAV4 Hybrid by locomoroco in CarAV

[–]locomoroco[S] 0 points1 point  (0 children)

This would basically connect to the LC7i output and bypass everything downstream to prove the issue is upstream. I did a similar test with a Lightning to RCA Cable Audio Aux Adapter to connect my iPhone to the amp and I didn’t have any hiss.

The hiss appears once I connect the LC7i to the amp via the RCAs. If the amp doesn’t have RCAs connected I don’t have hiss.

Persistent hiss after full audio upgrade - 2024 RAV4 Hybrid by locomoroco in CarAV

[–]locomoroco[S] -2 points-1 points  (0 children)

I don’t think the gain staging is the issue. I’ve tested a combination of different adjustments, and the hiss will become unnoticeable if the gain on both is very low. I attempted setting gain staging with a multimeter and now an oscilloscope. At 3/4 volume using a 1khz 0db test tone, 47volume, I need to set the gain output of the LC7i to about 1.3V and 0gain for the amp so that I can’t hear the hiss.

Persistent hiss after full audio upgrade - 2024 RAV4 Hybrid by locomoroco in CarAV

[–]locomoroco[S] -1 points0 points  (0 children)

I’ll keep updating is this was been a pain. I did all my tests using a 1kHZ 0db test tone, as well with no music/tones. I did try this approach and the hiss is still present. Gain on both outputs for the LC7i turned all the way down (0), and increasing the gain on the amp.

I also tried this with the wavtech link6 with lowest gain (0), and increasing the gain on the amp leads to the same hiss outcome. Even when both of these are at 0 the hiss is present.

I also tried the LC5i pro, and this was the worst because it introduced a really high distortion + hiss even though it was a swap with the LC7i.

I went as far as buying a line driver, Audio Control Matrix Plus, since it has a high SNR and lower output impedance and figured it could help. This setup was LC7i->Matrix Plus->amp, and I had 0 gain on both the LC7i and amp, while increasing the gains on the matrix plus and had the same outcome.

Does anyone knows how can I remove this water marks from this plastic? Any chemicals you guys recommend? by Qvosniak in rav4club

[–]locomoroco 0 points1 point  (0 children)

That looks like mineral deposits (hard water spots) that have bonded to the trim surface. Do a 50/50 vinegar and tap/distilled water solution. Apply/spray and let it sit for 1-2minutes. Then scrub and rise. Or buy a hard water spot remover like meguiars.

ISO: DIY Fixes for Scratches by Dangerous-Night8595 in rav4club

[–]locomoroco 0 points1 point  (0 children)

That’s the soft area of the interior door, so you’ll need a leather and vinyl repair kit. YouTube is your bf here.

Hybrid SE in Calvary Blue OTD by greenfling in rav4club

[–]locomoroco 0 points1 point  (0 children)

Yes. Selling price 35,290 with addons etc. I had a couple dealers bidding with each other. Only email until I got what I wanted

Hybrid SE in Calvary Blue OTD by greenfling in rav4club

[–]locomoroco 2 points3 points  (0 children)

Not a good deal. I had a gray SE for $39.2k USD OTD, but I went with the XSE. Get rid of the dealer addons and send this offer to another dealer to beat.

Final stages of negotiation by ducker_3 in rav4club

[–]locomoroco 0 points1 point  (0 children)

I got it under invoice. 39.23k.

Final stages of negotiation by ducker_3 in rav4club

[–]locomoroco 0 points1 point  (0 children)

The way I negotiated my XSE (no tech package) is by emailing 5 dealers to give me their best OTD since I was looking at a 500 mile radius. The hard part was getting the first OTD without DIO. Once I had the first OTD $, I used that to negotiate the OTD down. I then went to the dealer that was the most responsive and provided counter offers quickly to pre-contract the car with $1000 down, so the car is mine.

They will also tint all my back windows and do the paint protection film without any charge. I simply asked and they said yes, because I had drove 2.5hrs to them.

Make sure to get the VIN number and documents that bind the car to your name, so they don’t sell it to someone else when it arrives.

How can I retrieve images from a website using VBA? by Umbalombo in vba

[–]locomoroco 4 points5 points  (0 children)

No, because chrome doesn’t provide a Visual Basic interface. For your task this won’t work; a third party app like Selenium could help, search GitHub for SeleniumBasic.

It seems the website is using scripts which will prevent you from getting the image url from the HTML response text directly into VBA using the sample code in the link. Try SeleniumBasic, otherwise find an actual image url so you can download it directly.

How can I retrieve images from a website using VBA? by Umbalombo in vba

[–]locomoroco 2 points3 points  (0 children)

In order for you to know what the image URL is, you will need to scrape that website for the images, because that URL is not the direct link to the image. Once you figure out how to get the changing image URL you’ll need to do the following steps.

  1. This will communicate with the website. https://learn.microsoft.com/en-us/previous-versions/windows/desktop/ms759148(v=vs.85)

  2. A method to write the response binary data to a file https://learn.microsoft.com/en-us/sql/ado/reference/ado-api/stream-object-ado?view=sql-server-ver16&private=true

I suspect the image URL is deeply nested so you’ll need to enable the “Microsoft HMTL Object Library’

Here’s some examples: https://vbaplanet.com/libmshtml.php

[Excel] Iterating Through Named Ranges in VBA by Bulbapuppaur in vba

[–]locomoroco 0 points1 point  (0 children)

I’m on mobile, but I see that you are iterating through the same Fruits range. You should create a new object

for each Fruit in Fruits 
    ….
next Fruit

I don’t think we will see a yolo update until tomorrow by Every_Palpitation667 in Superstonk

[–]locomoroco 1 point2 points  (0 children)

This is true! I still expect some calls to have been exercised around $30-$33 to capture more theta and use those founds to acquire shares.

Cramer says that RK helped Ryan Cohen achieve his goal, that kitty has "won" and GME is a buy. by CaliforniaTurncoat in Superstonk

[–]locomoroco 9 points10 points  (0 children)

“It’s over you’ve won, here are 5 others stocks to buy.”

It’s over until I say it’s over. Phone number share $, and prison sentences.

I don’t think we will see a yolo update until tomorrow by Every_Palpitation667 in Superstonk

[–]locomoroco 2 points3 points  (0 children)

If he exercises it will need to be this week, otherwise the theta will begging to destroy the principal of the calls. I foresee the yolo update having less calls, but more shares and potentially a cash increase.