Welcome to Tesla Motors Club
Discuss Tesla's Model S, Model 3, Model X, Model Y, Cybertruck, Roadster and More.
Register

Search results

  1. F

    Tesla in de pers (NL/BE)

    Denk dat hij in de war is met de optie "Battery replacement" die destijds €9200 (ex Btw) kostte. Dit gaf je na 5 jaar het recht op een nieuwe accu. Wel vooraf te voldoen...
  2. F

    Battery Improvements - Pieces of the Puzzle

    The million mile battery is very useful for the robotaxi fleet..
  3. F

    Roadster PEM failure

    Here is a reference to these semiconductor fuses, from a model S thread: DC - DC converter / AC compressor repair
  4. F

    Roadster PEM failure

    Thanks to all who fixed their PEMs and explained what needed to be done! My roadsters PEM also had crumbling insulation material, and had shorted to the heatsinks on phases 1 and 3, while charging the car. three IGBT's had burn marks on them, i replaced them, although they appeared to be still...
  5. F

    Preventive eMMC replacement on MCU1

    Just a wild guess here, but wouldn't it be possible to search for the certificates in this raw dump? As the size of each certificate is <8kB they are probably stored in one flash block, and not cut up, and scattered around in the flash.
  6. F

    Preventive eMMC replacement on MCU1

    Just received the emmc reader from allsocket, and some new unused H26M42001FMR chips. Plugged the reader in my PC, asked if i wanted to format the drive. Took a while, but finished. Then i tried to copy some files to the 'drive', seemed to work, sort of... but took a long time. Opening the...
  7. F

    Preventive eMMC replacement on MCU1

    @LuckyLuke No that will not work, Elnec has become very greedy on any device with more then 48 pins, even if only a handful of pins are used. The software requires a specialized adapter with identification chip. According to the datasheet it supports 1, 4 and 8 bit mode. So reading it with a sd...
  8. F

    Preventive eMMC replacement on MCU1

    My device programmer (Elnec Beeprog+) supports the Hynix H26M42001FMR, but the price for the adapters (you need two) is so high (total €680) that it is probably not worthwhile to invest in them. The programmer software mentioned that it is possible to protect reading/writing to the eMMC, by...
  9. F

    Tesla Wall Connector load sharing protocol

    I did some logging on the can bus of the TWC. CAN id 0x30C is the one you need. Only one byte is sent: 0x00 Stop Charging 0x01 Start Charging
  10. F

    E-Rally 2018: de lustrum editie!

    Bedankt organisatie, voor de zeer geslaagde dag. Volgend jaar staat in de agenda genoteerd!
  11. F

    Tesla Wall Connector load sharing protocol

    Wow, great work! I do have a C2000 launchpad dev bord from TI, i might be able to use the build in JTAG programmer to connect to one of my TWC's Will give it a try. Sadly my copy of IDA (standard) does not support the TMS320, IDA pro does seem to support it though...
  12. F

    Tesla Wall Connector load sharing protocol

    I suspect the firmware and settings are stored in the TMS320F28034 (the big square IC on the board) . I did identify the 14 pin JTAG connector (CNA8). Pinout is: 1 - TMS (pin60 IC) 3 - TDI (pin 59) 5 - 3v3 7 - TDO (pin 58) 9,11 - TCK (pin 57) 13 ---| 5K |--- 3v3 2 ---| 2k2 |--- GND 4,6,8,10,12...
  13. F

    Tesla Wall Connector load sharing protocol

    @CDragon I dumped the eeprom on one of my TWC's a while ago. There is not much data in it. I don't remember if i tested the TWC without it. But i'll send you the file anyway.
  14. F

    Smart EVSE (Open Source)

    Hi, In order to load a new firmware to the SmartEVSE you only need a serial-USB cable like a FTDI cable. Connect it to the 6 pads on the SmartEVSE, using a pinheader. Then use the AN1310 program (sorry Windows only) to connect to the SmartEVSE. Download the latest firmware from Github here...
  15. F

    Tesla Wall Connector load sharing protocol

    I verified your discovery on my EU TWC, and it works fine. Thanks! I tried charging at 2A (3 phase) for more then 30 minutes, and no issues. The charging efficiency is probably terrible, as it's only charging at 3km/h, but it's nice to be able to set the charge current to a lower value then 6A...
  16. F

    How a Circuit Breaker Works in Slow Motion

    A 'slightly' more destructive test done on a circuit breaker by mikeselectricstuff:
  17. F

    Tesla Wall Connector load sharing protocol

    Yes i tried that, but that too does not work. I had one real TWC set to Master at 6A, the other TWC as Slave. First i powered up the Master, all OK. But as soon as i power up the Slave, the Master will blink an error code. It will not accept a slave on the same bus, when the current is set...
  18. F

    Tesla Wall Connector load sharing protocol

    Yep, that's a linkready message from a EU TWC. I'm seeing the same length. Still haven't been able to stop charging, other then using the app on my phone. There is a ugly way of stopping the charge, and that is to stop responding to messages from the slave, after 30-40 seconds it will timeout...
  19. F

    Tesla Wall Connector load sharing protocol

    Did anyone figure out a way to command a slave to stop charging? The first way way of doing it is to send a "02 01 00" state/command as master to the slave. that will immediately stop charging, but the TWC will start blinking an error code, so you can never start the charge again, until you...
  20. F

    Tesla Wall Connector load sharing protocol

    Two new TWC's here, i'm seeing a few new messages, like status messages every 5 seconds, reporting voltage per phase, and total kWh's delivered. C0FDEB37240000000000E400000000002AC0FC: status message from 3724 C0FBEB372415010000000000000000005CC0FC: status request from master 3724 to 1501...
  21. F

    Tesla Wall Connector load sharing protocol

    The pinout of the 10 pin connector, and the wires going to the charging handle are in the EU manual, page 29. https://www.tesla.com/sites/default/files/pdfs/wall-connector-eu/20161208/tesla-32a-wall-connector-installation-manual-en-EU-v2.pdf?201612081439
  22. F

    Jullie advies voor laadpunt aan huis

    Nieuwe slimme meters sturen wel elke seconde bruikbare data door. Dit moet dan wel een DSMR 5.0 meter zijn. De meters die elke 10 seconden data versturen zijn DSMR 4.x . Helaas kan je uit die oudere slimme meters geen bruikbare data halen, het enige wat je uit kan lezen is het totale vermogen...
  23. F

    Tesla Wall Connector load sharing protocol

    Hi TheNoOne, Here's the sourcecode for some microchip pic chips, plus the code for the Silabs Si4010 (the same chip tesla used in the UMC) GitHub - mstegen/Open-Chargeport: Opens the chargeport of a Tesla Model S
  24. F

    Wiki Belgium and the Netherlands: Public Charging infrastructure

    Op de website van Liander staat dat een lantaarnpaal op 1x6A is afgezekerd. Dus het zal waarschijnlijk een een fase aansluiting zijn die naar de paal loop. https://www.liander.nl/overheden/openbare-verlichting Het is mij niet helemaal duidelijk hoe het aan en afschakelen van de lantaarnpalen in...
  25. F

    Leden van de 300.000 km club

    Gefeliciteerd Marius! Fijn om te weten dat een Roadster het na 300.000 km nog gewoon doet.
  26. F

    Nederland en België Versie 8

    De Roadster heeft creep, dus op de S ook maar laten staan.
  27. F

    Roadster production dates

    Keep forgetting to reply to this thread, but here it is: And yes, i just checked, my rims are also pointing in the wrong direction..
  28. F

    Wiki Belgium and the Netherlands: Charging infrastructure (Thuis laden)

    Ik heb een enkelfasige EV (Tesla Roadster) en een Model S. En heb eigenlijk nooit problemen ondervonden met het laden van de auto's. maar ik laadde ze altijd na elkaar op. Wel mijn eigen laadpunten gebouwd (smartEVSE) dus het laadpunt hield al rekening met de overige stroom gebruikers in huis...
  29. F

    Belgium and the Netherlands (Dutch)

    Ik heb een 2.5, ik denk dat de km stand i.c.m. de capaciteit van de accu toch wel een van de belangrijkste dingen is. De capaciteit (CAC) is via een service menu of via een OVMS module uit te lezen. Verder is het wel fijn als je weet wat er aan onderhoud/reparatie/verbeteringen aan is gedaan. Is...
  30. F

    Wiki Belgium and the Netherlands: Charging infrastructure (Thuis laden)

    De knop die op de UMC of supercharger stekker zit werkt volgens hetzelfde principe. Het is een zendertje die een vast signaal uitzendt. Het moet tenslotte op elke Tesla werken.
  31. F

    Smart EVSE (Open Source)

    Hi Chris, While browsing your store, i can't seem to find a kit which supports locking the Type 2 socket, nor the driver board. I also can't seem to find the schematics or any reference to the locking support in the Changelog on your Github page? Ref the GFCI, this is usually handled by a type...
  32. F

    Smart EVSE (Open Source)

    I'm glad you still like it. There is a new firmware version 1.06, available on GitHub - SmartEVSE/smartevse: Smart EVSE Electric Vehicle Charging Station It has improved current calculation in smart mode; less overshoot when setting the current. SmartEVSE now also has three buttons, which let...
  33. F

    Wie gaat waar reserveren? (Model 3/NL)

    Was vannochtend nr 005 in Rotterdam, leuk om weer even wat forum leden te zien. De bevestigings e-mail is ook al binnen.
  34. F

    Wiki Learn About SpaceX: Acronyms, Abbreviations, and Data Links

    This might be relevant :rolleyes: Source: Twitter
  35. F

    Voorstel : Workshop rond (slim) laden.

    Beetje laat, maargoed. Mocht je het nog niet getest hebben, je bent natuurlijk ook bij mij welkom. In Rhoon, net onder Rotterdam.
  36. F

    Tesla Service Center wants how much for a battery repair?

    And the PIC's security bits were not set to code protected?
  37. F

    Repairing a Flooded Tesla Model S : HOW-TO

    I was wondering that myself, but it's only 0,0001358 ohm. So at 630A it will dissipate 630^2 * 0,0001358 = 54 Watt.
  38. F

    Repairing a Flooded Tesla Model S : HOW-TO

    Thanks Btr_ftw for sharing this with us. I'm looking forward to see pictures of the inside of the DU and battery pack. Btw while googling the sunroof motor i found this: 2008 Peugeot 207 SW 1 6 Panoramic Sunroof Roof Motor | eBay Looks very similar...
  39. F

    Let the hacking begin... (Model S parts on the bench)

    They will only open the chargeport, nothing else.
  40. F

    MaxRange

    Het BMS heeft per groep parallel geschakelde cellen slechts een weerstand van 39,5 ohm om de cellen mee te balanceren. Dus zo'n 100mA. Zie ook hier: http://www.TeslaMotorsClub.com/showthread.php?p=754357 Pics/Info: Inside the battery pack Als je batterij een beetje uit balans is heeft het...
  41. F

    Let the hacking begin... (Model S parts on the bench)

    Here are the files for the 433Mhz version. To make it work for US cars you'll only have tot change the frequency. mstegen/Open-Chargeport: Opens the chargeport of a Tesla Model S Btw while working on the roadsters CAN bus i used the USBCAN interface. Very affordable at €99, supports up to...
  42. F

    Wie was / wie waren het?

    Denk ook niet dat ik nog eens 4,5 jaar ga wachten op een auto. Maar hij zou eerst eind 2011 komen, toen werd het vanuit Tesla al snel 2012, 2013.. Kon gelukkig in sep 2010 een roadster gaan rijden.
  43. F

    History Making First Recovery for SpaceX - Orbcomm-2 Launch

    Epic! I'm glad i woke up tot watch this one in a lifetime event.
  44. F

    Tesla Rotterdam

    Ah ze komen toch naar Rotterdam, mooi! En lekker dicht bij. De Driemanssteeweg 70 is voor mij met de auto 5 minuten.
  45. F

    Wiki Belgium and the Netherlands: Charging infrastructure (Thuis laden)

    Misschien een overbodige vraag, maar wat klapt er uit, de hoofdzekering of de zekering automaat van de evbox? Als het de hoofdzekering is. Hou dan rekening met andere verbruikers in huis.
  46. F

    Tesla Supercharger netwerk

    Ik las ergens op dit forum dat Duitsland vanaf een bepaalde datum dit jaar het niet meer toestaat dat Tesla laders installeert die alleen door Teslas kunnen worden gebruikt. Wellicht dat dit de oorzaak is van de vele nieuwe supercharger locaties in Duitsland.
  47. F

    Autobrief 2.0

    Ik ben voor de regeling zoals die in 2010 gold: 0 % bijtelling 40 % Mia + 20 % crisis toeslag ->60% totaal Geen maximum investerings bedrag €15000 Kia :) Weet niet wie dat toen verzonnen heeft, maar het lijkt me sterk dat het dezelfde ambtenaren zijn die het nieuwe voorstel hebben bedacht.
  48. F

    Voorstel : Workshop rond (slim) laden.

    Ik zal er ook bij zijn, maar ik ga me niet aanmelden via die website. (ivm hun privacy voorwaarden)
  49. F

    Report: Tapatalk "First Unread" mode is broken

    I recently installed an old version 2.4.15 again. Mainly because all the cr#p they added to tapatalk. This old version is ad free, and has no required tapatalk id login.