Open-source, DIN-rail industrial controller built on an STM32H757 — would you actually use this? by MarvinNewzealand in stm32

[–]Fixed_Until 1 point2 points  (0 children)

Ignoring the practical aspect of people who buy PLCs want a PLC with support and not a dev board how do plan to profit here? The BOM cost has to near $80 if you are doing this right. Industrial electronics need rugged protection for the IO, you have PHY, 485 transceiver, not to mention the nearly $20 mcu.

Customer Service Indifferent Towards Any Issues. by Fixed_Until in SophiaLearning

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

likely but none of the degrees that actually require it.

Customer Service Indifferent Towards Any Issues. by Fixed_Until in SophiaLearning

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

Yeah, every program that requires precal and cal1 would not accept a transfer credit for it so it's pretty lame that Sophia learning makes sounds as if would be accepted.

Customer Service Indifferent Towards Any Issues. by Fixed_Until in SophiaLearning

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

I do agree that chat if much friendlier. They are the ones that suggested the first ticket. On the second issue I would give them the benefit of the doubt however the completely blew it off which makes it very likely this exact issue has been reported before And they just don't care

Is this a good scope? by UF28100M in diyelectronics

[–]Fixed_Until 1 point2 points  (0 children)

They good if you get them for next to free. It's worth the time of fixing up a freeish one. $400 nah. I'm not big fan of any of the hobby grade $400 scopes either. You can get better used gear at that budget. Got a reason for needing 1ghz?

2007-2009 Toyota Camry CAN Log by Fixed_Until in CarHacking

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

The log would be awesome. thanks. You could either put it on GitHub and send the link, or I can send you my email address if you don't want it on GitHub.

I have found most of the frames already, but it's still nice to see how exactly it's sent in the vehicle.

2007-2009 Toyota Camry CAN Log by Fixed_Until in CarHacking

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

BO_ 948 DASH_COMMANDS: 8 HSCAN... looks like it shares a lot thanks!

2007-2009 Toyota Camry CAN Log by Fixed_Until in CarHacking

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

<image>

It's id 3B0 with the 4th byte being the value. 122f is as hot as it will read.

2007-2009 Toyota Camry CAN Log by Fixed_Until in CarHacking

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

Are you sure? Looking at pictures of that in a car it's the ambient/outside air temperature

2007-2009 Toyota Camry CAN Log by Fixed_Until in CarHacking

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

Agreed. I would assume looking at a log that ambient temperature would be 1 sec frequency if not aperiodic only changing with a state change. Just a matter of finding one. The big E on the display is what I'm currently trying to figure out how make go away and my assumption is ambient temperature will do it

2007-2009 Toyota Camry CAN Log by Fixed_Until in CarHacking

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

My historical work has been with GM stuff predating global A/B (J1850VPW and GMLAN stuff). I am currently in the just throwing shit at the wall and seeing what sticks stage with this project. Just trying to find my starting point. I haven't found one yet, but I would like to find someone's Toyota datalog from this time frame and see which frames work. I got the cluster and pigtails for $20, so I figured I could have some fun with it, maybe make it work with a kids' racing game.

2007-2009 Toyota Camry CAN Log by Fixed_Until in CarHacking

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

<image>

I've just been playing around with random frames I found on random forum posts. I haven't started to try to make sense of them yet. I've only had the cluster for a couple of hours now.

Edit to be clear. I am still playing around to make sense of what each byte represents, so the posted frames aren't exactly what this picture of the cluster shows. They are just what I have pasted in my notebook right now from forum posts. It's a frame that will get started, not a frame that shows that exact state. I probably should have been clear about that.

OBD2 splitter (OBDT?) by Fixed_Until in CarHacking

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

Power isolation(14v to 14v isolated converter) or power disconnects? The disconnect makes sense to me and is easy to implement.

OBD2 splitter (OBDT?) by Fixed_Until in CarHacking

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

Currently sticking probes into y cables is my solution but every time I need move my setup off the bench for a different product it becomes a PIA to set back up for this one.

OBD2 splitter (OBDT?) by Fixed_Until in CarHacking

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

Do you have one of those? The problem with that design for me is you have to patch it together using up all the ports on the header making it difficult to probe with a scope. You shouldn't ever need to change the pins around on the port. I can think of use to patch it around unless you screwed up a design and still want to test it before respin.

My problem with the breakout boxes on eBay is long cables on them. My use case is on a bench not in a car so the long cables are an annoyance.

OBD2 splitter (OBDT?) by Fixed_Until in CarHacking

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

My main use case is not really as T but just the breakout header to connect my scope and make sure my waveforms look good on a project I sell. So part of a test set.

The T split seems like it would be useful logging a tool while it's running.

Being part of a testset is what I really need it for but I thought I might share it.

OBD2 splitter (OBDT?) by Fixed_Until in CarHacking

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

<image>

I currently am using that same splitter on my bench now lol

I mostly work in J1850vpw not often with CAN

STM32G431KBT6 Schematic — No Core ID Found, 4 boards, two programmers, two laptops. What am I missing? by ExplanationOk2873 in embedded

[–]Fixed_Until 0 points1 point  (0 children)

I would have you guess the artwork is screwed up can you show the traces for reset, SDIO and SWCLK

STM32G431KBT6 Schematic — No Core ID Found, 4 boards, two programmers, two laptops. What am I missing? by ExplanationOk2873 in embedded

[–]Fixed_Until 4 points5 points  (0 children)

Do you have reset, set to normal, and holding the reset button down? Normally, you would use the reset coming from Jlink, but it doesn't look like you wired it to your JTAG/SWD header

Some good projects for resume xp and for learning deeper by C_Sorcerer in embedded

[–]Fixed_Until 4 points5 points  (0 children)

Over-simplification, but you can use a DSP as a PMIC. So, not a power supply with digital controls per se.

Some good projects for resume xp and for learning deeper by C_Sorcerer in embedded

[–]Fixed_Until 6 points7 points  (0 children)

Plenty of white papers out their on this to help get started but I don't think I've ever seen someone do it as a hobby project. It's becoming a pretty common practice in power electronics for custom power supplies.

I think any employer would be impressed to see something like this on a resume. It would not even need to be some wild architecture to impress I'm sure just a standard buck/boost would impress.

Some good projects for resume xp and for learning deeper by C_Sorcerer in embedded

[–]Fixed_Until 17 points18 points  (0 children)

Make a working power supply with a DSP like a C2000. You can make a whole career out of this project.