Search found 33 matches

by medo
Thu May 09, 2024 12:14 pm
Forum: Tesla
Topic: Tesla Charger Support thread gen2/gen3
Replies: 3
Views: 679

Re: Tesla Charger Support thread gen2/gen3

Is there a way to use the Tesla OBC Gen 3 for fast charging??
by medo
Tue May 07, 2024 4:41 pm
Forum: Projects
Topic: The SuperYacht BMW E65 7 Series
Replies: 227
Views: 44732

Re: The SuperYacht BMW E65 7 Series

can i use the e65 configuration on my e60 ??
i thing is the same can messages
by medo
Tue Apr 16, 2024 4:57 pm
Forum: Vehicle Control (VCU)
Topic: Reverse light over can ??
Replies: 0
Views: 455

Reverse light over can ??

Hi, I have a BMW E60, how can I activate the reverse light via can when engaging reverse gear? I installed the Tesla LDU, I also have the zombieverter here
by medo
Tue Mar 05, 2024 7:32 pm
Forum: Inverters / Motor Controllers
Topic: with or without (C18,C19) [SOLVED]
Replies: 1
Views: 797

with or without (C18,C19) [SOLVED]

What are the two capacitors for, some boards have them, some don't (C18, C19)
IMG_20221216_121920.jpg
by medo
Thu Feb 29, 2024 10:29 pm
Forum: User Interface
Topic: what am I doing wrong ??? ESP32 flashing
Replies: 41
Views: 2376

Re: what am I doing wrong ??? ESP32 flashing

