An Esp8266 Nextion Scene controller??
-
@fets @David-Vitrant as @Didi pointed out this is Peter Scargill's board. I suggest you read this link if you want to set it up - http://tech.scargill.net/home-control-2016/ It does require MQTT and Node-red knowledge though
I uploaded the latest version on oshpark
@alexsh1 said:
I uploaded the latest version on oshpark
I'm a fan of scargill work. I saw this article a while ago but I didn't use ESP8266 at the time, so I didn't pay attention.
Now after several tests with ESP, I'm more interested in this PCB, but I can't find a link to oshpark in the article.
Can you provide a link please.:clap: -
@alexsh1 Ha thanks for the osh link :). Saved me the trouble. I find myself building many similar projets and exploring similar avenues as Scargill.
Have to use my SMD workstation and go blind for this. But will try anyway.
-
@scalz : What software did you used to create these 3d pics of your board?
Thanks! -
@ben5en
solidworks, sketchup -
Hi @alexsh1 ,
did you finished your Enhanced Version? As i understood correctly the ESP8266 Board is used to send messages/touch commands over wifi - mqtt to a controller right? How it is programmed to send over mqtt?
So if i have this ESP - Board i do not need a arduino right?
Another question: Is it possible to run this board with a arduino pro mini or uno and nrf radio to send messages to my controller?
Thanks
-
As i see, i can also take some of this ESP-Boards right?
https://www.aliexpress.com/item/1pcs-lot-NodeMcu-Lua-WIFI-Internet-of-Things-development-board-based-ESP8266-esp-12e-for-arduino/32775934156.html?spm=2114.01010208.8.10.eix0zH -
Hi @alexsh1 ,
did you finished your Enhanced Version? As i understood correctly the ESP8266 Board is used to send messages/touch commands over wifi - mqtt to a controller right? How it is programmed to send over mqtt?
So if i have this ESP - Board i do not need a arduino right?
Another question: Is it possible to run this board with a arduino pro mini or uno and nrf radio to send messages to my controller?
Thanks
@artipi what is it you are trying to do?
You have to read more on the esp8266 forum.
There is a tool to upload binaries (it works on Windows 10) to esp8266. You have to compile binaries.No, the board has not been designed to be run in the arduino environment. This is only esp8266.
@artipi said in An Esp8266 Nextion Scene controller??:
Hi @alexsh1 ,
did you finished your Enhanced Version? As i understood correctly the ESP8266 Board is used to send messages/touch commands over wifi - mqtt to a controller right? How it is programmed to send over mqtt?
So if i have this ESP - Board i do not need a arduino right?
Another question: Is it possible to run this board with a arduino pro mini or uno and nrf radio to send messages to my controller?
Thanks
-
As i see, i can also take some of this ESP-Boards right?
https://www.aliexpress.com/item/1pcs-lot-NodeMcu-Lua-WIFI-Internet-of-Things-development-board-based-ESP8266-esp-12e-for-arduino/32775934156.html?spm=2114.01010208.8.10.eix0zH -
I stumbled across this thread while searching for something related and thought I'd resurrect it to mention my HASwitchPlate project, which utilizes an ESP8266 as a MQTT-to-Nextion gateway to act as a wall-mounted scene controller. The project includes code for the ESP8266, Nextion, and home automation platforms including Home Assistant and OpenHAB. A PCB has been developed to allow running from AC power, and 3D-printable models are provided to mount the project into a single-gang work box common in North America.
The end result is a scene controller you can build yourself with all the necessary components (software, electronics, and physical enclosure) ready to download.