DonskyTech
DonskyTech
  • 125
  • 584 904
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
UA-cam: ua-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 339

Відео

How to install Node-Red (or Node Red) on a Windows environment?
Переглядів 6538 місяців тому
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
Переглядів 7658 місяців тому
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
Переглядів 17 тис.10 місяців тому
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
Переглядів 5 тис.10 місяців тому
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,4 тис.Рік тому
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,1 тис.Рік тому
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
Переглядів 2 тис.Рік тому
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
Переглядів 6 тис.Рік тому
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,3 тис.Рік тому
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
Переглядів 3 тис.Рік тому
Arduino Data Logger using MongoDB Database
How to download a GitHub file, folder, or project?
Переглядів 4,5 тис.Рік тому
How to download a GitHub file, folder, or project?
Connect your Arduino projects with a universal Coin Acceptor
Переглядів 6 тис.Рік тому
Connect your Arduino projects with a universal Coin Acceptor
Arduino Stepper Motor Control Project thru WiFi
Переглядів 1,5 тис.Рік тому
Arduino Stepper Motor Control Project thru WiFi
OpenCV QR Code Detection using your web browser
Переглядів 537Рік тому
OpenCV QR Code Detection using your web browser
Interface ESP32 with the PCF8575 I/O Port Expander
Переглядів 8 тис.Рік тому
Interface ESP32 with the PCF8575 I/O Port Expander
Set up your Raspberry Pi to Start Python Script on Boot Startup
Переглядів 1,5 тис.Рік тому
Set up your Raspberry Pi to Start Python Script on Boot Startup
Raspberry Pi IoT Weather Station
Переглядів 909Рік тому
Raspberry Pi IoT Weather Station
Building a Raspberry Pi Pico W WiFi Robot Car
Переглядів 2,8 тис.Рік тому
Building a Raspberry Pi Pico W WiFi Robot Car
Raspberry Pi Pico W Motor Control using the DRV8833 and MicroPython
Переглядів 3,5 тис.Рік тому
Raspberry Pi Pico W Motor Control using the DRV8833 and MicroPython
Adding Touch Screen Display to your Raspberry Pi Projects #shorts
Переглядів 304Рік тому
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,6 тис.Рік тому
Raspberry Pi DHT22 Weather Station Project
ESP32 ESP8266 Exception Decoder
Переглядів 6 тис.Рік тому
ESP32 ESP8266 Exception Decoder
Interface ESP32 with Infrared(IR) Sensor Module
Переглядів 6 тис.Рік тому
Interface ESP32 with Infrared(IR) Sensor Module
Arduino Basic: How to use the Arduino I2C Scanner?
Переглядів 913Рік тому
Arduino Basic: How to use the Arduino I2C Scanner?
Develop Custom IoT Web Application with MongoDB Database
Переглядів 3,5 тис.Рік тому
Develop Custom IoT Web Application with MongoDB Database
Control your Arduino IoT projects with a MongoDB database
Переглядів 6 тис.Рік тому
Control your Arduino IoT projects with a MongoDB database
Create a REST API Server with Python, Flask, and MongoDB
Переглядів 3,1 тис.Рік тому
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

КОМЕНТАРІ

  • @tom-carloherrmann3115
    @tom-carloherrmann3115 22 години тому

    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 6 днів тому

    the lower bar is stuck at 31 percent

  • @pabllo7238
    @pabllo7238 11 днів тому

    Tu é o cara!

  • @Enrique-mx1tl
    @Enrique-mx1tl 13 днів тому

    Thank you! That was really helpful

  • @3mdonik805
    @3mdonik805 14 днів тому

    please give me your pogram

  • @Junaid_ruk
    @Junaid_ruk 16 днів тому

    IT WORKS FOR ME ❤❤❤❤

  • @mafikahlabo4460
    @mafikahlabo4460 19 днів тому

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

  • @BogdanTebrean-m6h
    @BogdanTebrean-m6h 23 дні тому

    Thank you!! Nice example.

  • @sasidharreddy-f1h
    @sasidharreddy-f1h 26 днів тому

    BETTER IF YOU SHOWN WIRE ONNECTIONS ALSO

  • @flaviasaldanha1537
    @flaviasaldanha1537 26 днів тому

    Best video on esp32 and fingerprint ❤❤❤ thanks brother

  • @isaacllenas9760
    @isaacllenas9760 27 днів тому

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

  • @omkargolatkar821
    @omkargolatkar821 29 днів тому

    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 Місяць тому

    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 2 місяці тому

    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?

  • @docbpiano
    @docbpiano 3 місяці тому

    Where do you connect the charger?

  • @pridetapera3616
    @pridetapera3616 3 місяці тому

  • @obelusstem199
    @obelusstem199 3 місяці тому

    I was thinking about using microdot in my future projects too. Because I used Flask a lot, I thought why not use microdot❤