DonskyTech
DonskyTech
  • 125
  • 588 038
Exploring Node-Red, Dashboard 2.0, and MQTT - Step By Step Guide
Discover a step-by-step guide on how to connect, visualize, and control your devices using Node-RED, MQTT, and the new Node-RED Dashboard 2.0. We will create a web user interface that will control our Arduino electronic circuits without writing any HTML/CSS/Javascript
WriteUp:
www.donskytech.com/node-red-dashboard-2-0-mqtt/
Code:
Node-Red/Dashboard 2.0/MQTT Flow:
github.com/donskytech/node-red-projects/tree/main/node-red-dashboard-2.0-arduino-mqtt
Arduino Program:
github.com/donskytech/platformio-projects/tree/main/esp32-projects/esp32-mqtt-node-red-control
Contents of the Video:
0:00 - Intro
1:03 - Project Demo
4:05 - DonskyTech Plug
4:29 - Node-Red Dashboard 2.0 Setup and Configuration
16:32 - Mosquitto MQTT Setup
28:22 - Arduino Project Setup
34:09 - Basic Node-Red Dashboard 2.0 Themes setup
34:09 - Basic Node-Red Dashboard 2.0 Themes setup
38:02 - Outro
Parts/Components Used in this project:
Windows 11 Laptop - amzn.to/3wlBmTt
or Raspberry Pi 5 Kit - amzn.to/3UWSokR
ESP32 - amzn.to/3X9b7rA
RGB LED Module - amzn.to/3X4Oynl
SG90 Servo - amzn.to/3OMBBNx
or MG90 - amzn.to/3SZL1aW
LED - Amazon | AliExpress
Resistors (220 Ohms) - amzn.to/3vFP1RO
Capacitors (450 uF) - amzn.to/3wxyxyJ
Bench Power Supply - amzn.to/3HChEpI
Breadboard - amzn.to/3GDnbeW
Connecting Wires - amzn.to/3VSe7HO
If you like my posts or videos then please consider subscribing to my channels and sharing them with your friends:
Website: www.donskytech.com
TH-cam: th-cam.com/users/DonskyTech
Facebook: DonskyTech
Twitter: DonskyTech
If you are generous and think I have helped you, please consider buying me a coffee. 🙂
Paypal:
donsky.iot.tech@gmail.com
Buy Me a Coffee:
buymeacoffee.com/donskytech
Patreon:
www.patreon.com/donskytech
#nodered
#node-red
#node-red-dashboard
#dashboard2.0
#dashboard2
#mosquitto
#mqtt
#arduino
มุมมอง: 3 380

วีดีโอ

