A small board to do all kind of automation stuff only with an ESP8266 - 07
To make the experience fit your profile, pick a username and tell us what interests you.
We found and based on your interests.
so i have a working circuit on a breadboard and i (tried) to design a PCB and i hope it works like the breadboard ^^
Create an account to leave a comment. Already have an account? Log In.
i used a basic udp socket in lua, and send all recieved data to the Arduino chip for processing.
Hey Jan, I'm curious about your IOS code, any possibility that you'll be publishing this?
yeah sure, sadly it's not iOS 9+ ready but i will post a github repo here
i think in this file is everything you need:
https://github.com/SoulOfNoob/ESP-07-Home-Automation-Hub/blob/master/SoulOfControl/ViewController.m
but it's my fist Objective-C Project so it's ugly as hell XD
Hi, I am working on the same type of project using, ESP 12E board but still not able to decide to do the coding in lua or Arduino IDE. I think Arduino IDE is better.
I personally have had more fun with the Arduino IDE in combination with the ESP8266.
Become a member to follow this project and never miss any updates
so did you learn the lua or still using arduino IDE in conjuction with Lua to make this happen .