Olimex MOD-WIFI-ESP8266 alternatives

Discussion about various user interfaces such as web interface, displays and apps
Post Reply
User avatar
rstevens81
Posts: 349
Joined: Sun Dec 22, 2019 10:36 am
Location: Bristol, UK
Has thanked: 21 times
Been thanked: 91 times

Olimex MOD-WIFI-ESP8266 alternatives

Post by rstevens81 »

Can I ask a dumb question... Why are we still using an olimex esp8266 as they are evil particular since you need to bridge solder pads to flash etc.
Why not move to wemos d1 mini
Or even a S2 mini to prevent further issues with supply?

(Feel free to flame me 😁)
Rule 1 of EV Club is don't buy a rust bucket....
Which rule does everyone forget 🤪
jon volk
Posts: 572
Joined: Wed Apr 10, 2019 7:47 pm
Location: Connecticut
Been thanked: 2 times

Re: Tesla Charger alternative firmware

Post by jon volk »

rstevens81 wrote: Thu Mar 10, 2022 7:01 pm Can I ask a dumb question... Why are we still using an olimex esp8266 as they are evil particular since you need to bridge solder pads to flash etc.
Why not move to wemos d1 mini
Or even a S2 mini to prevent further issues with supply?

(Feel free to flame me 😁)
The form factor is completely different and would require a new interface on all the OI boards is my guess. It does bring up an interesting thought of a custom pcb with some small dip switches. JLC does appear to stock espressif esp8266's in QFN32. Perhaps I may take a swing and drawing something up to see what that might look like.
Formerly 92 E30 BMW Cabrio with Tesla power
User avatar
rstevens81
Posts: 349
Joined: Sun Dec 22, 2019 10:36 am
Location: Bristol, UK
Has thanked: 21 times
Been thanked: 91 times

Re: Tesla Charger alternative firmware

Post by rstevens81 »

Yes I know what you mean about form factor the wemos is a bit bigger but you only actually need Tx and Rx, which means an external mounting (in the cabin) could be considered a sensible option
Rule 1 of EV Club is don't buy a rust bucket....
Which rule does everyone forget 🤪
User avatar
johu
Site Admin
Posts: 5683
Joined: Thu Nov 08, 2018 10:52 pm
Location: Kassel/Germany
Has thanked: 153 times
Been thanked: 960 times
Contact:

Re: Olimex MOD-WIFI-ESP8266 alternatives

Post by johu »

JLCPCB stock the far cheaper and more capable ESP-12F . Just search their part database for esp8266

Certainly worth a try
Support R/D and forum on Patreon: https://patreon.com/openinverter - Subscribe on odysee: https://odysee.com/@openinverter:9
User avatar
Roadstercycle
Posts: 118
Joined: Mon Sep 23, 2019 10:28 pm
Location: California
Has thanked: 3 times
Been thanked: 2 times
Contact:

Re: Olimex MOD-WIFI-ESP8266 alternatives

Post by Roadstercycle »

To upgrade to the commercial firmware in my Gen 2 charger V5 I ended up using a Wemos D1. Tried to program the stock 8266 with no luck. The D1 took the first time. I've uploaded a couple pics to show how I installed it as it has a bigger footprint. I used 2, 5 wide connectors and plugged them into the board with some glue between to bond them together. The header pins are staggered on the board so this way I knew there were plugged in all the way. Then I removed them once bonded and hot glued it to the D1 board. Used 4 short wires to do the connections. Plugged the board in and tested it. After testing a put a spot of hot glue on the one corner next to the black connector on the board to make so it would not vibrate loose. I also added a piece of electrical tape to the top of the D1 board because it was close to the aluminum cover, I don't think it touches but better save than sorry. Worked great.
Attachments
IMG_4735.JPG
IMG_4732.JPG
IMG_4730.JPG
MattsAwesomeStuff
Posts: 871
Joined: Fri Apr 26, 2019 5:40 pm
Has thanked: 278 times
Been thanked: 165 times

Re: Olimex MOD-WIFI-ESP8266 alternatives

Post by MattsAwesomeStuff »

IIRC, Brattitude was producing a board that converted Wemos D1 Minis to the Olimex. Little adapter thingy.
User avatar
johu
Site Admin
Posts: 5683
Joined: Thu Nov 08, 2018 10:52 pm
Location: Kassel/Germany
Has thanked: 153 times
Been thanked: 960 times
Contact:

Re: Olimex MOD-WIFI-ESP8266 alternatives

Post by johu »

Very neat. I think the actual Olimex board isn't the problem but the choice of connector. Maybe they switched to a different supplier lately
Support R/D and forum on Patreon: https://patreon.com/openinverter - Subscribe on odysee: https://odysee.com/@openinverter:9
User avatar
janosch
Posts: 306
Joined: Tue Jun 30, 2020 9:23 am
Location: London, UK
Has thanked: 67 times
Been thanked: 54 times
Contact:

