iot-open.eu
iot-open.eu
  • 107
  • 39 004
#IOT-OPEN.EU Reloaded: #E4: 7.1 video 3 #IOT-OPEN.EU: #1: 1.25. ESP 8266 Networks - Protocols
🔗 This tutorial focuses on configuring ESP8266 networking services within a WiFi environment using the Arduino Integrated Development Environment (IDE). Viewers will learn how to properly set up the Arduino IDE and install the necessary ESP8266 libraries for programming the ESP module. The ESP8266 System on Chip (SoC) can function as both an Access Point (AP) and a client, allowing it to connect to other devices and the Internet simultaneously. The tutorial uses the ESP8266 D1 mini board as an example, guiding viewers through selecting the appropriate board model and COM port in the Arduino IDE to establish a connection.
🌐 Start your journey now!
Enroll FOR FREE in our full IoT course: 👉 multiasm.eu/mooc/course/view.php?id=4
Access the first part of the course for free: 👉 multiasm.eu/mooc/mod/lesson/view.php?id=53
📱 Follow us on social media:
Facebook: iotopeneu
💡 Join our community and become a leader of tomorrow!
มุมมอง: 522

วีดีโอ

#IOT-OPEN.EU Reloaded: #E4: 7 video 2 #IOT-OPEN.EU: #1: 1.20. ESP Networking
มุมมอง 64014 วันที่ผ่านมา
🔗 This video delves into the capabilities of Espressif SoC devices, such as the ESP32 and ESP8266, and their wireless networking functions. It explains different modes like Basic Service Set (BSS) Station mode (STA), Access Point mode (SoftAP), and a combination of both, allowing the ESP devices to either connect to external WiFi networks or function as independent access points. Additionally, ...
#IOT-OPEN.EU Reloaded: #E4: 7.1 video 2 #IOT-OPEN.EU: #1: 1.24. ESP 8266 AT commands modem mode
มุมมอง 61114 วันที่ผ่านมา
🔗 This video demonstrates how to configure ESP WiFi networking using the ESP8266 board as a modem with AT commands. It guides viewers through the process of ensuring the correct AT-command firmware (version 1.5.4) is installed and connects the board to a PC via a serial transmission program like RealTerm. The video covers setting up the correct serial port settings for COM3 and verifying the ES...
#IOT-OPEN.EU Reloaded: #E4: 6.5 video 4 #IOT-OPEN.EU: #2: 2.4.6. - Host Layer Protocols CoAP
มุมมอง 6514 วันที่ผ่านมา
🔗 This video explores the CoAP (Constrained Application Protocol) as a lightweight alternative to MQTT, focusing on its stateless nature and resource-oriented design. CoAP operates over UDP, which allows it to be highly efficient for IoT networks with high packet loss and devices that may be intermittently offline. Unlike MQTT, which requires a centralized broker, CoAP allows each IoT device to...
#IOT-OPEN.EU Reloaded: #E4: 6.5 video 3 #IOT-OPEN.EU: #2: 2.4.3. Host Layer IoT Prot. MQTT in Depth
มุมมอง 42614 วันที่ผ่านมา
🔗 This video delves into the details of the MQTT protocol, explaining how it conveys message types, Quality of Service (QoS) levels, and message retention through its header. It organizes topics in a hierarchical, tree-like structure using a slash delimiter, and subscribers can use wildcards to filter topics. Each MQTT message includes a topic and a payload, with binary data typically encoded a...
#IOT-OPEN.EU Reloaded: #E4: 6.4 video 5 #IOT-OPEN.EU: #2: 2.2.13. Wireless Protocols for IoT Nets
มุมมอง 58414 วันที่ผ่านมา
🔗 This video delves into various media layer protocols used in IoT solutions, emphasizing their importance in the industry. It discusses prominent protocols like ZigBee, Z-Wave, 6LowPAN, and Thread, which are built on the 802.15.4 standard for low-rate wireless personal area networks (LR-WPAN). ZigBee is highlighted for its popularity in smart homes and industrial settings, offering low-cost, l...
#IOT-OPEN.EU Reloaded: #E4: 6.5 video 2 #IOT-OPEN.EU: #2: 2.4.2. Introduction to the MQTT
มุมมอง 49614 วันที่ผ่านมา
🔗 This video covers MQTT (Message Queuing Telemetry Protocol), a lightweight communication protocol commonly used in IoT networks. It operates using a Publish-Subscribe model, with an MQTT Broker acting as the central hub to manage communication. MQTT messages are efficient, featuring a compact 2-byte header, and allow devices to publish and subscribe to topics for flexible communication. Addit...
#IOT-OPEN.EU Reloaded: #E4: 6.4 video 4 #IOT-OPEN.EU: #2: 2.2.12. IoT Networks - Cellular Networks
มุมมอง 56914 วันที่ผ่านมา
🔗 This video covers the use of cellular networks, particularly GSM, for IoT connectivity, highlighting their extensive coverage and long-range capabilities. It outlines the evolution of cellular technology, from early generations to the current 4.5G and the upcoming 5G, which is expected to be fully functional by 2020. The video also discusses the mismatch between the lifespan of GSM technology...
#IOT-OPEN.EU Reloaded: #E4: 6.4 video 3 #IOT-OPEN.EU: #2: 2.2.9. IoT Networks - Bluetooth Protocol
มุมมอง 64914 วันที่ผ่านมา
🔗 This video delves into Bluetooth technology, widely used for short-range device connectivity, particularly in smartphones and computers. Established in 1998 by the Bluetooth Special Interest Group, Bluetooth operates in the 2.4GHz band and uses frequency hopping for interference avoidance. It discusses different Bluetooth classes, focusing on Class 2, which offers a range of up to 10 meters. ...
#IOT-OPEN.EU Reloaded: #E4: 6.4 video 2 #IOT-OPEN.EU: #2: 2.2.6. IoT Networks - WiFi Protocol
มุมมอง 83414 วันที่ผ่านมา
🔗 This video explores WiFi as the most widely used wireless communication standard, examining its role in modern IoT systems, especially through System on Chips (SoCs) like those from Espressif. It details the use of the 2.4GHz and 5GHz frequency bands and explains the challenges of congestion and collisions in the 2.4GHz band, managed by the CSMA-CA algorithm. While WiFi is ideal for high data...
#IOT-OPEN.EU Reloaded: #E4: 6.4 video 1 #IOT-OPEN.EU: #2: 2.2.5. IoT General Wireless Networks
มุมมอง 89714 วันที่ผ่านมา
🔗 This video delves into the critical role of wireless connections in IoT communication, emphasizing the interplay between traditional Internet protocols and emerging IoT-specific protocols. It explores the dynamic evolution of the networking market, driven by advancements in IoT hardware and software. A visual representation of IoT protocols aligned with the ISO/OSI stack is showcased, highlig...
#IOT-OPEN.EU Reloaded: #E4: 6.3 #IOT-OPEN.EU: #2: 2.2.2. IoT Networks - Wired Networks
มุมมอง 1K14 วันที่ผ่านมา
🔗 This video examines the role of wired connections in IoT systems, starting with the limitations of traditional protocols like Serial, SPI, and I2C, which are suitable only for short distances. It emphasizes the advantages of Ethernet, particularly for connecting gateways and routers, while noting that many IoT devices cannot fully utilize Gigabit speeds. Power Over Ethernet (PoE) is highlight...
#IOT-OPEN.EU Reloaded: #E4: 6.2 video 4 #IOT-OPEN.EU: #2 2.5.4 IoT Comm. models - Device Cloud
มุมมอง 34814 วันที่ผ่านมา
🔗 This video explores how IoT devices interact with cloud-based systems for data processing and storage, addressing their computational limitations. It highlights the benefits of cloud solutions, particularly for resource-intensive tasks like data visualization, analytics, and big data processing. The term "cloud" is clarified to include public services like Amazon, Google, and Microsoft, as we...
#IOT-OPEN.EU Reloaded: #E4: 6.2 video 3 #IOT-OPEN.EU: #2 2.5.3 IoT Comm. models - Device to Gateway
มุมมอง 35014 วันที่ผ่านมา
🔗 This video explains the role of gateways in IoT, focusing on device-to-gateway communication and its significance in bridging IoT networks and the Internet. It covers the need for gateways in systems like Zigbee to facilitate Internet connectivity and how simplified protocols, such as LoRA and 6LowPAN, enable communication with constrained devices. The Edge Router's role is discussed, highlig...
#IOT-OPEN.EU Reloaded: #E4: 6.2 video 1 #IOT-OPEN.EU: #2 2.5.1 IoT Communication models
มุมมอง 44814 วันที่ผ่านมา
🔗 This video classifies IoT devices into five distinct categories based on their protocol stack capabilities and power sources. Class 1 includes constrained devices like the Arduino Uno, which lack full protocol stack implementation and have limited power consumption. Class 2 encompasses devices such as the ESP8266 and ESP32, which can implement full protocol stacks but still face resource limi...
#IOT-OPEN.EU Reloaded: #E3: 6.1 video 2 #IOT-OPEN.EU: #2: 2.2.1. IoT Networks - Medial Layer
มุมมอง 41614 วันที่ผ่านมา
#IOT-OPEN.EU Reloaded: #E3: 6.1 video 2 #IOT-OPEN.EU: #2: 2.2.1. IoT Networks - Medial Layer
#IOT-OPEN.EU Reloaded: #E4: 6.1 video 1 #IOT-OPEN.EU: #2: 2.1.1. Introduction to the IoT Networking
มุมมอง 3.3K14 วันที่ผ่านมา
#IOT-OPEN.EU Reloaded: #E4: 6.1 video 1 #IOT-OPEN.EU: #2: 2.1.1. Introduction to the IoT Networking
#IOT-OPEN.EU Reloaded: #E3: 5.4 video 2 #IOT-OPEN.EU: #3: 3.18 Power source
มุมมอง 38614 วันที่ผ่านมา
#IOT-OPEN.EU Reloaded: #E3: 5.4 video 2 #IOT-OPEN.EU: #3: 3.18 Power source
#IOT-OPEN.EU Reloaded: #E3: 5.3 (all) #IOT-OPEN.EU: #1: 1.17 Arduino Drivers and Driving
มุมมอง 13814 วันที่ผ่านมา
#IOT-OPEN.EU Reloaded: #E3: 5.3 (all) #IOT-OPEN.EU: #1: 1.17 Arduino Drivers and Driving
#IOT-OPEN.EU Reloaded: #E3: 5.2 (all) #IOT-OPEN.EU: #1: 1.16 Arduino Sensors and Sensing
มุมมอง 15114 วันที่ผ่านมา
#IOT-OPEN.EU Reloaded: #E3: 5.2 (all) #IOT-OPEN.EU: #1: 1.16 Arduino Sensors and Sensing
#IOT-OPEN.EU Reloaded: #E3: 5.1.5.1 #IOT-OPEN.EU: #2 2.6 Raspberry Pi Overview
มุมมอง 53414 วันที่ผ่านมา
#IOT-OPEN.EU Reloaded: #E3: 5.1.5.1 #IOT-OPEN.EU: #2 2.6 Raspberry Pi Overview
#IOT-OPEN.EU Reloaded: #E3: 5.1.2.2 #IOT-OPEN.EU: #1: 1.19.1. ESP32 Hardware Overview
มุมมอง 72214 วันที่ผ่านมา
#IOT-OPEN.EU Reloaded: #E3: 5.1.2.2 #IOT-OPEN.EU: #1: 1.19.1. ESP32 Hardware Overview
#IOT-OPEN.EU Reloaded: #E3: 5.1.2.1 #IOT-OPEN.EU: #1: 1.18.4. ESP8266 Hardware Overview
มุมมอง 77914 วันที่ผ่านมา
#IOT-OPEN.EU Reloaded: #E3: 5.1.2.1 #IOT-OPEN.EU: #1: 1.18.4. ESP8266 Hardware Overview
#IOT-OPEN.EU Reloaded: #E3: 5.1.1 video 2 #IOT-OPEN.EU: #1: 1.7 Overview of the Arduino devices
มุมมอง 1K14 วันที่ผ่านมา
#IOT-OPEN.EU Reloaded: #E3: 5.1.1 video 2 #IOT-OPEN.EU: #1: 1.7 Overview of the Arduino devices
#IOT-OPEN.EU Reloaded: #E3: 4.5 #IOT-OPEN.EU: #1: 1.11.7. Embedded Systems UART Protocol
มุมมอง 67314 วันที่ผ่านมา
#IOT-OPEN.EU Reloaded: #E3: 4.5 #IOT-OPEN.EU: #1: 1.11.7. Embedded Systems UART Protocol
#IOT-OPEN.EU Reloaded: #E3: 4.4 #IOT-OPEN.EU: #1: 1.11.6. Embedded Systems 1-Wire Protocol
มุมมอง 72514 วันที่ผ่านมา
#IOT-OPEN.EU Reloaded: #E3: 4.4 #IOT-OPEN.EU: #1: 1.11.6. Embedded Systems 1-Wire Protocol
#IOT-OPEN.EU Reloaded: #E3: 4.3 #IOT-OPEN.EU: #1: 1.11.5. Embedded Systems TWI/I2C Protocol
มุมมอง 78314 วันที่ผ่านมา
#IOT-OPEN.EU Reloaded: #E3: 4.3 #IOT-OPEN.EU: #1: 1.11.5. Embedded Systems TWI/I2C Protocol
#IOT-OPEN.EU Reloaded: #E3: 4.2 #IOT-OPEN.EU: #1: 1.11.4. Embedded Systems SPI Protocol Introduction
มุมมอง 82314 วันที่ผ่านมา
#IOT-OPEN.EU Reloaded: #E3: 4.2 #IOT-OPEN.EU: #1: 1.11.4. Embedded Systems SPI Protocol Introduction
#IOT-OPEN.EU Reloaded: #E3: 4. video 3 #IOT-OPEN.EU: #1: 1.11.3. Serial Communication Protocols
มุมมอง 82514 วันที่ผ่านมา
#IOT-OPEN.EU Reloaded: #E3: 4. video 3 #IOT-OPEN.EU: #1: 1.11.3. Serial Communication Protocols
#IOT-OPEN.EU Reloaded: #E3: 4. video 2 #IOT-OPEN.EU: #1: 1.11.2. Simple Analogue and Digital Sensors
มุมมอง 85414 วันที่ผ่านมา
#IOT-OPEN.EU Reloaded: #E3: 4. video 2 #IOT-OPEN.EU: #1: 1.11.2. Simple Analogue and Digital Sensors

