Michael Kearnsleekanarchism.hashnode.dev·Jan 10, 2025Working with an ESP32-wroom-32d on MacOSI recently got an ESP32-wroom-32d chip working with Arduino IDE on my Macbook Air M2 (2022). I ended up going down some dead ends based on old documentation online, so I’m documenting how this worked for me in January 2025 in case it’s useful! The im...ESP32
Bill Van Leeuwenblog.billvanleeuwen.ca·Jan 5, 2025Crafting a 'Hello World' in Rust for the ESP-32: A Step-by-Step GuideJumping into embedded programming with Rust is a daunting challenge. I’ve written this blog post to help get you started. I’ll be showing you how to get the most basic of code, the ‘Hello world!’ running on the ESP-32, in Rust. To write this post I’v...Rust
Omar Hiariblog.theembeddedrustacean.com·Dec 20, 2024Embedded Rust Education: 2024 Reflections & 2025 VisionsIntroduction Another year comes to an end, as such, this is an opportunity to reflect on the achievements of 2024 and look forward to 2025. It's been over 2.5 years since I embarked on my embedded Rust journey, and it remains as exciting as ever. If ...10 likes·491 readsEmbedded RustRust
Rimubridge-the-gap-between-hunman-and-tech.hashnode.dev·Dec 6, 2024RIMU: Bridging the gap between humans and technologyDesign Philosophy In our increasingly connected world, we often encounter situations where off-the-shelf solutions don’t meet our needs. Whether it’s automating your home, optimizing your workspace, or creating unique interactive experiences, the nee...techology
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를...esphome
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 버튼을 눌렀...esphome
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에 연결...43 readsarduino
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. 아두이노 ...환경설정
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...ESP32
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 ...53 readsiot