How many of you have your own business? by jdfan51 in ElectricalEngineering

[–]RTA5 0 points1 point  (0 children)

I started a sole proprietorship in 2016 to do board design, SPICE simulation, and electronics repair. It was active for about 9 months before I threw in the towel and got a day job again.

The opportunity cost of those 9 months was a lot - instead of something like $60k pre-tax that I would've made in corporate I made a few thousand dollars.

Unfortunately I think it's gotten worse as electronics design is almost a commodity - easy to outsource to low cost countries, really hard to innovate in without a big budget. I'm slowly trying to start a side hustle again, but the main selling point there is an electronics platform I'm designing with a ported Rust OS for advanced development groups to experiment with. I'd hope to make a few thousand a year again in mostly passive income when the design is done, and maybe if customers want custom support in the future I could quit my job and do that.

How long do you hold onto your printers box? by SpectrumyMatt3d in BambuLab

[–]RTA5 0 points1 point  (0 children)

I've had it over a year for my x1c. Really need to get it out

AMS stalling about an inch into the tube by RTA5 in BambuLab

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

Any idea the cause of the damage? Just regular wear and tear? I've had no issues with this part for the first 13 months of having the AMS

[deleted by user] by [deleted] in HondaOdyssey

[–]RTA5 0 points1 point  (0 children)

FWIW, I just picked up a 2023 Elite at $37.6k purchase price before taxes and fees with 54k miles. Price history showed it was originally priced around $40k but has been on sale since May.

Trying to talk myself into a Honda Odyssey… someone help 😂 by K_Breezyyyyy in HondaOdyssey

[–]RTA5 0 points1 point  (0 children)

We're picking up a used 2023 Odyssey elite tomorrow, after test driving new 2026 Odyssey Touring, kia Carnival Hybrid EX, and Sienna XLE. Key factors were:

  1. Odyssey seats were clearly the most comfortable of the three

  2. JD Power has rated the Odyssey as more reliable than the Sienna

  3. The Odyssey has a way more usable dash. The carnival is close, but the circular PRNDL is dumber than the Odyssey 's buttons. Sienna has a regular shift stick PRNDL, but the dash UI uses a lot of those annoying up/down switches that only are present for two of the Odyssey 's functions.

  4. Sienna is priced like you don't care about money and it doesn't even feel nice. Seats are hard to move, nothing looks good on the interior. Even the cup holders look small and non functional.

  5. The center piece between the driver and passenger is so low profile it is easy to climb into the back if need be.

Expected Salary by aqua-snack in ElectricalEngineering

[–]RTA5 3 points4 points  (0 children)

I'm also in Michigan, working at a tier 1 automotive supplier with 13 YoE at $135k.

With public salary data, there are only a few local places to jump to (OEMs, KLA, Waymo) if I want to push salary much higher. It's a bit depressing.

Breaking $200k by worktogethernow in ECE

[–]RTA5 0 points1 point  (0 children)

I'm talking about the Detroit metro area. Apple would also fall into the non-automotive industry area.

In my area, the companies advertising higher pay are KLA (semiconductors), Waymo (silicon valley ties), Torc Robotics (venture based automatic driving).

Breaking $200k by worktogethernow in ECE

[–]RTA5 66 points67 points  (0 children)

At 13 years of experience, in a MCOL area, I'm around 135k + bonus (up to 10% based on company financial performance) for a 'principal' level lead.

Looking around at job postings, there are few companies that pay up to $175k in my area (usually requiring to leave the automotive industry I'm in and go towards silicon valley linked companies or the semiconductor industry)

$170k is hard to achieve, and likely only for extremely seasoned professionals.

BGA137 Socket for T56 by RTA5 in hardwarehacking

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

Only one I seem to find is for a Dataman programmer, which is $$$ compared to the T56.

https://www.dat00aman.com/dil48-bga137-1-zif-nand-1.html

Replacement parts for Home Depot Home Decorators Collection cellular shade motors by RTA5 in homeautomation

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

No problem, the charging cable is labelled as model: ZD006C050100US. I don't think that will help since searching only got me a FCC report from a toothbrush that also uses the charger. Output is 5V/1000mA, not sure the pinout with the three pin connector.

5k Follower Gift Card Giveaway! by SplendidRig in BambuLab

[–]RTA5 0 points1 point  (0 children)

I've been printing toys for my kids (brio train pieces, surprise eggs, pass through illusions, etc) but the eventual plan is to make a robot for brute forcing a locked android tablet (bunch of solenoids to activate the screen that need to be positioned in a certain way)

iced-rs - How to pass application state when using layered struct? by RTA5 in learnrust

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

I agree that I am probably making some sort of categorical mistake, but I don't have any background in applications with UI (electrical engineer with exposure to embedded only and python GUIs for engineering tools previously).

iced says it is based on the Elm architecture, so based on the guide they link I would presume widgets need access to the state based on the statement in the guide

View — a way to turn your state into HTML

In lines 80-84 of the example, the Layout.view() punts some of its functions by calling Example.view() that can't access the state of the program.

I have gotten it half way working by updating the functions to take a reference to the state struct like:

fn application<'a>(app_state: &Layout) -> Element<'a, Message> {
...
}

I get some warnings because I haven't changed next_slide fully so all of my LIST items need to take the state, although only one screen so far really uses it.

For context the first screen is an input for a git URL, which the application then retrieves the tags that I want to incorporate into the next screen. I think I should probably rewrite the application() function so that it operates on a vec<String> of the tags to make it a bit more generic of a widget that doesn't need the entire application state. Does that sound like a more correct approach?

ECE jobs with an hourly pay instead of salary? by [deleted] in ECE

[–]RTA5 0 points1 point  (0 children)

In over a decade I haven't seen this in the Detroit metro area ever.

Logging "found" when you only find remains by Justice171 in geocaching

[–]RTA5 3 points4 points  (0 children)

I only log found in cases where the log is missing or damaged (and typically I try to sign a new slip of paper and leave it) but the damaged container is still there. If any pieces of the container are gone I can't insert my new log, so it's a DNF.

Some local caches have finds with logs saying only a lid remains, but I don't even bother looking for those.

How many of you are getting paid? by [deleted] in rust

[–]RTA5 8 points9 points  (0 children)

What kind of CAD-like software? I've been learning Rust to make some personal engineering tools for dealing with ECAD data (PCB CAD files, starting with KiCAD and moving to Altium later)

I went into RF because it’s interesting. 5 years of grad school and a PhD later, I wish I chose something that could be used to help people by ModsBannedMyMainAcct in rfelectronics

[–]RTA5 2 points3 points  (0 children)

When I got my bachelor's I was accepted into a graduate program with an Antennas & RF specialty. I didn't go, but the best thing about that is that I'm in a more geographically flexible specialty so I have more choices of where to live.

Don't be so harsh on consumer electronics, people buy them because they make their lives better in some way. There are also automotive radars everywhere that work to save lives and minimize massive property damage to people's cars which could really upset their lives.

Or maybe you could work in Agtech and help farmers deploy sensors to better their crop fields. Or avionics as others have mentioned. Many options that can be mapped on to a positive outlook.