How to install Node-Red (or Node Red) on a Windows environment?
มุมมอง 6689 หลายเดือนก่อน
This post will show you how to install the Node-Red application on your Windows OS environment. WriteUp: www.donskytech.com/how-to-install-node-red-on-windows-or-pc/ Contents of the Video: 0:00 - Intro 0:29 - Install Steps 3:22 - How to secure your Node-Red installation If you like my posts or videos then please consider subscribing to my channels and sharing them with your friends: Website: ww...
Arduino Serial Communication - Controlling your Electronics Projects with PyQT GUI
มุมมอง 7719 หลายเดือนก่อน
This post will show you how to control your Arduino projects through serial communication using your computer. We are going to build a Graphical User Interface (GUI) using Python and PyQT and send out serial messages through PySerial to control our Arduino electronic circuit. WriteUp: www.donskytech.com/controlling-your-arduino-projects-through-serial-communication/ Code: github.com/donskytech/...
Error: Microsoft Visual C++ 14.0 or greater is required
มุมมอง 17K10 หลายเดือนก่อน
Are you trying to install your Python library dependencies using the pip command and you always encounter this error: “error: Microsoft Visual C 14.0 or greater is required. Get it with "Microsoft C Build Tools": visualstudio.microsoft.com/visual-cpp-build-tools/”? In this video, I will share how to fix the issue. I am trying to install the reportlab library on my Windows 11 Visual Studio code ...
Using ESP32 SoftwareSerial in your Arduino Projects
มุมมอง 5K10 หลายเดือนก่อน
In your Arduino projects, discover the potential of ESP32 SoftwareSerial. Discover how to set up virtual UART ports on GPIO pins to enable more flexible serial communication. Use SoftwareSerial to improve your ESP32-based projects for specialized solutions and effective data sharing. WriteUp: www.donskytech.com/using-esp32-softwareserial-in-your-arduino-projects/ Code: github.com/donskytech/pla...
Integrating ESP-NOW with MicroPython and WiFi
มุมมอง 2.5Kปีที่แล้ว
Exploring ESP-NOW with MicroPython and WiFi Learn how to use Wi-Fi, MicroPython, and ESP-NOW to accomplish seamless communication. Expand your IoT capabilities by learning more about the potential of asynchronous data transmission. WriteUp: www.donskytech.com/esp-now-micropython-wifi-mqtt/ Code: github.com/donskytech/micropython-ESP32-ESP8266/tree/main/espnow-wifi ESP-NOW MicroPython Series: Ex...
Sensor Data Sharing with ESP-NOW in MicroPython
มุมมอง 2.1Kปีที่แล้ว
Discover how to use MicroPython to easily transfer sensor data with ESP-NOW. Investigate hardware configuration, data collection, cutting-edge methods, and practical applications for effective IoT and sensor network projects. WriteUp: www.donskytech.com/sensor-data-sharing-with-esp-now-in-micropython/ Code: github.com/donskytech/micropython-ESP32-ESP8266/tree/main/espnow-sensor-readings ESP-NOW...
Discovering ESP-NOW in MicroPython with Asyncio
มุมมอง 2Kปีที่แล้ว
Explore the power of asyncio in ESP-Now with MicroPython. Learn how to harness the capabilities of asynchronous programming to enhance the efficiency and responsiveness of your ESP-Now IoT projects. WriteUp: www.donskytech.com/discovering-esp-now-in-micropython-with-asyncio/ Code: github.com/donskytech/micropython-ESP32-ESP8266/tree/main/espnow-async ESP-NOW MicroPython Series: Exploring ESP-NO...
Exploring ESP-NOW in MicroPython: A Learner’s Guide
มุมมอง 6Kปีที่แล้ว
Explore the power of ESP-NOW in MicroPython. Get started creating Internet of Things (IoT) projects with this wireless communication protocol WriteUp: www.donskytech.com/exploring-esp-now-in-micropython-a-learners-guide/ Code: github.com/donskytech/micropython-ESP32-ESP8266/tree/main/espnow Contents of the Video: 0:00 Intro 0:12 What is ESP-NOW? 0:28 WiFi Vs ESP-NOW 1:00 DonskyTech Plug 1:15 ES...
How do you run Thonny IDE with multiple windows or instances?
มุมมอง 1.3Kปีที่แล้ว
This post will show you how you can run Thonny IDE with multiple windows or instances so you can work on multiple projects simultaneously WriteUp: www.donskytech.com/thonny-ide-multiple-windows-instances/ Parts/Components Used in this Project: ESP32 - amzn.to/3X9b7rA Breadboard - amzn.to/3GDnbeW If you like my posts or videos then please consider subscribing to my channels and sharing them with...
Arduino Data Logger using MongoDB Database
มุมมอง 3Kปีที่แล้ว
Arduino Data Logger using MongoDB Database
How to download a GitHub file, folder, or project?
มุมมอง 4.6Kปีที่แล้ว
How to download a GitHub file, folder, or project?
Connect your Arduino projects with a universal Coin Acceptor
มุมมอง 6Kปีที่แล้ว
Connect your Arduino projects with a universal Coin Acceptor
Arduino Stepper Motor Control Project thru WiFi
มุมมอง 1.5Kปีที่แล้ว
Arduino Stepper Motor Control Project thru WiFi
OpenCV QR Code Detection using your web browser
มุมมอง 540ปีที่แล้ว
OpenCV QR Code Detection using your web browser
Interface ESP32 with the PCF8575 I/O Port Expander
มุมมอง 8Kปีที่แล้ว
Interface ESP32 with the PCF8575 I/O Port Expander
Set up your Raspberry Pi to Start Python Script on Boot Startup
มุมมอง 1.6Kปีที่แล้ว
Set up your Raspberry Pi to Start Python Script on Boot Startup
Raspberry Pi IoT Weather Station
มุมมอง 914ปีที่แล้ว
Raspberry Pi IoT Weather Station
Building a Raspberry Pi Pico W WiFi Robot Car
มุมมอง 2.8Kปีที่แล้ว
Building a Raspberry Pi Pico W WiFi Robot Car
Raspberry Pi Pico W Motor Control using the DRV8833 and MicroPython
มุมมอง 3.5Kปีที่แล้ว
Raspberry Pi Pico W Motor Control using the DRV8833 and MicroPython
Adding Touch Screen Display to your Raspberry Pi Projects #shorts
มุมมอง 305ปีที่แล้ว
Adding Touch Screen Display to your Raspberry Pi Projects #shorts
Raspberry Pi DHT22 Weather Station Project #shorts
มุมมอง 128ปีที่แล้ว
Raspberry Pi DHT22 Weather Station Project #shorts
Raspberry Pi DHT22 Weather Station Project
มุมมอง 2.6Kปีที่แล้ว
Raspberry Pi DHT22 Weather Station Project
ESP32 ESP8266 Exception Decoder
มุมมอง 6Kปีที่แล้ว
ESP32 ESP8266 Exception Decoder
Interface ESP32 with Infrared(IR) Sensor Module
มุมมอง 6Kปีที่แล้ว
Interface ESP32 with Infrared(IR) Sensor Module
Arduino Basic: How to use the Arduino I2C Scanner?
มุมมอง 918ปีที่แล้ว
Arduino Basic: How to use the Arduino I2C Scanner?
Develop Custom IoT Web Application with MongoDB Database
มุมมอง 3.5Kปีที่แล้ว
Develop Custom IoT Web Application with MongoDB Database
Control your Arduino IoT projects with a MongoDB database
มุมมอง 6Kปีที่แล้ว
Control your Arduino IoT projects with a MongoDB database
Create a REST API Server with Python, Flask, and MongoDB
มุมมอง 3.1Kปีที่แล้ว
Create a REST API Server with Python, Flask, and MongoDB
MongoDB Atlas: An Overview and How to get started
มุมมอง 577ปีที่แล้ว
MongoDB Atlas: An Overview and How to get started

