-->
Page 1 of 2

ESP8266 WIFI with Attiny85 & Relay for IOT

PostPosted: Sat May 16, 2015 5:37 pm
by dinumechaguy
ESP8266 WIFI with Attiny85 & Relay for IOT with Open source App. Create Smart Switch,Smart Bulb.
https://goo.gl/CzOg3u

Re: ESP8266 WIFI with Attiny85 & Relay for IOT

PostPosted: Sun May 17, 2015 7:37 am
by eriksl
How did you implement the serial communication? The attiny's have no uart. Did you manage to use the USI module or do you use bitbanging?

Re: ESP8266 WIFI with Attiny85 & Relay for IOT

PostPosted: Sun May 17, 2015 9:17 am
by dinumechaguy
eriksl wrote:How did you implement the serial communication? The attiny's have no uart. Did you manage to use the USI module or do you use bitbanging?


Thank you. We have implemented Uart using bit banging

Re: ESP8266 WIFI with Attiny85 & Relay for IOT

PostPosted: Sun May 17, 2015 9:31 am
by eriksl
Nice. I like minimal implementations.