Albert Hongseok Guhsgpublic.hashnode.dev·Sep 22, 2024ESPHome dashboard - 보드 연결1. 서론. ESPHome dashboard는 웹 기반의 인터페이스로, ESP8266 및 ESP32 칩을 사용하는 디바이스들을 손쉽게 설정하고 USB 연결, OTA 등으로 관리할 수 있는 도구입니다. 이 글에서는 별도 서비스로 실행되는 dashboard에, OTA로 보드를 연결하는 방법을 정리합니다. 2. 보드에 OTA 펌웨어 업로드. OTA로 연결하려면 보드에 OTA 펌웨어를 업로드 해야 합니다. ESP32-C3 Super mini를...Discussesphome
Albert Hongseok Guhsgpublic.hashnode.dev·Sep 21, 2024ESPHome - ESP32 사용해보기1. ESP32 보드. ESP32 보드 중 작은 ESP32-C3 Super Mini입니다. 2. ESP32-C3 Super Mini 연결. 처음 PC USB에 연결하면 연결되었다가 끊겼다가를 계속 반복하며 업로드가 되지 않습니다. 다운로드 모드로 진입해야 정상 연결되며 업로드가 됩니다. 진입 방법은 아래 두가지입니다. 보드의 Boot 버튼을 누른 채로 USB에 연결. USB에 연결 후 Boot 버튼을 누른 채로 Reset 버튼을 눌렀...Discussesphome
Albert Hongseok Guhsgpublic.hashnode.dev·Sep 19, 2024Arduino IDE - ESP32 사용해보기1. ESP32 보드 구입. ESP32 보드 중 작은 ESP32-C3 Super Mini를 구입했습니다. 2. ESP32-C3 Super Mini 연결. 처음 PC USB에 연결하면 연결되었다가 끊겼다가를 계속 반복하며 업로드가 되지 않습니다. 고장인가 했지만 아니었고 다운로드 모드로 진입해야 정상 연결되며 업로드가 됩니다. 다운로드 모드 진입 방법은 아래 두가지입니다. 보드의 Boot 버튼을 누른 채로 USB에 연결. USB에 연결...Discussarduino
Albert Hongseok Guhsgpublic.hashnode.dev·Sep 13, 2024Arduino IDE - ESP32 개발환경 설정1. 서론. ESP32는 다양한 기능을 갖춘 마이크로컨트롤러로 IoT 프로젝트나 센서 데이터 처리에 많이 사용됩니다. ESP32를 아두이노 IDE에서 사용하려면 몇 가지 초기 설정이 필요합니다. 아래에서는 ESP32를 아두이노 IDE에 설정하는 과정을 단계별로 설명하겠습니다. 공식 문서: https://docs.espressif.com/projects/arduino-esp32/en/latest/installing.html 2. 아두이노 ...Discuss환경설정
Lisleapex Bloglisleapexblog.hashnode.dev·Aug 29, 2024Differences between RP2040 vs ESP32When choosing the right microcontroller for your project, the RP2040 and ESP32 are two popular contenders. The RP2040, developed by the Raspberry Pi Foundation, is designed to deliver high performance, affordability, and ease of use, reflecting the c...DiscussESP32
Martin Agboopeniotfly.hashnode.dev·Jul 26, 2024Un Module MicroPython pour Créer des Bots Telegram sur ESP32 ! 🚀Imaginez contrôler vos appareils à distance, automatiser des tâches complexes et tout cela depuis votre application Telegram. Cela semble intéressant n'est pas ? Découvrez comment j'ai transformé une idée en une solution puissante ! Laissez-moi donc ...Discuss·52 readsiot
Circuit Talescircuit-tales.tech·Jul 19, 2024Getting Started with ESP32: Setting Up Your Development EnvironmentIntroduction Welcome to the first post in the "ESP32 Development Series"! In this series, we'll explore the ESP32, a small and powerful computer chip that can connect to WiFi and Bluetooth. The ESP32 is perfect for building all sorts of smart device...Discuss·93 readsESP32 Development Series#ESP-IDF
Circuit Talescircuit-tales.tech·Jul 18, 2024A Step-by-Step Guide to ESP32 OTA Updates with OTA DriveKeeping your IoT devices up-to-date is crucial for performance and security. Over-the-Air (OTA) updates offer a seamless way to deploy firmware updates to your ESP32 devices without physical access. In this guide, we will explore how to use the OTA D...Discuss·175 readsESP32 Development SeriesOTAUpdates
BlackTechXblog-blacktechx.hashnode.dev·May 30, 2024How to Read and Flash Firmware on ESP32/ESP8266 MicrocontrollersESP32 and ESP8266 File Read and Flash This repository provides comprehensive instructions and scripts to read a file from an ESP32 or ESP8266 microcontroller and flash it to another board. This process is useful for duplicating the firmware, transfer...Discuss·266 readsesptool
Omar Hiariblog.theembeddedrustacean.com·Apr 9, 2024Embedded Rust Bluetooth on ESP: Secure BLE ClientThis post is the fourth of a multi-part series where I'm exploring the use of Bluetooth Low Energy along embedded Rust on the ESP32. Information in this post might rely on knowledge presented in past posts. Embedded Rust Bluetooth on ESP: BLE Scann...Discuss·279 readsEdge IoT with Rust on ESPRust