Re: Olimex MOD-WIFI-ESP8266 alternatives

Post by janosch »

Just a quick note. I had endless connectivity problems with the MOD-Wifi, pulled the drivetrain twice because of it I think over the last months, and today finally realised that the combination of connector on my Tesla Logic board & Olimex connector is to be blamed! Need to replace the connector.

Without DuPont wire:

Code: Select all

time curl http://192.168.4.1/index.js | md5sum -
returns different results from failed page loads, ESP8266 struggles to connect to the STM32 (sometimes only every 3rd time or less)

With DuPont wire:
HTTP requests always successful, params from STM32 load first time

Leaving this here in case it helps someone. Couldn't believe it. Went back and forth a few times, definitely the plug & connector combo. Added it here: https://openinverter.org/wiki/Olimex_MO ... mon_Issues
Attachments
esp8266_troubleshoot.png
MattsAwesomeStuff
Posts: 871
Joined: Fri Apr 26, 2019 5:40 pm
Has thanked: 278 times
Been thanked: 165 times

Re: Olimex MOD-WIFI-ESP8266 alternatives

Post by MattsAwesomeStuff »

janosch wrote: Fri Apr 29, 2022 11:21 amWith DuPont wire:
I've been having the exact opposite problem. The Duponts are twitchy and inconsistent, and wiggle loose. I was going to make an adapter like shown earlier in the thread.

But now seeing that you've had troubles that way too, I'm tempted to say, for as often as you'd ever replace the wifi... just solder the damned board up directly and be done with it.
User avatar
janosch
Posts: 306
Joined: Tue Jun 30, 2020 9:23 am
Location: London, UK
Has thanked: 67 times
Been thanked: 54 times
Contact:

Re: Olimex MOD-WIFI-ESP8266 alternatives

Post by janosch »

MattsAwesomeStuff wrote: Fri Apr 29, 2022 7:38 pm ...
Makes sense, I removed the biased red cross and green tick from the wiki, and just leaving a note telling people to try varying things: https://openinverter.org/wiki/Olimex_MO ... mon_Issues
Skudak
Posts: 26
Joined: Thu Oct 01, 2020 1:04 pm

Re: Olimex MOD-WIFI-ESP8266 alternatives

Post by Skudak »

I replaced the olimex on my motor board with a D1. It was so much easier to program and setup. Anecdotal, but it seems like it connects faster and has slightly better range.
I'm a little concerned about motor vibrations but I'll just keep an eye on it and worse case have to pull it out and try something else.
Attachments
20220512_192527.jpg
20220512_192521.jpg
Jonr
Posts: 47
Joined: Fri Feb 11, 2022 1:28 pm
Location: Surrey, England
Has thanked: 1 time
Been thanked: 6 times

Re: Olimex MOD-WIFI-ESP8266 alternatives

Post by Jonr »

Has anyone used a nodeMCU in place of the Olimex device? I'm trying to use this on a ZombieVerter.
I have loaded FSBrowser.ino.modwifi.bin bootloader using the esptool.py as described in the Olimex MOD-WIFI-ESP8266 wiki page.
The arduino software came from Johannes Huebner esp8266-web-interface on github
I've loaded the SPIFF files via Arduino and then loaded the LittleFS files and main .ino program.
All the above loaded without error but the server didn't start as I couldn't see a new network with an SSID of inverter

Has anyone sucessfully done this and if so, how dd you do it?

EDIT: after digging around for a day I found this. viewtopic.php?p=46247&sid=d758ca4f16bf7 ... d2b#p46247

Problem solved, although, for me, the SPIFF route worked, the LittleFS didn't - I don't know why!
Project : GS450h into BMW 3 Series Touring?
Jonr
Posts: 47
Joined: Fri Feb 11, 2022 1:28 pm
Location: Surrey, England
Has thanked: 1 time
Been thanked: 6 times

Re: Olimex MOD-WIFI-ESP8266 alternatives

Post by Jonr »

Resolution to D1 mini and NodeMCU comms failure...
viewtopic.php?p=48518#p48518
Project : GS450h into BMW 3 Series Touring?
Alibro
Posts: 829
Joined: Sun Feb 23, 2020 9:24 am
Location: Northern Ireland
Has thanked: 248 times
Been thanked: 144 times
Contact:

Re: Olimex MOD-WIFI-ESP8266 alternatives

Post by Alibro »

I've been struggling to program an Olimex ESP8266 for a couple of days but not because of soldering issues. The Rev B boards have a button you hold in when powering up to put into programming mode.
My problems are more to do with poor understanding of the process so any tips would be appreciated.
I need a bigger hammer!
Post Reply