ความคิดเห็น

  • @JanelleLykaEnricoso
    @JanelleLykaEnricoso วันที่ผ่านมา

    Hello, it state in my command that esptool.py is not recognize as internal or external command, operable program or batch file...how to solve this?

  • @deboraramosromagnolo
    @deboraramosromagnolo วันที่ผ่านมา

    Hey thanks for sharing this video. Do you have any tips to a cloud service to deploy a node js app that needs to be connected to mqtt broker? The free versions spin down after a while, and the paid ones are expensive for small projects/testing

  • @EyadishoKahawaki
    @EyadishoKahawaki 2 วันที่ผ่านมา

    Perffect

  • @tom-carloherrmann3115
    @tom-carloherrmann3115 3 วันที่ผ่านมา

    Thanks for the video. It was a big help. I had a weird problem on my raspberry Pi. It denied me to install the package rpi_ws281x, even with the sudo command. I had long conversations with chat GPT :D.in the end the only way it worked was the way Chat GPT didn't recommand me. I needed to istall it with the command "sudo pip3 install rpi_ws281x --break-system-packages ". It was the only way I could let my LED'S shine :D

  • @zextention123
    @zextention123 8 วันที่ผ่านมา

    the lower bar is stuck at 31 percent

  • @pabllo7238
    @pabllo7238 13 วันที่ผ่านมา

    Tu é o cara!

  • @Enrique-mx1tl
    @Enrique-mx1tl 15 วันที่ผ่านมา

    Thank you! That was really helpful

  • @3mdonik805
    @3mdonik805 17 วันที่ผ่านมา

    please give me your pogram

  • @Junaid_ruk
    @Junaid_ruk 19 วันที่ผ่านมา

    IT WORKS FOR ME ❤❤❤❤

  • @mafikahlabo4460
    @mafikahlabo4460 21 วันที่ผ่านมา

    I want that to my pc because i am using it as an arcade machine

  • @BogdanTebrean-m6h
    @BogdanTebrean-m6h 25 วันที่ผ่านมา

    Thank you!! Nice example.

  • @sasidharreddy-f1h
    @sasidharreddy-f1h 28 วันที่ผ่านมา

    BETTER IF YOU SHOWN WIRE ONNECTIONS ALSO

  • @flaviasaldanha1537
    @flaviasaldanha1537 28 วันที่ผ่านมา

    Best video on esp32 and fingerprint ❤❤❤ thanks brother

  • @isaacllenas9760
    @isaacllenas9760 หลายเดือนก่อน

    1730094179: Error: Websockets support not available. I have this error can you help me?

  • @omkargolatkar821
    @omkargolatkar821 หลายเดือนก่อน

    It stuck at connecting to network after updating and running the code 15:13

  • @adityabarve8863
    @adityabarve8863 หลายเดือนก่อน

    I guess the step to enable the service is not present in the detailed description. But works perfectly.. Thank you!

  • @RulonOboev-b4q
    @RulonOboev-b4q หลายเดือนก่อน

    Hello! is it possible to make a logger and build a plot from the LittieFS stored values?

  • @LimuleAwp
    @LimuleAwp หลายเดือนก่อน

    ty bro

  • @ΠερικλήςΝτάφος
    @ΠερικλήςΝτάφος หลายเดือนก่อน

    are the batteries in series or parallel ,and if the batteries are in series can the motors handle so high voltage ?

  • @reinaldojrg.villaver9909
    @reinaldojrg.villaver9909 หลายเดือนก่อน

    can it add another sensor like turbidity, salinity and etc?

  • @namanagarwal7290
    @namanagarwal7290 หลายเดือนก่อน

    is it possible using an esp32 ?

  • @ahmadhaleem17
    @ahmadhaleem17 หลายเดือนก่อน

    thanks, it worked!

  • @ajaviles13
    @ajaviles13 หลายเดือนก่อน

    YOU ARE A LIFE SAVER!!! I found the error when using this technique in just a couple minutes.

  • @adindasaraswati936
    @adindasaraswati936 หลายเดือนก่อน

    Thank you so much! It easy to understand your explanation, once again thank you 🙏

  • @MatthewMartin-u9l
    @MatthewMartin-u9l หลายเดือนก่อน

    Tyrese Landing

  • @jagorrim2371
    @jagorrim2371 หลายเดือนก่อน

    thanks

  • @MrThermike
    @MrThermike หลายเดือนก่อน

    Thanks for your video! How can we use international characters or sprites?

  • @BettyWeeks-n8i
    @BettyWeeks-n8i หลายเดือนก่อน

    Barton Lane

  • @bearliongaming2464
    @bearliongaming2464 หลายเดือนก่อน

    wow! thank you for this video!

  • @makoado6010
    @makoado6010 หลายเดือนก่อน

    well.. its not working anymore.

  • @randallyoung6715
    @randallyoung6715 หลายเดือนก่อน

    This is a great project, thanks for sharing!

  • @PearsonIna-b6j
    @PearsonIna-b6j หลายเดือนก่อน

    Rath Corner

  • @Lachslan
    @Lachslan หลายเดือนก่อน

    thanks for fixing my issue!

  • @sangramsahoo4409
    @sangramsahoo4409 หลายเดือนก่อน

    Where is web sockets are used

  • @ScottRodriguez-c4e
    @ScottRodriguez-c4e หลายเดือนก่อน

    Liliana Parks

  • @son7459
    @son7459 หลายเดือนก่อน

    Is "run as administrator" necessary when running the "net start mosquitto" command? Thanks for the help

  • @AnnetteSlade-o8t
    @AnnetteSlade-o8t หลายเดือนก่อน

    Lauryn Shoal

  • @EmmaJustin-y8f
    @EmmaJustin-y8f 2 หลายเดือนก่อน

    Feil Forest

  • @faycalelmehraz8553
    @faycalelmehraz8553 2 หลายเดือนก่อน

    Hi, Need your help please, whats the user name and password to introduce on mqtt explorer and how to make it accessible via a public ip adress? Thanks for your precious help.

  • @marychang5600
    @marychang5600 2 หลายเดือนก่อน

    Excellent video. Thank you

  • @PepysGeoffrey-i2g
    @PepysGeoffrey-i2g 2 หลายเดือนก่อน

    Talon Land

  • @PTuanAnh
    @PTuanAnh 2 หลายเดือนก่อน

    I am getting the error The system cannot find the file specified when I run the net start mosquitto command . What can I do ?

  • @rickyleblanc3945
    @rickyleblanc3945 2 หลายเดือนก่อน

    For anyone else thinking the ESP-01 is not working after programming. Try connecting an LED with resistor to GPIO2. Apparently this is the LED_BUILTIN at least on the module with a red LED on the edge of the board which appears to always be on and a blue LED which flickers inline with the TX/GPIO0.

  • @timfairfield407
    @timfairfield407 2 หลายเดือนก่อน

    very good demo, well explained!!

  • @joelcamporedondo
    @joelcamporedondo 2 หลายเดือนก่อน

    Then unsa may purpose nimo ngano gi video nimo na boss? Para?

  • @CottonCamille-g9x
    @CottonCamille-g9x 2 หลายเดือนก่อน

    Thomas Brenda Harris Brenda Davis Kimberly

  • @AngeloGuglielmo
    @AngeloGuglielmo 2 หลายเดือนก่อน

    Thank you so much for making this clear

  • @ottom3336
    @ottom3336 3 หลายเดือนก่อน

    Hi, i could run your MQTT dashboard (127.0.0.1:3000) in my browser and it's listening on port 3000. The MQTTX-App is sending the values "temperature ..." on adress 127.0.0.1:1883. In my terminal i started MQTT-Server with: mosquitto_sub -h localhost -t temperature. The values are in the terminal visible. But there is nothing in the dashboard-App. Can you help me?