#esp8266 — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #esp8266, aggregated by home.social.
-
Sigo avanzando con el proyecto del **Timbre Escolar Inteligente** y hoy quería compartir dos frentes en los que estuve trabajando en paralelo.
Por un lado, el **diseño del gabinete en FreeCAD**, pensando en una solución más prolija, compacta y lista para llevar a prototipo físico. Y por otro, una **API REST de consulta de feriados**, para que el sistema pueda identificar fechas especiales y evitar que suenen los timbres en días no laborables.
Me gusta mucho cuando un proyecto empieza a integrar distintas capas: software, electrónica, mecánica e integración con servicios externos. Ahí es donde realmente se empieza a transformar en una solución completa.
Todavía queda camino por recorrer, pero cada avance suma y le da más forma a la idea.
#FreeCAD #PCB #IoT #ESP8266 #API #REST #Electronica #EmbeddedSystems #ProyectoPersonal #Ingeniería
-
A medida que fui avanzando con el software, también se fue definiendo el hardware, y hoy llegó el momento de dar un paso importante: empezar el diseño del PCB prototipo de mi Timbre Escolar Inteligente.
El proyecto ya viene tomando forma con la lógica de control, la interfaz web y la comunicación por WebSocket, y ahora toca materializar esas ideas en una placa pensada para ser más ordenada, compacta y confiable.
Este tipo de avances son los que más me entusiasman, porque transforman una idea de software en un sistema completo, listo para iterar, probar y mejorar.
Próximo paso: comenzar el ruteo del PCB y preparar la primera versión física del prototipo.
#Electrónica #PCB #ESP8266 #IoT #EmbeddedSystems #Arduino #WebSockets #ProyectoPersonal #Ingeniería
-
A medida que fui avanzando con el software, también se fue definiendo el hardware, y hoy llegó el momento de dar un paso importante: empezar el diseño del PCB prototipo de mi Timbre Escolar Inteligente.
El proyecto ya viene tomando forma con la lógica de control, la interfaz web y la comunicación por WebSocket, y ahora toca materializar esas ideas en una placa pensada para ser más ordenada, compacta y confiable.
Este tipo de avances son los que más me entusiasman, porque transforman una idea de software en un sistema completo, listo para iterar, probar y mejorar.
Próximo paso: comenzar el ruteo del PCB y preparar la primera versión física del prototipo.
#Electrónica #PCB #ESP8266 #IoT #EmbeddedSystems #Arduino #WebSockets #ProyectoPersonal #Ingeniería
-
A medida que fui avanzando con el software, también se fue definiendo el hardware, y hoy llegó el momento de dar un paso importante: empezar el diseño del PCB prototipo de mi Timbre Escolar Inteligente.
El proyecto ya viene tomando forma con la lógica de control, la interfaz web y la comunicación por WebSocket, y ahora toca materializar esas ideas en una placa pensada para ser más ordenada, compacta y confiable.
Este tipo de avances son los que más me entusiasman, porque transforman una idea de software en un sistema completo, listo para iterar, probar y mejorar.
Próximo paso: comenzar el ruteo del PCB y preparar la primera versión física del prototipo.
#Electrónica #PCB #ESP8266 #IoT #EmbeddedSystems #Arduino #WebSockets #ProyectoPersonal #Ingeniería
-
A medida que fui avanzando con el software, también se fue definiendo el hardware, y hoy llegó el momento de dar un paso importante: empezar el diseño del PCB prototipo de mi Timbre Escolar Inteligente.
El proyecto ya viene tomando forma con la lógica de control, la interfaz web y la comunicación por WebSocket, y ahora toca materializar esas ideas en una placa pensada para ser más ordenada, compacta y confiable.
Este tipo de avances son los que más me entusiasman, porque transforman una idea de software en un sistema completo, listo para iterar, probar y mejorar.
Próximo paso: comenzar el ruteo del PCB y preparar la primera versión física del prototipo.
#Electrónica #PCB #ESP8266 #IoT #EmbeddedSystems #Arduino #WebSockets #ProyectoPersonal #Ingeniería
-
A medida que fui avanzando con el software, también se fue definiendo el hardware, y hoy llegó el momento de dar un paso importante: empezar el diseño del PCB prototipo de mi Timbre Escolar Inteligente.
El proyecto ya viene tomando forma con la lógica de control, la interfaz web y la comunicación por WebSocket, y ahora toca materializar esas ideas en una placa pensada para ser más ordenada, compacta y confiable.
Este tipo de avances son los que más me entusiasman, porque transforman una idea de software en un sistema completo, listo para iterar, probar y mejorar.
Próximo paso: comenzar el ruteo del PCB y preparar la primera versión física del prototipo.
#Electrónica #PCB #ESP8266 #IoT #EmbeddedSystems #Arduino #WebSockets #ProyectoPersonal #Ingeniería
-
My DIY air quality monitor system has been out of commission for a while and I couldn’t be bothered to investigate it
But
I did this weekend, though, and I think I fixed a few issues too
The raspberry pi zero in charge of storing the readings was struggling, apparently kernel panic
So I reinstalled the flash entirely from a recent image, added my tools and my app, all of which took an hour
Everything is back and I iterated a few times on the microcontroller app, and it hasn’t been smooth but it’s been better than last year
Issues as far as I could see were:
- too many WiFi thingies close together in a small room => RF interference
- the bridge node was spending too much time not reaching storage over HTTP => not getting mesh sync => nodes disconnected
So I spaced them out and I added a timed reset
Let’s see how long this lasts!
#rpizero #iot #diy_electronics #arduino #esp32 #esp8266 #sqlite #mesh #DiyAirQualityMonitor
-
My DIY air quality monitor system has been out of commission for a while and I couldn’t be bothered to investigate it
But
I did this weekend, though, and I think I fixed a few issues too
The raspberry pi zero in charge of storing the readings was struggling, apparently kernel panic
So I reinstalled the flash entirely from a recent image, added my tools and my app, all of which took an hour
Everything is back and I iterated a few times on the microcontroller app, and it hasn’t been smooth but it’s been better than last year
Issues as far as I could see were:
- too many WiFi thingies close together in a small room => RF interference
- the bridge node was spending too much time not reaching storage over HTTP => not getting mesh sync => nodes disconnected
So I spaced them out and I added a timed reset
Let’s see how long this lasts!
#rpizero #iot #diy_electronics #arduino #esp32 #esp8266 #sqlite #mesh #DiyAirQualityMonitor
-
My DIY air quality monitor system has been out of commission for a while and I couldn’t be bothered to investigate it
But
I did this weekend, though, and I think I fixed a few issues too
The raspberry pi zero in charge of storing the readings was struggling, apparently kernel panic
So I reinstalled the flash entirely from a recent image, added my tools and my app, all of which took an hour
Everything is back and I iterated a few times on the microcontroller app, and it hasn’t been smooth but it’s been better than last year
Issues as far as I could see were:
- too many WiFi thingies close together in a small room => RF interference
- the bridge node was spending too much time not reaching storage over HTTP => not getting mesh sync => nodes disconnected
So I spaced them out and I added a timed reset
Let’s see how long this lasts!
#rpizero #iot #diy_electronics #arduino #esp32 #esp8266 #sqlite #mesh #DiyAirQualityMonitor
-
My DIY air quality monitor system has been out of commission for a while and I couldn’t be bothered to investigate it
But
I did this weekend, though, and I think I fixed a few issues too
The raspberry pi zero in charge of storing the readings was struggling, apparently kernel panic
So I reinstalled the flash entirely from a recent image, added my tools and my app, all of which took an hour
Everything is back and I iterated a few times on the microcontroller app, and it hasn’t been smooth but it’s been better than last year
Issues as far as I could see were:
- too many WiFi thingies close together in a small room => RF interference
- the bridge node was spending too much time not reaching storage over HTTP => not getting mesh sync => nodes disconnected
So I spaced them out and I added a timed reset
Let’s see how long this lasts!
#rpizero #iot #diy_electronics #arduino #esp32 #esp8266 #sqlite #mesh #DiyAirQualityMonitor
-
My DIY air quality monitor system has been out of commission for a while and I couldn’t be bothered to investigate it
But
I did this weekend, though, and I think I fixed a few issues too
The raspberry pi zero in charge of storing the readings was struggling, apparently kernel panic
So I reinstalled the flash entirely from a recent image, added my tools and my app, all of which took an hour
Everything is back and I iterated a few times on the microcontroller app, and it hasn’t been smooth but it’s been better than last year
Issues as far as I could see were:
- too many WiFi thingies close together in a small room => RF interference
- the bridge node was spending too much time not reaching storage over HTTP => not getting mesh sync => nodes disconnected
So I spaced them out and I added a timed reset
Let’s see how long this lasts!
#rpizero #iot #diy_electronics #arduino #esp32 #esp8266 #sqlite #mesh #DiyAirQualityMonitor
-
Mandatory hardware checkpoint: Bad Apple on the 0.96" OLED. 📺
But plot twist: this isn't pre-loaded on the flash memory. I'm actively streaming the frames live over Wi-Fi from a web browser on my laptop to an ESP8266. It handles live camera feeds and a drawing canvas too!
#esp8266 #esp32 #iot #hardware #microcontroller #embedded #maker #webdev #badapple #webdev #diyproject
-
No me dio el tiempo para grabar un video y mostrar los casos-uso ya resueltos. Pero a pesar de que mi hijo se enfermó y luego lo seguí yo (15 días difíciles), esta semana pude hacer algunos avances y ya puedo cargar timbres con su duración y hacerlos sonar.
Falta bastante todavía, pero va tomando forma, y creo que se ve bastante bien.
-
Как я превратил смартфон в Modbus-RTU терминал для RS-485
О себе: бэк-энд разработчик java/kotlin и немножко go, собственно вот профиль . Работаю программистом я немного более трёх лет. До этого более 10 лет трудился в одной известной газовой компании в сфере электрохимической защиты подземных стальных сооружений от коррозии, также электроснабжения и немного автоматики. Была у меня там специализация на ремонте электронных блоков для эксплуатируемого оборудования. И вот в начале 2010-х строились новые объекты, а на них появились относительно современные на тот момент так называемые системы коррозионного мониторинга. Тогда я ещё был «синим воротничком» то есть непосредственно трогал всё своими руками.
https://habr.com/ru/articles/1033290/
#modbus_rtu #rs485 #esp8266 #arduino #промышленная_автоматизация #асутп #телемеханика #iot #embedded #микроконтроллеры
-
Сегодня день Радио, поздравляю всех причастных 😀
Жутко хочу освободить время и вкатиться в эту тему, это интереснейшее занятие (как мне видится со стороны)
Недавно решил поковырять RDS
Немного справки (для тех кто знает - пропускайте)
Если вы когда-нибудь видели на автомагнитоле название станции вродеROCK FM, бегущую строку с текстом песни или автоматическую установку времени, значит вы уже пользовались RDS, просто не задумывались об этомЧерез RDS станция может передавать:
PS- короткое имя станцииRT- радиотекстPI- код станцииCT- время станции
Для исследовательского или радиолюбительского проекта это уже набор наблюдаемых цифровых признаков:
- на какой частоте что реально вещает
- как называется станция
- какой у неё PI-код
- передаёт ли она радиотекст
- насколько корректно у неё выставлено RDS-время
- как это всё меняется в разных местах
Что значит я сделал
- rds.2big.cc - это веб-приложение для отображения таких наблюдений
Идея простая:
- Устройство сканирует FM-диапазон
- Ловит станции и читает RDS
- Прикладывает к observation своё местоположение в виде
QTH/Maidenhead - Отправляет observation в backend
- Backend складывает всё в
PostgreSQL - Frontend показывает локаторы на карте и даёт посмотреть последние приёмы и историю
Итог - получается живая карта наблюдений по локаторам, а не просто поток сырых логов
Почему здесь именно QTH/Maidenhead
Проект не использует точечные координаты как основной индекс отображения. Вместо этого observations группируются по Maidenhead-локаторамЭто даёт несколько практических преимуществ:
- визуализация на карте остаётся простой
- можно легко сравнивать районы, а не отдельные GPS-точки
- locator хорошо знаком радиолюбителям
- анонимность++
Как устроен сканер
Железная часть проекта - это устройство наESP8266 + SI4703, которое последовательно сканирует FM-частоты и читаетRDSЧто делает устройство:
- проходит по диапазону FM
- измеряет
RSSI - ждёт стабилизации RDS-данных
- собирает лучшие кандидаты для
PI,PS,RT,CT - формирует observation
- отправляет его в backend (mqtt/rest)
Вообще изначально была идея увидеть какие станции передают время и насколько оно точно отдаётся
Так же, была попытка запуститься на
ESP32 + RDA5807M, но нет - похоже библиотека, которая работает с радио не очень хорошо обрабатывает RDS и часто получал пургуПочему ESP8266 не использует отдельный GPS-модуль
Можно было бы поставить на сканер внешний GPS-модуль, но для такой задачи это часто избыточно:- лишняя плата
- лишнее питание
- лишняя антенна
- лишняя сложность
Вместо этого проект использует компаньон на Android
Android-компаньон GPSCaster
ndroid-приложение на Kotlin. Оно работает как локальный GPS-ретранслятор для устройств в той же Wi-Fi сетиЧто делает
GPSCaster:- получает положение телефона через
FusedLocationProviderClient - запускает foreground service
- держит в памяти последний валидный fix
- шлёт UDP broadcast в LAN
- слушает UDP-запросы
GET_GPS - шлёт GPS в BLE (тут кстати, отдельная идея - в принципе рассылать GPS через BLE advertisement)
- отвечает пакетом:
GPS,<unix_timestamp_seconds>,<lat>,<lon>,<accuracy_meters>
Порт протокола:45454То есть телефон фактически выступает как "сетевой GPS и источник времени" для ESP8266
Это удобная идея:
- телефон и так уже знает точные координаты
- не нужно ставить отдельный GNSS-модуль на каждое устройство
- можно быстро развернуть систему в машине или в полевых условиях
Как связаны ESP8266 и GPSCaster
Связка работает так:GPSCasterпериодически рассылает в локальную сеть UDP-пакеты с координатами и временем- ESP8266 слушает порт
45454 - Если свежих GPS-данных нет, ESP8266 может сам отправить
GET_GPS,<device_id> GPSCasterотвечает текущим fix- ESP8266 получает:
- время
- latitude
- longitude
- accuracy
- По координатам прошивка вычисляет
qth - По времени ставит
ts
Если GPS-время не удалось получить:
- прошивка пробует
NTP - если
NTPтоже не дал времени, идёт локальный счётчик от последней успешной синхронизации
Это не полноценный GPS-ресивер, но для задачи сбора подобной информации, более чем подходит
Будет желание - заходите
Если будет интересно - заходите, будем вместе собирать данные - выложу исходники прошивки и протокол передачи данных -
I am updating my athom/iotorero WLED controlers from 0.14/15 to 16. I really like the new particle system effects. PS Fire looks a lot better than the old Fire effect.
But ESP naming scheme is quite confusing... so which firmware should be applied? I am failing for the one ESP-02 esp8266 one.. I think I tried all possible firmware files, all of them failed (not bricking the hardware yet 😰)
#wled #esp8266 #esp32 #led -
I am updating my athom/iotorero WLED controlers from 0.14/15 to 16. I really like the new particle system effects. PS Fire looks a lot better than the old Fire effect.
But ESP naming scheme is quite confusing... so which firmware should be applied? I am failing for the one ESP-02 esp8266 one.. I think I tried all possible firmware files, all of them failed (not bricking the hardware yet 😰)
#wled #esp8266 #esp32 #led -
I am updating my athom/iotorero WLED controlers from 0.14/15 to 16. I really like the new particle system effects. PS Fire looks a lot better than the old Fire effect.
But ESP naming scheme is quite confusing... so which firmware should be applied? I am failing for the one ESP-02 esp8266 one.. I think I tried all possible firmware files, all of them failed (not bricking the hardware yet 😰)
#wled #esp8266 #esp32 #led -
I am updating my athom/iotorero WLED controlers from 0.14/15 to 16. I really like the new particle system effects. PS Fire looks a lot better than the old Fire effect.
But ESP naming scheme is quite confusing... so which firmware should be applied? I am failing for the one ESP-02 esp8266 one.. I think I tried all possible firmware files, all of them failed (not bricking the hardware yet 😰)
#wled #esp8266 #esp32 #led -
I am updating my athom/iotorero WLED controlers from 0.14/15 to 16. I really like the new particle system effects. PS Fire looks a lot better than the old Fire effect.
But ESP naming scheme is quite confusing... so which firmware should be applied? I am failing for the one ESP-02 esp8266 one.. I think I tried all possible firmware files, all of them failed (not bricking the hardware yet 😰)
#wled #esp8266 #esp32 #led -
A year later, and I finally cleaned the files, code, and history. *matrix* is officially done \o/.
All files (code, pcb & case) can be found here: https://gitlab.com/avernois/clocks/-/tree/main/matrix?ref_type=heads -
After all this time fiddling with my DIY air quality sensor, I’m still not sure how to read the sensor readings
Here a little bit about today’s adventure
today’s context
I am sitting on the train and the car is mostly full (about 30 adults). We’ve been at full speed for a good twenty minutes, so anything that needed to settle surely has by now. The train itself was put in service last year or whereabouts, so it’s neither brand new nor crumbling old.
The BME680 sensor I’m using has a three minute self calibration sequence that simply won’t give any readings. Anything I get is after 300s.
sensor readings and doubts
My issue is that at 14 minutes into the ride, the readings were still unsettled. Is that due to the train moving? The sensor not having enough air flow during its startup sequence to calibrate correctly?
At 24 minutes into the ride, the values look suspiciously like default values. Temperature at a steady 25, VOC reading near 25.0 and eCO2 at 500 (give or take a few units).
pressure readings make me more confident
I noticed the pressure sensor reads somewhat different values, sometimes 80 Pa difference in a few seconds even though we are at a steady pace, apparently on even ground, and the weather doesn’t appear to change. But it is very cloudy outside so who knows, maybe our speed causes us to go through more local weather differences than I realize.
However, when the train slows to a crawl, the pressure readings stabilize a lot. They start fluctuating again after we picked up some speed.
the end
I don’t quite understand the sensor’s fondness for eCO2 values so close to the 500 mark. This is a train car full of people, possibly with a working ventilation and filtering system, but I didn’t expect near-perfect or steady readings (for half an hour now).
-
The #GardenLights #Cheerlights box is now screwed to the garden wall and operational :)
So #ESP8266 D1 Mini board in there with a 20Ah battery, running #MicroBlocks script publishing using #MQTT to my broker cymplecy.uk on topic gardenlights. This received by #NodeRED on Pi in my house which uses UDP to update colour of the #Wiz lights and also toots out to cheerlights
-
@thzinc pretty near, but it's not a data logger!
The mcu is an #esp8266 (a D1 Mini clone), as you said it's connected via i2c to a #PN532 -based #NFC reader. The module to the right is not only an sdcard slot support. Is a " #DFPlayer ", a sketchy module containing an #MP3 player and amplifier, controllable via #UART. Pretty limited, but I needed someting cheap, quick and dirty, and it ticks all the boxes.
The idea is building an electronic storyteller (something like https://www.myfaba.it/ or https://lunii.com/ , but without the whole closed source stack, tracking and remote bricking they bring along) for my daughter. -
Оживляем ESP8266 и ESP32 за 15 минут без программистских заморочек с помощью MicroPython
Что, если я скажу, что для прошивки ESP8266/ESP32 не нужна Arduino IDE? Покажу, как с помощью портативных программ за 15 минут вдохнуть жизнь в ваш модуль: прошить MicroPython, помигать светодиодом и даже подключиться к Wi-Fi. Без установки гигабайтных программ и лишних телодвижений. Прошить и оживить
https://habr.com/ru/articles/960102/
#micropython #esp #esp8266 #esp32 #esp8266_arduino #espressif #putty
-
An LED Sphere For Your Desk https://hackaday.com/2025/09/27/an-led-sphere-for-your-desk/ #LEDHacks #ESP8266 #sphere #led
-
Рулим светодиодом по UDP и ESP8266
Привет, Хабр! Сегодня я поделюсь опытом работы с протоколом UDP вместе с микроконтроллером ESP8266 , где я управлял светодиодом, а также получал температуру с датчика DHT11 . Всё управление будет происходить из Android-приложения, написание логики которого также будет рассмотрено.
-
Good thing, matrix has 60 columns so I can make some test.
And I like it :)
Definitely needs a 61 columns to get a symmetry. -
Tidy LED Matrix Displays GIFs On Demand https://hackaday.com/2025/05/30/tidy-led-matrix-displays-gifs-on-demand/ #ledmatrix #LEDHacks #ESP8266 #ws2812b #led
-
Tidy LED Matrix Displays GIFs On Demand - When it comes to LED matrixes, building one is just the first step. Then you have ... - https://hackaday.com/2025/05/30/tidy-led-matrix-displays-gifs-on-demand/ #ledmatrix #ledhacks #esp8266 #ws2812b #led
-
Making Sure the Basement Stays Dry with an ESP8266 - The hack we have for you today is among our most favorite types of hack: a good, h... - https://hackaday.com/2025/05/17/making-sure-the-basement-stays-dry-with-an-esp8266/ #microcontrollers #floodingmonitor #humiditymonitor #arduinoide #homehacks #hardware #esp8266 #bmp280 #aht20
-
Making Sure the Basement Stays Dry with an ESP8266 https://hackaday.com/2025/05/17/making-sure-the-basement-stays-dry-with-an-esp8266/ #Microcontrollers #floodingmonitor #humiditymonitor #ArduinoIDE #homehacks #hardware #ESP8266 #BMP280 #AHT20
-
The Screamer Is Just Like The Clapper But Even More Annoying https://hackaday.com/2025/05/16/the-screamer-is-just-like-the-clapper-but-even-more-annoying/ #screamdetection #classichacks #TheClapper #homehacks #clapper #ESP8266 #ESP32
-
The Screamer Is Just Like The Clapper But Even More Annoying - Remember The Clapper? It was a home automation tool (of sorts) that let you turn a... - https://hackaday.com/2025/05/16/the-screamer-is-just-like-the-clapper-but-even-more-annoying/ #screamdetection #classichacks #theclapper #homehacks #clapper #esp8266 #esp32
-
Atomic Clock Trades Receiver for an ESP8266 https://hackaday.com/2025/04/07/atomic-clock-trades-receiver-for-an-esp8266/ #Microcontrollers #atomicclock #clockhacks #radioclock #simulator #ESP8266 #wwvb
-
Atomic Clock Trades Receiver for an ESP8266 - The advantage of a radio-controlled clock that receives the time signal from WWVB ... - https://hackaday.com/2025/04/07/atomic-clock-trades-receiver-for-an-esp8266/ #microcontrollers #atomicclock #clockhacks #radioclock #simulator #esp8266 #wwvb
-
Da wir unterschiedliche Spielarten der BMx280-Sensoren im Labor haben, ist die Verwirrung bei Anschluss, Treiberwahl und Adressierung groß - daher hier ein kleines Tutorial, was die unterschiedlichen Varianten und Anschlussweisen beleuchtet. #BME280 #BMP280 #Arduino #ESP32 #ESP8266 #NodeMCU #informatikEdu https://oer-informatik.de/esp_bme280
-
Every time I do some project "for fun" (= not for work) I try to learn something new, in that way i can say the time needed is not wasted.
So, this time I decided to try #wirewrapping . This is a very simple circuit, with no board, so it's a very very simple case, but I tried and I liked it!
Here a photo while connecting the #esp8266 (already flashed with #zimodem and configured to connect to my wifi) with the #UART to #RS232 adapter. -
Now it's time for some BBSing... Right now is behaving correctly: no more spurious resets, and I'm using the #C64 to power it, very conveniently.
I'm using it along with the #KungFuFlash to load #CCGMS , so I'm probably driving the #commodore 's 5v line pretty hard... Until now, I only had a couple of missed boots from the KungFuFlash, probably due to an unstable voltage on turn on. Once it boots, btw, it seems pretty stable. The original power brick may not be having the best time of its life...
#BBS #zimodem #commodore64 #esp8266 -
Как отправлять SMS из NodeMCU (ESP8266)
Всем привет! У платформы
https://habr.com/ru/companies/exolve/articles/869242/
#iot #nodemcu #espruino #lua #esp8266 #httpclient #sms_api #микроконтроллеры #telegram #уведомления
-
I just tried the #zimodem #wifi modem for the #commodore I built. It works, but it was a bumpy ride... at first the #esp8266 was resetting continuously. I thought that the #commodore64 wasn't providing enough current, so I cut the 5v cable and connected to usb power, to no avail: it keeped resetting every now and then. Then i checked with the multimeter and there was a low resistance between the reset pin and ground. Cut that as well, but I got only garbled characters. At the end I noticed a comment in the page I used to download #ccgms 2021 saying it wasn't working on certain modems. They suggested trying the 2017 version and... it worked flawlessly! -
In the spirit of doing something new every day, I’ve dug out old #NodeMCU #ESP8266 and started playing with #ESPHome. Despite initial difficulties with connecting it to a hidden WiFi (it’s not that obvious!🤡), it actually worked and I can’t believe how easy it was to connect it and report temperature and humidity from #DHT11 sensor to #HomeAssistant.
I guess the real party trick is to build it to be in a usable form, with a thought out layout and in a case…
I guess I need a 3D printer now…😂