realA10001986 / Dash-Gauges

Building instructions and firmware for the Dash Gauges ("Plutonium gauges") as known from the Delorean Time Machine
Other
3 stars 2 forks source link

Circuit board schematic #1

Closed gullwing12 closed 3 months ago

gullwing12 commented 3 months ago

Is there a schematic for the gauge cluster board that can be used in diagnosis an issue?

realA10001986 commented 3 months ago

Unfortunately no. I have skipped the schematics step and designed the board directly as a PCB. Do you have an issue at hand?

gullwing12 commented 3 months ago

Unfortunately I do. I am getting power to esp32 but nowhere else. Installed DTMPropinstaller powered up gauge cluster nothing. Then installed firmware it did a reboot and still nothing. Now it will not connect to web and is not showing as an option for a local connection either. I have used both 12 and 5 volt connections. I was thinking g I might have a faulty esp32.

realA10001986 commented 3 months ago

So there is no "NP-AP" WiFi network after installing DTMPropInstaller, and no "DG-AP" network after installing the gauges firmware? How did you install the gauges firmware? Compiled and uploaded through USB?

What about connecting the ESP32 dev board alone (removed from the gauges PCB) to a computer using USB? Does the LED on the devboard go on?

If you compiled yourself: Uncomment the "#define DG_DBG" line in dg_global.h and re-install, then look at the serial monitor to see if the ESP does something.

Unless you defined the gauge types, the gauges won't show anything; however, at least the backlights should come on. Do the relays click?

gullwing12 commented 3 months ago

There was NP AP then after the firmware it update the name to gauges not DG-AP. Firmware was done via the Dr brown web site. Esp32 removed the light does come on when connected to a computer. There is a audible click when you poer the gauges. Also noted if you apply a little pressure to the esp33 the light will dim and the relay will click. Triple checked all my connection l, all seems good.

realA10001986 commented 3 months ago

OK, so the relays appear to work - that is the click you hear. That also means that the ESP32 is working, because it causes this click by software.

What about the gauges' backlight? Does this come on at some point? (That is what the click does. If the lights are not coming on: Did you configure the "INT"/"EXT" light power solder jumper?)

"NP-AP"/"DG-AP" is the name of the WiFi network, not the hostname. So you need to connect to WiFi-network "DG-AP", and then navigate the browser to http://192.168.4.1 or http://gauges.local - Did I understand correctly that there is no "DG-AP" network? Are you sure you did a proper re-scan of available WiFi networks? Sometimes it takes a while for the computer to pick up a new network.

You need to configure a gauge type for each of the gauges - in the Config Portal. If no gauge types are defined/configured, the gauges won't move.

realA10001986 commented 3 months ago

Can you upload a hi-res picture of the PCB?

gullwing12 commented 3 months ago

As soon as I can, I will. I think it is something simple, it is just my knowledge base on this sort of thing is lacking.

gullwing12 commented 3 months ago

20240619_175854 20240619_175917

realA10001986 commented 3 months ago

You should check all your soldering, that does not look good frankly. Sorry to say but it wouldn't surprise me if half of them don't make contact.

realA10001986 commented 3 months ago

I am closing this for now as that's not an issue on my side; feel free to open a discussion thread if you need further assistance.