I think there is still an bug in it, if I install the stm32 firmware, then I no longer have WiFi, if I delete the firmware again, WiFi is available again immediately OK, I changed that uart_config_t uart_config = { .stop_bits = UART_STOP_BITS_2, and that uart_read_bytes(INVERTER_PORT, &c, 2, UAR...
by medo
Thu Feb 29, 2024 9:32 pm
Forum: User Interface
Topic: what am I doing wrong ??? ESP32 flashing
Replies: 41
Views: 2376

Re: what am I doing wrong ??? ESP32 flashing

I did that, but no data comes from the controller
by medo
Thu Feb 29, 2024 8:09 pm
Forum: User Interface
Topic: what am I doing wrong ??? ESP32 flashing
Replies: 41
Views: 2376

Re: what am I doing wrong ??? ESP32 flashing

Unfortunately I don't know how to do that, I don't know enough about Arduino
by medo
Thu Feb 29, 2024 1:05 pm
Forum: User Interface
Topic: what am I doing wrong ??? ESP32 flashing
Replies: 41
Views: 2376

Re: what am I doing wrong ??? ESP32 flashing

I have removed everything related to SD card, now i have wifi and can open the web interface,
but now I don't have any values, probably deleted too much in the code, unfortunately I'm not familiar with it
by medo
Wed Feb 28, 2024 8:16 pm
Forum: Vehicle Control (VCU)
Topic: Driving with canbus
Replies: 7
Views: 749

Re: Driving with canbus

oh my god, wenn das nur auf Deutsch wäre :-)
by medo
Wed Feb 28, 2024 4:11 pm
Forum: Vehicle Control (VCU)
Topic: Driving with canbus
Replies: 7
Views: 749

Re: Driving with canbus

This no longer works starting v5.32.R! See above!
So it no longer works that you can start the drive direction or the inverter via canbus???
by medo
Wed Feb 28, 2024 12:25 pm
Forum: User Interface
Topic: what am I doing wrong ??? ESP32 flashing
Replies: 41
Views: 2376

Re: what am I doing wrong ??? ESP32 flashing

I think the esp32, just stop there, unfortunately I don't know why
by medo
Wed Feb 28, 2024 11:29 am
Forum: User Interface
Topic: what am I doing wrong ??? ESP32 flashing
Replies: 41
Views: 2376

Re: what am I doing wrong ??? ESP32 flashing

I was also wondering why an SD in a controller board, but I think the firmware should be universally applicable
by medo
Wed Feb 28, 2024 11:09 am
Forum: User Interface
Topic: what am I doing wrong ??? ESP32 flashing
Replies: 41
Views: 2376

Re: what am I doing wrong ??? ESP32 flashing

It looks like sd_mmc is causing problems
Screenshot (255).png
I've now commented out that part, but it just doesn't continue
Screenshot (256).png
by medo
Wed Feb 28, 2024 1:37 am
Forum: User Interface
Topic: what am I doing wrong ??? ESP32 flashing
Replies: 41
Views: 2376

Re: what am I doing wrong ??? ESP32 flashing

if i make e full clean and erase flash, and then i make a build, then it looks like this Screenshot (250).png If I build again, it will look like this Screenshot (251).png then the upload works Screenshot (252).png then upload the filesystem Screenshot (253).png on the Serialmonitor looks like this ...
by medo
Tue Feb 27, 2024 10:02 pm
Forum: Vehicle Control (VCU)
Topic: Driving with canbus
Replies: 7
Views: 749

Driving with canbus

Can someone give an example of how I start the inverter via canbus, or switch the direction D N R, would like to install a nextion display, which I use to control the whole thing??
by medo
Tue Feb 27, 2024 11:02 am
Forum: User Interface
Topic: what am I doing wrong ??? ESP32 flashing
Replies: 41
Views: 2376

Re: what am I doing wrong ??? ESP32 flashing

there is nothing in it
Screenshot (230).png
by medo
Tue Feb 27, 2024 10:40 am
Forum: User Interface
Topic: what am I doing wrong ??? ESP32 flashing
Replies: 41
Views: 2376

Re: what am I doing wrong ??? ESP32 flashing

that looks all good
Screenshot (229).png
Screenshot (227).png
Screenshot (228).png
by medo
Tue Feb 27, 2024 10:26 am
Forum: User Interface
Topic: what am I doing wrong ??? ESP32 flashing
Replies: 41
Views: 2376

Re: what am I doing wrong ??? ESP32 flashing

Unfortunately it doesn't work either
Screenshot (225).png
i have testit on a programmer, but the same
20240227_113539.jpg
by medo
Mon Feb 26, 2024 10:05 pm
Forum: User Interface
Topic: change the IP
Replies: 2
Views: 506

Re: change the IP

I have the big problem on my esp32, that the firmware doesn't work, I don't have wifi (https://github.com/jsphuebner/esp32-web-interface) but with this Firmware (https://github.com/Bedz01/esp32-web-interface-port), i have wifi, but no web interface, only when I access the wifisettings aka 192.168.4....
by medo
Mon Feb 26, 2024 5:20 pm
Forum: User Interface
Topic: change the IP
Replies: 2
Views: 506

change the IP

Hi,
where can I change the IP in the code from 192.168.4.1 to 192.168.8.1 on the esp32 web-interface ??
by medo
Mon Feb 26, 2024 9:30 am
Forum: User Interface
Topic: what am I doing wrong ??? ESP32 flashing
Replies: 41
Views: 2376

Re: what am I doing wrong ??? ESP32 flashing

I have now ordered new ones with the updated layout, but still the same as before, no wifi, I uploaded the unchanged code from https://github.com/jsphuebner/esp32-web-interface, what is going wrong here? 20240226_102128.jpg but with this https://github.com/Bedz01/esp32-web-interface-port, i have wif...
by medo
Fri Feb 23, 2024 3:29 pm
Forum: Vehicle Control (VCU)
Topic: controlling tesla water pumpes
Replies: 0
Views: 390

controlling tesla water pumpes

Can I control the Tesla pumps via the VCU ??
by medo
Fri Feb 23, 2024 1:12 pm
Forum: User Interface
Topic: what am I doing wrong ??? ESP32 flashing
Replies: 41
Views: 2376

Re: what am I doing wrong ??? ESP32 flashing

I have an ESP32-WROOM-32U-N8, could that be the problem??
by medo
Wed Feb 21, 2024 6:09 pm
Forum: User Interface
Topic: what am I doing wrong ??? ESP32 flashing
Replies: 41
Views: 2376

Re: what am I doing wrong ??? ESP32 flashing

royhen99 wrote: Wed Feb 21, 2024 5:58 pm That version does not work fully. Use this one https://github.com/jsphuebner/esp32-web-interface
that didn't work for me, no wifi
by medo
Wed Feb 21, 2024 5:46 pm
Forum: User Interface
Topic: what am I doing wrong ??? ESP32 flashing
Replies: 41
Views: 2376

Re: what am I doing wrong ??? ESP32 flashing

Hi, the module wasn't defective after all, now the wifi is also displayed, but I can only call up the wifi setting, it doesn't find all other files like index.html, I used the following, what could be the reason, and uploaded them I use platformio The only thing I changed is the IP address, from Scr...