Page 1 of 1

Turn a light with esp32

Posted: Sun Sep 11, 2016 11:02 pm
by OrielB
Hi all,

I'm working on a small project which I want to use the ESP32 in order to turn a small led light using the Bluetooth capabilities of the chip.
I'm pretty new to this all world so I'm not 100% sure how I should do it, any guidance? anyone did something similar to it?
I did see guides on how to do it with other Bluetooth chips and Attiny85 chip as well but as far as I could understand if I'm using the ESP32 I will not need the Attiny85 right?

Appreciate any input / help.

Thanks everyone !

Re: Turn a light with esp32

Posted: Thu Sep 15, 2016 5:10 am
by leo_ck
Yeah, you won't need to have the Attiny. The attiny does the processing part in this case, so now with esp32, you can just have the ESP32 do the work.