Mir Muhammad Abidul Haq AhnafforTech Topiablog.techtopiabd.com·4 hours agoIntroduction to Micropython with Esp32ESP32 এর সাথে আমরা Arduino IDE ব্যাবহার করেই অভ্যস্ত তাই না? তবে যারা রাস্পবেরি পাই কিংবা পাইথন ব্যাবহার করে অভ্যস্ত তাদের কি হবে? তাদের জন্য রয়েছে মাইক্রপাইথন যার মাধ্যমে পাইথন এর মতই কোড করা যাবে কিছু বাতিক্রম ছাড়া। চল শুরু করা যাক! প্রথমে আমরা...DiscussMicroPython with ESP32ESP32
proximusembedded08.hashnode.dev·Oct 2, 2023My journey with esp32 and esp8266 NOOB-TO-INTERMEDIATE part- 1Hi 👋🏻guys today I will tell you about my journey in the field of embedded systems and IoT ( Internet of Things). I started in this field because I find this interesting and cool. Like playing on hardware things, how hardware works internally and pe...Discussembedded systems
Omar Hiariapollolabsblog.hashnode.dev·Sep 29, 2023Edge IoT with Rust on ESP: Connecting WiFiIntroduction This post is the first in a new IoT series for using Rust on the ESP32. This new series will focus on several IoT hardware and cloud connectivity aspects such as WiFi and HTTP. In a past post explaining the Rust ecosystem, such features ...Discuss·83 readsEdge IoT with Rust on ESPRust
Omar Hiariapollolabsblog.hashnode.dev·Sep 22, 2023ESP Embedded Rust: Multithreading with FreeRTOS BindingsIntroduction In the Rust ESP std ecosystem, different levels of abstraction allow for different levels of access. In last week's post, the different levels of Rust layers in the ESP std ecosystem were explained in detail. One of those layers was the ...Discuss·1 like·349 readsRust
Omar Hiariapollolabsblog.hashnode.dev·Sep 15, 2023The Embedded Rust ESP Development EcosystemIntroduction Espressif with ESP controllers has a more diverse support ecosystem compared to other embedded controllers. Many controller crates support no-std development only. On the other hand, ESPs also add support for std development. This is sig...Discuss·1 like·1.1K readsRust
proximusembedded08.hashnode.dev·Sep 14, 2023Getting Started with ESP32 or ESP8266: A Beginner's Guide to Exploring the World of IoTIntroduction: Welcome to the exciting world of Internet of Things (IoT)! In this beginner's guide, we will walk you through the process of getting started with ESP32 or ESP8266 microcontrollers. Whether you're a hobbyist or a budding IoT enthusiast, ...Discuss·1 likeESP32
Omar Hiariapollolabsblog.hashnode.dev·Sep 7, 2023ESP32 Standard Library Embedded Rust: GPIO InterruptsThis blog post is the eighth of a multi-part series of posts where I explore various peripherals in the ESP32C3 using standard library embedded Rust and the esp-idf-hal. Please be aware that certain concepts in newer posts could depend on concepts in...Discuss·479 readsESP32 with std Rust Rust
Shabo Andrewkayatech.hashnode.dev·Sep 3, 2023Building a Bluetooth Communication Interface Between ESP32 and Flutter Mobile App for Configurable SettingsIntroduction In the realm of modern technology, the convergence of hardware and software has paved the way for groundbreaking innovations. One such fusion that holds immense potential is the seamless communication between ESP32, a versatile microcont...Discuss·52 readsESP32
Shabo Andrewkayatech.hashnode.dev·Sep 3, 2023Building a Bluetooth Communication Interface Between ESP32 and Flutter Mobile App for Configurable SettingsEstablishing Bluetooth Communication As you already know from part one, Bluetooth communication involves a client-server model, where the ESP32 acts as the server (peripheral) and the Flutter app serves as the client (central). 📚 Haven't read Part O...Discuss·31 readsarduino
Omar Hiariapollolabsblog.hashnode.dev·Aug 25, 2023ESP32 Standard Library Embedded Rust: SPI with the MAX7219 LED Dot MatrixThis blog post is the seventh of a multi-part series of posts where I explore various peripherals in the ESP32C3 using standard library embedded Rust and the esp-idf-hal. Please be aware that certain concepts in newer posts could depend on concepts i...Discuss·730 readsESP32 with std Rust Rust