ความคิดเห็น

  • @iot-openeu
    @iot-openeu 14 วันที่ผ่านมา

    Step into the world of IoT! 🌐 Want to learn more? Enroll in our course 👉 multiasm.eu/mooc/course/view.php?id=4 Follow us on social media and be part of the tech revolution: facebook.com/iotopeneu Let’s get started! 🚀

  • @iot-openeu
    @iot-openeu 14 วันที่ผ่านมา

    Step into the world of IoT! 🌐 Want to learn more? Enroll in our course 👉 multiasm.eu/mooc/course/view.php?id=4 Follow us on social media and be part of the tech revolution: facebook.com/iotopeneu Let’s get started! 🚀

  • @iot-openeu
    @iot-openeu 14 วันที่ผ่านมา

    Step into the world of IoT! 🌐 Want to learn more? Enroll in our course 👉 multiasm.eu/mooc/course/view.php?id=4 Follow us on social media and be part of the tech revolution: facebook.com/iotopeneu Let’s get started! 🚀

  • @iot-openeu
    @iot-openeu 14 วันที่ผ่านมา

    Step into the world of IoT! 🌐 Want to learn more? Enroll in our course 👉 multiasm.eu/mooc/course/view.php?id=4 Follow us on social media and be part of the tech revolution: facebook.com/iotopeneu Let’s get started! 🚀

  • @iot-openeu
    @iot-openeu 14 วันที่ผ่านมา

    Step into the world of IoT! 🌐 Want to learn more? Enroll in our course 👉 multiasm.eu/mooc/course/view.php?id=4 Follow us on social media and be part of the tech revolution: facebook.com/iotopeneu Let’s get started! 🚀

  • @iot-openeu
    @iot-openeu 14 วันที่ผ่านมา

    Step into the world of IoT! 🌐 Want to learn more? Enroll in our course 👉 multiasm.eu/mooc/course/view.php?id=4 Follow us on social media and be part of the tech revolution: facebook.com/iotopeneu Let’s get started! 🚀

  • @iot-openeu
    @iot-openeu 14 วันที่ผ่านมา

    Step into the world of IoT! 🌐 Want to learn more? Enroll in our course 👉 multiasm.eu/mooc/course/view.php?id=4 Follow us on social media and be part of the tech revolution: facebook.com/iotopeneu Let’s get started! 🚀

  • @iot-openeu
    @iot-openeu 14 วันที่ผ่านมา

    Step into the world of IoT! 🌐 Want to learn more? Enroll in our course 👉 multiasm.eu/mooc/course/view.php?id=4 Follow us on social media and be part of the tech revolution: facebook.com/iotopeneu Let’s get started! 🚀

  • @iot-openeu
    @iot-openeu 14 วันที่ผ่านมา

    Step into the world of IoT! 🌐 Want to learn more? Enroll in our course 👉 multiasm.eu/mooc/course/view.php?id=4 Follow us on social media and be part of the tech revolution: facebook.com/iotopeneu Let’s get started! 🚀

  • @iot-openeu
    @iot-openeu 14 วันที่ผ่านมา

    Step into the world of IoT! 🌐 Want to learn more? Enroll in our course 👉 multiasm.eu/mooc/course/view.php?id=4 Follow us on social media and be part of the tech revolution: facebook.com/iotopeneu Let’s get started! 🚀

  • @iot-openeu
    @iot-openeu 14 วันที่ผ่านมา

    Step into the world of IoT! 🌐 Want to learn more? Enroll in our course 👉 multiasm.eu/mooc/course/view.php?id=4 Follow us on social media and be part of the tech revolution: facebook.com/iotopeneu Let’s get started! 🚀

  • @iot-openeu
    @iot-openeu 14 วันที่ผ่านมา

    Step into the world of IoT! 🌐 Want to learn more? Enroll in our course 👉 multiasm.eu/mooc/course/view.php?id=4 Follow us on social media and be part of the tech revolution: facebook.com/iotopeneu Let’s get started! 🚀

  • @iot-openeu
    @iot-openeu 14 วันที่ผ่านมา

    Step into the world of IoT! 🌐 Want to learn more? Enroll in our course 👉 multiasm.eu/mooc/course/view.php?id=4 Follow us on social media and be part of the tech revolution: facebook.com/iotopeneu Let’s get started! 🚀

  • @iot-openeu
    @iot-openeu 14 วันที่ผ่านมา

    Step into the world of IoT! 🌐 Want to learn more? Enroll in our course 👉 multiasm.eu/mooc/course/view.php?id=4 Follow us on social media and be part of the tech revolution: facebook.com/iotopeneu Let’s get started! 🚀

  • @iot-openeu
    @iot-openeu 14 วันที่ผ่านมา

    Step into the world of IoT! 🌐 Want to learn more? Enroll in our course 👉 multiasm.eu/mooc/course/view.php?id=4 Follow us on social media and be part of the tech revolution: facebook.com/iotopeneu Let’s get started! 🚀

  • @iot-openeu
    @iot-openeu 14 วันที่ผ่านมา

    Step into the world of IoT! 🌐 Want to learn more? Enroll in our course 👉 multiasm.eu/mooc/course/view.php?id=4 Follow us on social media and be part of the tech revolution: facebook.com/iotopeneu Let’s get started! 🚀

  • @iot-openeu
    @iot-openeu 14 วันที่ผ่านมา

    Step into the world of IoT! 🌐 Want to learn more? Enroll in our course 👉 multiasm.eu/mooc/course/view.php?id=4 Follow us on social media and be part of the tech revolution: facebook.com/iotopeneu Let’s get started! 🚀

  • @iot-openeu
    @iot-openeu 14 วันที่ผ่านมา

    Step into the world of IoT! 🌐 Want to learn more? Enroll in our course 👉 multiasm.eu/mooc/course/view.php?id=4 Follow us on social media and be part of the tech revolution: facebook.com/iotopeneu Let’s get started! 🚀

  • @iot-openeu
    @iot-openeu 14 วันที่ผ่านมา

    Step into the world of IoT! 🌐 Want to learn more? Enroll in our course 👉 multiasm.eu/mooc/course/view.php?id=4 Follow us on social media and be part of the tech revolution: facebook.com/iotopeneu Let’s get started! 🚀

  • @iot-openeu
    @iot-openeu 14 วันที่ผ่านมา

    Step into the world of IoT! 🌐 Want to learn more? Enroll in our course 👉 multiasm.eu/mooc/course/view.php?id=4 Follow us on social media and be part of the tech revolution: facebook.com/iotopeneu Let’s get started! 🚀

  • @iot-openeu
    @iot-openeu 14 วันที่ผ่านมา

    Step into the world of IoT! 🌐 Want to learn more? Enroll in our course 👉 multiasm.eu/mooc/course/view.php?id=4 Follow us on social media and be part of the tech revolution: facebook.com/iotopeneu Let’s get started! 🚀

  • @iot-openeu
    @iot-openeu 14 วันที่ผ่านมา

    Step into the world of IoT! 🌐 Want to learn more? Enroll in our course 👉 multiasm.eu/mooc/course/view.php?id=4 Follow us on social media and be part of the tech revolution: facebook.com/iotopeneu Let’s get started! 🚀

  • @iot-openeu
    @iot-openeu 14 วันที่ผ่านมา

    Step into the world of IoT! 🌐 Want to learn more? Enroll in our course 👉 multiasm.eu/mooc/course/view.php?id=4 Follow us on social media and be part of the tech revolution: facebook.com/iotopeneu Let’s get started! 🚀

  • @iot-openeu
    @iot-openeu 14 วันที่ผ่านมา

    Step into the world of IoT! 🌐 Want to learn more? Enroll in our course 👉 multiasm.eu/mooc/course/view.php?id=4 Follow us on social media and be part of the tech revolution: facebook.com/iotopeneu Let’s get started! 🚀

  • @iot-openeu
    @iot-openeu 14 วันที่ผ่านมา

    Step into the world of IoT! 🌐 Want to learn more? Enroll in our course 👉 multiasm.eu/mooc/course/view.php?id=4 Follow us on social media and be part of the tech revolution: facebook.com/iotopeneu Let’s get started! 🚀

  • @iot-openeu
    @iot-openeu 14 วันที่ผ่านมา

    Step into the world of IoT! 🌐 Want to learn more? Enroll in our course 👉 multiasm.eu/mooc/course/view.php?id=4 Follow us on social media and be part of the tech revolution: facebook.com/iotopeneu Let’s get started! 🚀

  • @iot-openeu
    @iot-openeu 14 วันที่ผ่านมา

    Step into the world of IoT! 🌐 Want to learn more? Enroll in our course 👉 multiasm.eu/mooc/course/view.php?id=3 Follow us on social media and be part of the tech revolution: facebook.com/iotopeneu Let’s get started! 🚀

  • @iot-openeu
    @iot-openeu 14 วันที่ผ่านมา

    Step into the world of IoT! 🌐 Want to learn more? Enroll in our course 👉 multiasm.eu/mooc/course/view.php?id=3 Follow us on social media and be part of the tech revolution: facebook.com/iotopeneu Let’s get started! 🚀

  • @iot-openeu
    @iot-openeu 14 วันที่ผ่านมา

    Step into the world of IoT! 🌐 Want to learn more? Enroll in our course 👉 multiasm.eu/mooc/course/view.php?id=3 Follow us on social media and be part of the tech revolution: facebook.com/iotopeneu Let’s get started! 🚀

  • @iot-openeu
    @iot-openeu 14 วันที่ผ่านมา

    Step into the world of IoT! 🌐 Want to learn more? Enroll in our course 👉 multiasm.eu/mooc/course/view.php?id=3 Follow us on social media and be part of the tech revolution: facebook.com/iotopeneu Let’s get started! 🚀

  • @iot-openeu
    @iot-openeu 14 วันที่ผ่านมา

    Step into the world of IoT! 🌐 Want to learn more? Enroll in our course 👉 multiasm.eu/mooc/course/view.php?id=3 Follow us on social media and be part of the tech revolution: facebook.com/iotopeneu Let’s get started! 🚀

  • @iot-openeu
    @iot-openeu 14 วันที่ผ่านมา

    Step into the world of IoT! 🌐 Want to learn more? Enroll in our course 👉 multiasm.eu/mooc/course/view.php?id=3 Follow us on social media and be part of the tech revolution: facebook.com/iotopeneu Let’s get started! 🚀

  • @iot-openeu
    @iot-openeu 14 วันที่ผ่านมา

    Step into the world of IoT! 🌐 Want to learn more? Enroll in our course 👉 multiasm.eu/mooc/course/view.php?id=3 Follow us on social media and be part of the tech revolution: facebook.com/iotopeneu Let’s get started! 🚀

  • @iot-openeu
    @iot-openeu 14 วันที่ผ่านมา

    Step into the world of IoT! 🌐 Want to learn more? Enroll in our course 👉 multiasm.eu/mooc/course/view.php?id=3 Follow us on social media and be part of the tech revolution: facebook.com/iotopeneu Let’s get started! 🚀

  • @iot-openeu
    @iot-openeu 14 วันที่ผ่านมา

    Step into the world of IoT! 🌐 Want to learn more? Enroll in our course 👉 multiasm.eu/mooc/course/view.php?id=3 Follow us on social media and be part of the tech revolution: facebook.com/iotopeneu Let’s get started! 🚀

  • @iot-openeu
    @iot-openeu 14 วันที่ผ่านมา

    Step into the world of IoT! 🌐 Want to learn more? Enroll in our course 👉 multiasm.eu/mooc/course/view.php?id=3 Follow us on social media and be part of the tech revolution: facebook.com/iotopeneu Let’s get started! 🚀

  • @iot-openeu
    @iot-openeu 14 วันที่ผ่านมา

    Step into the world of IoT! 🌐 Want to learn more? Enroll in our course 👉 multiasm.eu/mooc/course/view.php?id=3 Follow us on social media and be part of the tech revolution: facebook.com/iotopeneu Let’s get started! 🚀

  • @iot-openeu
    @iot-openeu 14 วันที่ผ่านมา

    Step into the world of IoT! 🌐 Want to learn more? Enroll in our course 👉 multiasm.eu/mooc/course/view.php?id=3 Follow us on social media and be part of the tech revolution: facebook.com/iotopeneu Let’s get started! 🚀

  • @iot-openeu
    @iot-openeu 14 วันที่ผ่านมา

    Step into the world of IoT! 🌐 Want to learn more? Enroll in our course 👉 multiasm.eu/mooc/course/view.php?id=3 Follow us on social media and be part of the tech revolution: facebook.com/iotopeneu Let’s get started! 🚀

  • @iot-openeu
    @iot-openeu 14 วันที่ผ่านมา

    Step into the world of IoT! 🌐 Want to learn more? Enroll in our course 👉 multiasm.eu/mooc/course/view.php?id=3 Follow us on social media and be part of the tech revolution: facebook.com/iotopeneu Let’s get started! 🚀

  • @iot-openeu
    @iot-openeu 14 วันที่ผ่านมา

    Step into the world of IoT! 🌐 Want to learn more? Enroll in our course 👉 multiasm.eu/mooc/course/view.php?id=3 Follow us on social media and be part of the tech revolution: facebook.com/iotopeneu Let’s get started! 🚀

  • @iot-openeu
    @iot-openeu 14 วันที่ผ่านมา

    Step into the world of IoT! 🌐 Want to learn more? Enroll in our course 👉 multiasm.eu/mooc/course/view.php?id=3 Follow us on social media and be part of the tech revolution: facebook.com/iotopeneu Let’s get started! 🚀

  • @iot-openeu
    @iot-openeu 14 วันที่ผ่านมา

    Step into the world of IoT! 🌐 Want to learn more? Enroll in our course 👉 multiasm.eu/mooc/course/view.php?id=3 Follow us on social media and be part of the tech revolution: facebook.com/iotopeneu Let’s get started! 🚀

  • @iot-openeu
    @iot-openeu 14 วันที่ผ่านมา

    Step into the world of IoT! 🌐 Want to learn more? Enroll in our course 👉 multiasm.eu/mooc/course/view.php?id=3 Follow us on social media and be part of the tech revolution: facebook.com/iotopeneu Let’s get started! 🚀

  • @iot-openeu
    @iot-openeu 14 วันที่ผ่านมา

    Step into the world of IoT! 🌐 Want to learn more? Enroll in our course 👉 multiasm.eu/mooc/course/view.php?id=3 Follow us on social media and be part of the tech revolution: facebook.com/iotopeneu Let’s get started! 🚀

  • @iot-openeu
    @iot-openeu 14 วันที่ผ่านมา

    Step into the world of IoT! 🌐 Want to learn more? Enroll in our course 👉 multiasm.eu/mooc/course/view.php?id=3 Follow us on social media and be part of the tech revolution: facebook.com/iotopeneu Let’s get started! 🚀

  • @iot-openeu
    @iot-openeu 14 วันที่ผ่านมา

    Step into the world of IoT! 🌐 Want to learn more? Enroll in our course 👉 multiasm.eu/mooc/course/view.php?id=3 Follow us on social media and be part of the tech revolution: facebook.com/iotopeneu Let’s get started! 🚀

  • @iot-openeu
    @iot-openeu 14 วันที่ผ่านมา

    Step into the world of IoT! 🌐 Want to learn more? Enroll in our course 👉 multiasm.eu/mooc/course/view.php?id=3 Follow us on social media and be part of the tech revolution: facebook.com/iotopeneu Let’s get started! 🚀

  • @iot-openeu
    @iot-openeu 14 วันที่ผ่านมา

    Step into the world of IoT! 🌐 Want to learn more? Enroll in our course 👉 multiasm.eu/mooc/course/view.php?id=3 Follow us on social media and be part of the tech revolution: facebook.com/iotopeneu Let’s get started! 🚀

  • @iot-openeu
    @iot-openeu 14 วันที่ผ่านมา

    Step into the world of IoT! 🌐 Want to learn more? Enroll in our course 👉 multiasm.eu/mooc/course/view.php?id=3 Follow us on social media and be part of the tech revolution: facebook.com/iotopeneu Let’s get started! 🚀