(no title)
stonewareslord | 3 years ago
Do you have a recommendation on how to start an ESP8266 project? Which board/power supply/??? Did you buy to do this for example
stonewareslord | 3 years ago
Do you have a recommendation on how to start an ESP8266 project? Which board/power supply/??? Did you buy to do this for example
GekkePrutser|3 years ago
The ESP32 also has bluetooth which the 8266 doesn't. But WiFi and BT can't be used at the same time, you can turn them both on but they have to share the 'airtime' meaning more airtime for BT is more packet loss for wifi. If I need both I will usually just use 2 for this reason :)
For programming I used https://ESPHome.io which is perfect for Home Assistant and you can program it right from the Home Assistant interface, just by declaring a few variables. I even have a $2 OLED display hooked up to it (SSD1306 1-color typical aliexpress thingy), works perfectly.
It's highly recommended, let me know if you have more questions.
And yeah like the other person said, power supply for these boards is irrelevant, any USB supply will do. They're not fussy because they don't use a lot of power unlike a pi.
eulers_secret|3 years ago
I personally buy whatever esp32 is on Amazon and use whatever usb power bricks I have laying around.
GekkePrutser|3 years ago