home.social

#esp8266 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #esp8266, aggregated by home.social.

  1. 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

  2. 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

  3. 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

  4. 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

  5. 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

  6. 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

  7. 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

  8. 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

  9. 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

  10. 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

  11. 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

  12. 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

  13. 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.

    #ESP8266 #SchoolBell #timbreescolar #EmbeddedSystem #webapp

  14. Как я превратил смартфон в Modbus-RTU терминал для RS-485

    О себе: бэк-энд разработчик java/kotlin и немножко go, собственно вот профиль . Работаю программистом я немного более трёх лет. До этого более 10 лет трудился в одной известной газовой компании в сфере электрохимической защиты подземных стальных сооружений от коррозии, также электроснабжения и немного автоматики. Была у меня там специализация на ремонте электронных блоков для эксплуатируемого оборудования. И вот в начале 2010-х строились новые объекты, а на них появились относительно современные на тот момент так называемые системы коррозионного мониторинга. Тогда я ещё был «синим воротничком» то есть непосредственно трогал всё своими руками.

    habr.com/ru/articles/1033290/

    #modbus_rtu #rs485 #esp8266 #arduino #промышленная_автоматизация #асутп #телемеханика #iot #embedded #микроконтроллеры

  15. Сегодня день Радио, поздравляю всех причастных 😀

    Жутко хочу освободить время и вкатиться в эту тему, это интереснейшее занятие (как мне видится со стороны)

    Недавно решил поковырять RDS

    Немного справки (для тех кто знает - пропускайте)
    Если вы когда-нибудь видели на автомагнитоле название станции вроде ROCK FM, бегущую строку с текстом песни или автоматическую установку времени, значит вы уже пользовались RDS, просто не задумывались об этом

    Через RDS станция может передавать:

    • PS - короткое имя станции
    • RT - радиотекст
    • PI - код станции
    • CT - время станции

    Для исследовательского или радиолюбительского проекта это уже набор наблюдаемых цифровых признаков:

    • на какой частоте что реально вещает
    • как называется станция
    • какой у неё PI-код
    • передаёт ли она радиотекст
    • насколько корректно у неё выставлено RDS-время
    • как это всё меняется в разных местах

    Что значит я сделал

    1. rds.2big.cc - это веб-приложение для отображения таких наблюдений

    Идея простая:

    1. Устройство сканирует FM-диапазон
    2. Ловит станции и читает RDS
    3. Прикладывает к observation своё местоположение в виде QTH/Maidenhead
    4. Отправляет observation в backend
    5. Backend складывает всё в PostgreSQL
    6. 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


    Связка работает так:

    1. GPSCaster периодически рассылает в локальную сеть UDP-пакеты с координатами и временем
    2. ESP8266 слушает порт 45454
    3. Если свежих GPS-данных нет, ESP8266 может сам отправить GET_GPS,<device_id>
    4. GPSCaster отвечает текущим fix
    5. ESP8266 получает:
      • время
      • latitude
      • longitude
      • accuracy


    6. По координатам прошивка вычисляет qth
    7. По времени ставит ts

    Если GPS-время не удалось получить:

    • прошивка пробует NTP
    • если NTP тоже не дал времени, идёт локальный счётчик от последней успешной синхронизации

    Это не полноценный GPS-ресивер, но для задачи сбора подобной информации, более чем подходит

    Будет желание - заходите


    Если будет интересно - заходите, будем вместе собирать данные - выложу исходники прошивки и протокол передачи данных

    #проекты #деньрадио #esp8266 #rds

  16. 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

  17. 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

  18. 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

  19. 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

  20. 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

  21. Soldered a simple interface circuit for a cheap (€ 6), #PWM driven #LED #strip. Using an #esp8266 to drive two of these strips.

    This is a #5V strip usually powered by three 1.5V batteries and controlled via a cheap IR remote.

  22. Soldered a simple interface circuit for a cheap (€ 6), #PWM driven #LED #strip. Using an #esp8266 to drive two of these strips.

    This is a #5V strip usually powered by three 1.5V batteries and controlled via a cheap IR remote.

  23. Soldered a simple interface circuit for a cheap (€ 6), #PWM driven #LED #strip. Using an #esp8266 to drive two of these strips.

    This is a #5V strip usually powered by three 1.5V batteries and controlled via a cheap IR remote.

  24. Soldered a simple interface circuit for a cheap (€ 6), #PWM driven #LED #strip. Using an #esp8266 to drive two of these strips.

    This is a #5V strip usually powered by three 1.5V batteries and controlled via a cheap IR remote.

  25. Soldered a simple interface circuit for a cheap (€ 6), #PWM driven #LED #strip. Using an #esp8266 to drive two of these strips.

    This is a #5V strip usually powered by three 1.5V batteries and controlled via a cheap IR remote.

  26. 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: gitlab.com/avernois/clocks/-/t

    #LedClock #ws2812b #esp8266 #LedMatrix

  27. 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).

    #bme680 #esp8266 #diyAirQualityMonitor

  28. build some #wifiscan #catears with a #esp8266 and two #ws2812 leds...used lipo from a e-cig... moar wifi... moar blinking colors!

  29. The box is now screwed to the garden wall and operational :)

    So D1 Mini board in there with a 20Ah battery, running script publishing using to my broker cymplecy.uk on topic gardenlights. This received by on Pi in my house which uses UDP to update colour of the lights and also toots out to cheerlights

  30. @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.
  31. Оживляем ESP8266 и ESP32 за 15 минут без программистских заморочек с помощью MicroPython

    Что, если я скажу, что для прошивки ESP8266/ESP32 не нужна Arduino IDE? Покажу, как с помощью портативных программ за 15 минут вдохнуть жизнь в ваш модуль: прошить MicroPython, помигать светодиодом и даже подключиться к Wi-Fi. Без установки гигабайтных программ и лишних телодвижений. Прошить и оживить

    habr.com/ru/articles/960102/

    #micropython #esp #esp8266 #esp32 #esp8266_arduino #espressif #putty

  32. An LED Sphere For Your Desk - The Las Vegas Sphere is great and all, but few of us can afford the expense to tra... - hackaday.com/2025/09/27/an-led #ledhacks #esp8266 #sphere #led

  33. Рулим светодиодом по UDP и ESP8266

    Привет, Хабр! Сегодня я поделюсь опытом работы с протоколом UDP вместе с микроконтроллером ESP8266 , где я управлял светодиодом, а также получал температуру с датчика DHT11 . Всё управление будет происходить из Android-приложения, написание логики которого также будет рассмотрено.

    habr.com/ru/articles/925800/

    #esp8266 #android_studio #микроконтроллеры #java #dht11

  34. 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.

    #LedClock #LedMatrix #ws2812b #esp8266

  35. Domotizo Ventilador con esp8266

    Resultado del proyecto dónde domotizo un ventilador viejo usando un esp8266 con home assistant y una sencilla interfaz en ionic (app android e ios)

    #esp8266 #ionic #homeassistant #domotica #iot #maker #proyecto #project

  36. Tidy LED Matrix Displays GIFs On Demand - When it comes to LED matrixes, building one is just the first step. Then you have ... - hackaday.com/2025/05/30/tidy-l #ledmatrix #ledhacks #esp8266 #ws2812b #led

  37. 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 oer-informatik.de/esp_bme280

  38. 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.
  39. 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
  40. 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!
  41. 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…😂