<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class=""><br class=""></div>The base ESP32 chip does not have enough RAM to support all the OVMS functions. Things like javascript, DBC files, etc. All those require PSRAM/SPIRAM that comes with the WROVER modules. The base OVMS firmware also required 16MB flash (factory + 2xOTA 4MB firmware partitions, and the rest for config, etc).<div class=""><br class=""></div><div class="">I know of two expansion boards for OVMS v3 (K-Line, and SWCAN), but there may be others. I suspect that this may be the limitation of your design (using GPIO and EGPIO pins for power control, LED, etc, doesn’t leave any free for expansion). We are really hitting the limits of the ESP32 here. The ESP32-S3 (with an extra 10 GPIO pins over the ESP32 we use) looks to be a possible way forward, but it is too early to tell (we learned our lesson adopting the ESP32 too early) - best to wait for things to stabilise with that new platform.</div><div class=""><br class=""></div><div class="">Hardwiring the vehicle OBDII connector will be an issue. Firstly, not all vehicle types supported use OBDII. Secondly, the pinouts change (most general users are not comfortable with soldering). And thirdly, the size of the box gets in the way for some vehicle types when sticking out of the OBDII port.</div><div class=""><br class=""></div><div class="">Regarding the power consumption of the LED, what I mean is that in OVMS v1 and v2 we used blinking LEDs to convey status. But doing a power consumption analysis on that, we found that the LEDs actually consumed a surprisingly significant amount of power. That is why we didn’t use them in OVMS v3.</div><div class=""><br class=""></div><div class="">I haven’t used the TCAN334, so can’t comment on compatibility. I would in general worry more about the vehicle side for CAN transceivers than the MCP.</div><div class=""><br class=""></div><div class="">In general, your design seems fine to me (apart from the firmware support, WROOM/WROVER, and OBDII connector issues pointed out), for your specific vehicle type. But, I have reservations as to its general suitability for all the supported vehicle types.</div><div class=""><br class=""></div><div class="">Regarding the near future of the core v3 OVMS modules (and kits), I can confirm we are working on:</div><div class=""><br class=""></div><div class=""><ol class="MailOutline"><li class="">No major changes to the main board; just fixing some bugs, and making slight improvements to some components - but in a backwards compatible way.<br class=""><br class=""></li><li class="">A new SIM7600 based modem board (we are still evaluating whether to use one global chip, or EU and US version as before).<br class=""><br class=""></li><li class="">No change to vehicle or expansion connectors.<br class=""><br class=""></li><li class="">The overall goal is to maintain compatibility, but bring 4G support. 5G could also be added with the same approach. Existing OVMS v3 users can upgrade (if they need to, as 3G is sunset) by a simple relatively low cost swap of their modem board to the new one.</li></ol></div><div class=""><br class=""></div><div class="">Once the ESP32-S3 comes out, we will evaluate that (as a relatively simple upgrade), but I don’t hold out much hope that will improve things as the on-board RAM is still very limited in that (although Espressif say they have changed the allocation approach).<br class=""><br class=""></div><div class="">Regards, Mark.<br class=""><div><br class=""></div><div>P.S. <span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);" class="">In general, for the current OVMS v3.2 boards, the power consumption is already very controllable. If you power the board from 12v (not USB), shutdown (or deep sleep) the modem, and deep sleep the CPU, you will see power consumption drop to a very minimal level. </span><span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);" class="">The issue is not really hardware, but software support for these low power features (and in particularly being able to wake up the system from a low power state).</span></div><div class=""><br class=""></div><div class=""><blockquote type="cite" class=""><div class="">On 9 Aug 2021, at 5:02 PM, <<a href="mailto:rohit@ekraft.asia" class="">rohit@ekraft.asia</a>> <<a href="mailto:rohit@ekraft.asia" class="">rohit@ekraft.asia</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta charset="UTF-8" class=""><div class="WordSection1" style="page: WordSection1; caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;"><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span class="">Hello Mark,<o:p class=""></o:p></span></div><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span class="">               Thanks for the comments. Please find the attached responses inline in green.<o:p class=""></o:p></span></div><ol start="1" type="1" style="margin-bottom: 0cm;" class=""><li class="MsoNormal" style="margin: 0cm 0cm 12pt; font-size: 11pt; font-family: Calibri, sans-serif;">Please don’t call this "OVMS v4", as that would cause confusion. Our ‘v’ naming is based on processor architecture:<br class=""><br class="">v1 - original prototype hand-built (PIC18F2680)<br class="">v2 - first production version (PCI18F2685)<br class="">v3 - refined production version (ESP32 WROVER, 16MB flash 4MB SPIRAM)<br class=""><br class="">Within that we have a .x naming scheme for subversions. The current version is v3.2 and the upcoming 4G module will be v3.3.<br class=""><br class="">It sounds like you are trying to make a different layout of the upcoming version, so perhaps a fork of v3.3?<br class=""><br class="">My concern here is to avoid confusion.  <span style="background-color: lime;" class="">Yes this is kind of fork of v3.3 with some additions on v3.2.<span class="Apple-converted-space"> </span></span><o:p class=""></o:p></li><li class="MsoNormal" style="margin: 0cm 0cm 12pt; font-size: 11pt; font-family: Calibri, sans-serif;">SIM7600 sounds ok. That is the direction we are heading as well.<span class="Apple-converted-space"> </span><span style="background-color: lime;" class="">If we adopt the version SIM7600G-H then this is global with all regions supported. However all modules on this series are pin to pin so doesn’t matter if we go for region specific.<o:p class=""></o:p></span></li><li class="MsoNormal" style="margin: 0cm 0cm 12pt; font-size: 11pt; font-family: Calibri, sans-serif;">For ESP32 are you using WROVER module with 16MB flash and 4MB/8MB SPIRAM?<span class="Apple-converted-space"> </span><span style="background-color: lime;" class="">Noop. I am planning to use wroom only. Should I switch to wrover instead?<o:p class=""></o:p></span></li><li class="MsoNormal" style="margin: 0cm 0cm 12pt; font-size: 11pt; font-family: Calibri, sans-serif;">For things like ACC detection, full power control, RGB LED, which GPIO / extended-IO pins are you using?<span class="Apple-converted-space"> </span><span style="background-color: lime;" class="">I have used extender i.e MAX7317AEE+. Attached is the reference for esp32 connections.</span><span style="color: windowtext;" class=""></span><span style="background-color: lime;" class=""><o:p class=""></o:p></span></li></ol><p class="MsoNormal" style="margin: 0cm 0cm 12pt 36pt; font-size: 11pt; font-family: Calibri, sans-serif;"><span id="cid:image002.jpg@01D78D2B.5F91A690"><image002.jpg></span><span style="background-color: lime;" class=""><o:p class=""></o:p></span></p><ol start="5" type="1" style="margin-bottom: 0cm;" class=""><li class="MsoNormal" style="margin: 0cm 0cm 12pt; font-size: 11pt; font-family: Calibri, sans-serif;">It doesn’t look like you support the current expansion board option?<span class="Apple-converted-space"> </span><span style="background-color: lime;" class="">Noop. I am not using any expansion thing here. Any particular requirement for that?<o:p class=""></o:p></span></li><li class="MsoNormal" style="margin: 0cm 0cm 12pt; font-size: 11pt; font-family: Calibri, sans-serif;">It seems that you are using a different vehicle connector, so this will be hardwired for Indian MG ZS EV?<span class="Apple-converted-space"> </span><span style="background-color: lime;" class="">Noop. Since we can use this for many other vehicles also by changing the connector. In current version the PCB has exposed pads where we need to solder wires to connector.</span><o:p class=""></o:p></li><li class="MsoNormal" style="margin: 0cm 0cm 12pt; font-size: 11pt; font-family: Calibri, sans-serif;">Note that we removed the LED in v3 (it was in v2) due to power consumption issues with that.<span class="Apple-converted-space"> </span><span style="background-color: lime;" class="">There is power control option from hardware side. Only esp32 and accelero module are always on. For other things,  power control is done from GPIO of esp32.</span><o:p class=""></o:p></li><li class="MsoNormal" style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;">How are you intending to handle firmware? A fork of the current code, or kconfig flags to support your hardware differences?<span class="Apple-converted-space"> </span><span style="background-color: lime;" class="">Unfortunately I am not that good on software side . Can modify it slightly by not much. Would require some support on this .</span><o:p class=""></o:p></li></ol><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="background-color: lime;" class="">One more thing, I was not able to find the CAN ic in stock so using TCAN334 from TI. Will this work with MCP2515-E_ML?</span><span style="" class=""><o:p class=""></o:p></span></div><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span class=""><o:p class=""> </o:p></span></div><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span class="">Regards,<o:p class=""></o:p></span></div><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span class="">Rohit Soni<o:p class=""></o:p></span></div><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span class=""><o:p class=""> </o:p></span></div><div class=""><div style="border-style: solid none none; border-top-width: 1pt; border-top-color: rgb(225, 225, 225); padding: 3pt 0cm 0cm;" class=""><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><b class=""><span lang="EN-US" class="">From:</span></b><span lang="EN-US" class=""><span class="Apple-converted-space"> </span>OvmsDev <<a href="mailto:ovmsdev-bounces@lists.openvehicles.com" style="color: blue; text-decoration: underline;" class="">ovmsdev-bounces@lists.openvehicles.com</a>><span class="Apple-converted-space"> </span><b class="">On Behalf Of<span class="Apple-converted-space"> </span></b>Mark Webb-Johnson<br class=""><b class="">Sent:</b><span class="Apple-converted-space"> </span>09 August 2021 01:51 PM<br class=""><b class="">To:</b><span class="Apple-converted-space"> </span>OVMS Developers <<a href="mailto:ovmsdev@lists.openvehicles.com" style="color: blue; text-decoration: underline;" class="">ovmsdev@lists.openvehicles.com</a>><br class=""><b class="">Subject:</b><span class="Apple-converted-space"> </span>Re: [Ovmsdev] OVMS Hardware 4.0<o:p class=""></o:p></span></div></div></div><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><o:p class=""> </o:p></div><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="" class="">Looks interesting. A few comments:</span><o:p class=""></o:p></div><div class=""><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="" class=""><o:p class=""> </o:p></span></div></div><div class=""><ol start="1" type="1" style="margin-bottom: 0cm;" class=""><li class="MsoNormal" style="margin: 0cm 0cm 12pt; font-size: 11pt; font-family: Calibri, sans-serif;">Please don’t call this "OVMS v4", as that would cause confusion. Our ‘v’ naming is based on processor architecture:<br class=""><br class="">v1 - origjnal prototype hand-built (PIC18F2680)<br class="">v2 - first production version (PCI18F2685)<br class="">v3 - refined production version (ESP32 WROVER, 16MB flash 4MB SPIRAM)<br class=""><br class="">Within that we have a .x naming scheme for subversions. The current version is v3.2 and the upcoming 4G module will be v3.3.<br class=""><br class="">It sounds like you are trying to make a different layout of the upcoming version, so perhaps a fork of v3.3?<br class=""><br class="">My concern here is to avoid confusion.<o:p class=""></o:p></li><li class="MsoNormal" style="margin: 0cm 0cm 12pt; font-size: 11pt; font-family: Calibri, sans-serif;">SIM7600 sounds ok. That is the direction we are heading as well.<o:p class=""></o:p></li><li class="MsoNormal" style="margin: 0cm 0cm 12pt; font-size: 11pt; font-family: Calibri, sans-serif;">For ESP32 are you using WROVER module with 16MB flash and 4MB/8MB SPIRAM?<o:p class=""></o:p></li><li class="MsoNormal" style="margin: 0cm 0cm 12pt; font-size: 11pt; font-family: Calibri, sans-serif;">For things like ACC detection, full power control, RGB LED, which GPIO / extended-IO pins are you using?<o:p class=""></o:p></li><li class="MsoNormal" style="margin: 0cm 0cm 12pt; font-size: 11pt; font-family: Calibri, sans-serif;">It doesn’t look like you support the current expansion board option?<o:p class=""></o:p></li><li class="MsoNormal" style="margin: 0cm 0cm 12pt; font-size: 11pt; font-family: Calibri, sans-serif;">It seems that you are using a different vehicle connector, so this will be hardwired for Indian MG ZS EV?<o:p class=""></o:p></li><li class="MsoNormal" style="margin: 0cm 0cm 12pt; font-size: 11pt; font-family: Calibri, sans-serif;">Note that we removed the LED in v3 (it was in v2) due to power consumption issues with that.<o:p class=""></o:p></li><li class="MsoNormal" style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;">How are you intending to handle firmware? A fork of the current code, or kconfig flags to support your hardware differences?<o:p class=""></o:p></li></ol><div class=""><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="" class=""><o:p class=""> </o:p></span></div></div><div class=""><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="" class="">Regards, Mark,<o:p class=""></o:p></span></div></div></div><div class=""><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><br class=""><br class=""><o:p class=""></o:p></div><blockquote style="margin-top: 5pt; margin-bottom: 5pt;" class="" type="cite"><div class=""><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class="">On 9 Aug 2021, at 3:18 PM, <<a href="mailto:rohit@ekraft.asia" style="color: blue; text-decoration: underline;" class="">rohit@ekraft.asia</a>> <<a href="mailto:rohit@ekraft.asia" style="color: blue; text-decoration: underline;" class="">rohit@ekraft.asia</a>> wrote:<o:p class=""></o:p></div></div><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><o:p class=""> </o:p></div><div class=""><div class=""><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class="">Hello OVMS dev’s,<o:p class=""></o:p></div></div><div class=""><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class="">               I am basically hardware designer planning to use the OVMS on my MG ZS EV ( Indian version ). For this I designed the hardware containing 4g module as well as all the components on single PCB.<o:p class=""></o:p></div></div><div class=""><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class="">Have a look on below:<o:p class=""></o:p></div></div><div class=""><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><image002.jpg><image004.jpg><o:p class=""></o:p></div></div><div class=""><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> <o:p class=""></o:p></div></div><div class=""><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class="">               Top Side                                                                                                        Bottom side<o:p class=""></o:p></div></div><div class=""><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> <o:p class=""></o:p></div></div><div class=""><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class="">The hardware features are as follows:<o:p class=""></o:p></div></div><ol start="1" type="1" style="margin-bottom: 0cm; margin-top: 0cm;" class=""><li class="MsoListParagraph" style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;">4G module with active GPS antenna support ( sim7600 )<o:p class=""></o:p></li><li class="MsoListParagraph" style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;">ESP32 as main processor ( similar to ovms rev 3)<o:p class=""></o:p></li><li class="MsoListParagraph" style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;">Sim and sd card in stacked single slot to save space<o:p class=""></o:p></li><li class="MsoListParagraph" style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;">3 can bus ports<o:p class=""></o:p></li><li class="MsoListParagraph" style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;">Battery backup in case need to use this device as security. On board charging<o:p class=""></o:p></li><li class="MsoListParagraph" style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;">Accelero/ gyro combined low power device<o:p class=""></o:p></li><li class="MsoListParagraph" style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;">ACC detection in case of supported from vehicle from OBD port<o:p class=""></o:p></li><li class="MsoListParagraph" style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;">Fully power control of each and every component and low power sleep mode<o:p class=""></o:p></li><li class="MsoListParagraph" style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;">Input power supply up-to 60 V<o:p class=""></o:p></li><li class="MsoListParagraph" style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;">RGB  led for status indication<o:p class=""></o:p></li></ol><div class=""><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> <o:p class=""></o:p></div></div><div class=""><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class="">The device case would be as below in which OBD connector would be there.<o:p class=""></o:p></div></div><div class=""><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><image007.jpg><image008.jpg><o:p class=""></o:p></div></div><div class=""><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> <o:p class=""></o:p></div></div><div class=""><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class="">Do let me know if we need to add something so hardware is future ready.<span class="apple-converted-space"> </span><o:p class=""></o:p></div></div><div class=""><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> <o:p class=""></o:p></div></div><div class=""><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class="">Regards,<o:p class=""></o:p></div></div><div class=""><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class="">Rohit Soni<o:p class=""></o:p></div></div><div class=""><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class="">+91-9660770212<o:p class=""></o:p></div></div><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: Helvetica, sans-serif;" class="">_______________________________________________<br class="">OvmsDev mailing list<br class=""></span><a href="mailto:OvmsDev@lists.openvehicles.com" style="color: blue; text-decoration: underline;" class=""><span style="font-size: 9pt; font-family: Helvetica, sans-serif;" class="">OvmsDev@lists.openvehicles.com</span></a><span style="font-size: 9pt; font-family: Helvetica, sans-serif;" class=""><br class=""></span><a href="http://lists.openvehicles.com/mailman/listinfo/ovmsdev" style="color: blue; text-decoration: underline;" class=""><span style="font-size: 9pt; font-family: Helvetica, sans-serif;" class="">http://lists.openvehicles.com/mailman/listinfo/ovmsdev</span></a><o:p class=""></o:p></div></div></blockquote></div><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><o:p class=""> </o:p></div></div><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">_______________________________________________</span><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">OvmsDev mailing list</span><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><a href="mailto:OvmsDev@lists.openvehicles.com" style="color: blue; text-decoration: underline; font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class="">OvmsDev@lists.openvehicles.com</a><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><a href="http://lists.openvehicles.com/mailman/listinfo/ovmsdev" style="color: blue; text-decoration: underline; font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class="">http://lists.openvehicles.com/mailman/listinfo/ovmsdev</a></div></blockquote></div><br class=""></div></body></html>