Hey guys, Im using Nodemcu, but what about Wemos? I read specs and they seem similar, but I want to hear your opinions from people who use them.
Thanks in advance.
Hey guys, Im using Nodemcu, but what about Wemos? I read specs and they seem similar, but I want to hear your opinions from people who use them.
Thanks in advance.
It depends on what youâre doing with them.
Some of the NodeMCU boards are a bit wider than the Wemos D1 Mini, which makes them harder to use on breadboards. The ModeMCUs are also longer, as the have more pins, which can be handy if you need those pins; but that means they take up more space.
The thing I like about the D1 Mini is the add-on boards that are available. The double and triple bases are very handy and you can get relay boards, boards with switches, temperature sensors, OLED displays etc. You can stack these on top of each other if you wish, or use the bases.
Most NodeMCUs come with the 0.1â pitch header pins soldered in place, but the Wemos donât. They generally come with pin, socket and long leg socket headers and you can chose which ones you want depending on your physical requirements. This can be a pain if you donât like soldering, but can be handy if you need to fit the board into a particular space. Sometimes I donât use the headers at all, soldering wires and components directly into the boards to reduce the number of connections and reduce the bulk.
Theyâre pretty cheap (around 3 euros) if you buy on AliExpress, but delivery time is fairly slow, so order half a dozen, plus some bases, relays etc to make it worth your while.
Pete.
I think itâs just a matter of âwhat you have at handâ. NodeMCU is certainly larger, have soldered header pins as pointed by @PeteKnight, which may, or MAY NOT be desired. One real difference is with D1 mini pro, which has socket for external antenna.
the bare boards are what i work with.
i am happy to solder mine everytime i built a new project.
breadboarding is not something i do⌠just hardwire it up and GO!
Only V3 NodeMCU is wider than Mini D1. Iâm using both NodeMCU V2 (one with narrow pin base and CP2012) and Wemos Mini D1. Wemos is practical because of itâs compact dimensions and low power consumption, but thatâs all it has to offer compered to NodeMCU. On the other hand, NodeMCU is probably the best ESP platform available, looking from a hardware perspective, itâs much better built than basic D1 Mini.
Unless you want to use the Wemos dual or triple bases, or make use of the stackability of the Wemos âshieldsâ.
Iâve not found any build issues with the D1 Minis that Iâve bought from AliExpress for around âŹ3 each. These are almost certainly clones rather than genuine Wemos parts, but theyâve always worked fine straight out of the packet. Iâve never had one fail, except when Iâve done something stupid like allowing a breadboard to slide off the desk and short-out the connections on the board.
Either way, theyâre both good boards and I wouldnât lose any sleep if I was forced to use the NodeMCU over the Wemos.
It would be nice if they stopped labelling the pins in that crazy way, and a few extra ground pins on the Wemos would make hard-wiring projects a bit easier, but other than that I love them.
Pete.
OK, ONE strong (?) point for NodeMCU: More capable 3.3V voltage regulator
AND ONE for D1 mini PRO: external antenna.
@PeteKnight actually I decided against the old fashioned shares but I did create 1 billion ESPproMon crypto tokens yesterday on the blockchain.
And what is one ESPproMon crypto token currently trading for?
Pete.
0.001 BTC or oddly about 0.2 WAVES
So that means your 1 Billion ESPproMon thingys are worth around 7 Billion quid. How does that work then? If you push the button again do you double your net worth or halve it?
Didnât Greece try to do the same thing recently to dig themselves out of their economic mess? Maybe we should pay our Brexit divorce settlement in crypto tokens!
Pete
@PeteKnight our crypto portfolio is not worth anywhere close to ÂŁ7bn today, itâs around $1.5bn based on recent trades for our coins.
Whatâs a few billion $$$ between super-rich friends?
Pete.
So, can i use the same script on both?
Yes.
The Wemos D1 Mini doesnât have some of the pins that the NodeMCU has - to save space, otherwise it wouldnât be âminiâ.
So, if your NodeMCUcode uses GPIO 9 or 10 then youâll find that those pins donât exist on the Wemos. But, if you read this then youâll see that you shouldnât be using those pins anyway:
I did a bit of a comparison between various devices in this topic:
Pete.