First prototype : based on NodeMCU
Trying to use ESP8266 to build a "remote" for driving some of my wifi compliant personal projects (robots, home appliance ... )
To make the experience fit your profile, pick a username and tell us what interests you.
We found and based on your interests.
First prototype : based on NodeMCU
I had few hours to at least complete the second revision of the remote, and to program it.
It's small, it's not so pretty (but prettier than revision 1 ...) but it works.
And it's much more children proof !
For now it's only able to drive my mini robot, but I will add other features later.
And if you are asking, yep, the small robot head is animated. I have less space on screen with this revision than on Rev 1, so I decided to be more "graphic" than "textual" ...
Here how it works with "robot small" (sorry for vertical video ...)
I don't think I will be able to work on a new revision with a custom PCB until maybe 6 months or so. So for now I will use this version and complete my robot projects. And then I will start some connected home projects.
I don't have a lot of time for working on my projects, but I was able to prepare something for the 2nd prototype based on standard D1 Mini modules
I'm not good at all on soldering, and I did a mistake with the D1 Mini Battery shield, so I had to remove and restart everything.
But at least now it's OK and working.
It's built around the ꝺeshipu's D1 Mini X-Pad, using only orginal Wemos D1 mini lite + shields. I have added a LiPo + one on/off button + some button caps.
These shields are very compact
It works :-)
Everything will be crammed into a standard 72x44x25 project box like this :
I know it's ugly but it's already better than the 1st proto :-)
Maybe I will be able to work on it in 1 or 2 weeks
I want to keep the same stack (ESP8266) for code compatibility, but what I have discovered :
So I will start something simpler, and I have found an amazing board for this : the D1 Mini X-Pad from amazing ꝺeshipu
I will use :
So it's just an assembly of standard boards :-/ Total price is well bellow 15$
But for 3rd prototype, maybe I will try to create my own PCB ...
The 1st prototype is mostly based on standard boards / modules, mixed together with 2 pre-drilled protoboard
What's inside :
Node MCU is soldered (for space constraints). Everything else can be removed
The idea was to add everything from a breadboard to space-constrained boards. And to be able to build it with a crappy solder iron, bad quality protoboard, and spare pieces. Everything was done in few days 4 months ago
Here some pictures I have kept
The Node MCU is taking a lot of space : at this time I didn't knew about D1 Mini :-) :
I have tried to organize everything before soldering :
Once completed : Yes I know, it's ugly ...
Since then it's programming only. I work with Arduino IDE only, no micropython. Code is on github. Still in "prototype" mode ...
Create an account to leave a comment. Already have an account? Log In.
Hello. I have posted more details on github. Yes I will add details on supported devices once I will have time to build / program them :-)
For now, what this 1st prototype can do :
* I have completed code for driving one of my "robots" : https://github.com/manuito/robot-small. Children proof
* I wish to add support code for https://github.com/manuito/robot-large also. The robot code is similar
* I will add support for everything I will build based on ESP8266 / ESP32 once I will be able to work on it :-) I expect to to for example some simple stuff like light control, wifi network control, and other robots, including an hexapod
Become a member to follow this project and never miss any updates
Dear Emmanuel,
this device looks very imteresting! Do you plan showing details of the peripheral devices you will control with it?