$USD
  • EUR€
  • £GBP
  • $USD
BLOG

TUTORIALS

DFRobot official blog supplies varieties of Arduino tutorials, ESP32 / ESP8266 tutorials, and Raspberry Pi tutorials, very useful for makers and electronics enthusiasts.

  • How to use Huskylens Vision Camera April Tag Recognition Function in FIRST Tech Challenge Game
    How to use Huskylens Vision Camera April Tag Recognition Function in FIRST Tech Challenge Game

    Huskylens AI Vision Sensor can be used in the FIRST Tech Challenge Game. In this article, we will show how to use Huskylens AI Camera to identify April Tag. Tag Recognition function can detect tags, and learn, recognize, track specified tags. These tags are called April Tags.

    TUTORIALS AI
    Oct 23 2023
  • Control Your Arduino Projects with Python Using PinPong Library Tutorial
    How to Control Arduino with Python and PinPong Library

    PinPong Library is a valuable tool for Python programmers who want to explore the world of Arduino. With high flexibility and compatibility with MicroPython, PinPong library simplifies the development process for IoT and embedded systems projects.

    TUTORIALS Arduino
    Oct 18 2023
  • ESP32: WiFi Manager
    ESP32: WiFi Manager

    In this tutorial we will learn how to setup a WiFi Manager portal on our ESP32, using the Arduino core and the WiFiManager library. The tests shown below were performed on a ESP32-E FireBeetle board from DFRobot.

    TUTORIALS ESP32DFRobotEnglish
    Sep 29 2021
  • DFRobot ESP32 and Arduino Tutorial List: Everything You Need to Know
    250+ Must-read Tutorials for Learning ESP32 and Arduino

    Start your journey into the world of ESP32 development with DFRobot's comprehensive tutorials covering all the essentials.

    TUTORIALS ArduinoESP32
    Apr 29 2021
  • ESP32 Espruino Tutorial Menu
    ESP32 Espruino Tutorials Menu

    We’ve listed all the DFRobot ESP32 Espruino tutorials in this article.

    TUTORIALS ESP32DFRobotEnglish
    Apr 25 2021
  • ESP32 PS3 and PS4 Tutorial Menu
    ESP32 PS3 and PS4 Tutorials Menu

    We’ve listed all the DFRobot ESP32 PS3 & PS4 tutorials in this article.

    TUTORIALS ESP32DFRobotEnglish
    Apr 25 2021
  • ESP32 Soft AP Tutorials Menu
    ESP32 Soft AP Tutorials Menu

    We’ve listed all the DFRobot ESP32 Soft AP tutorials in this article.

    TUTORIALS ESP32DFRobotEnglish
    Apr 25 2021
  • ESP32 HTTP server Tutorial Menu
    ESP32 HTTP server Tutorials Menu

    We’ve listed all the DFRobot ESP32 HTTP server tutorials in this article.

    TUTORIALS ArduinoDFRobotEnglish
    Apr 25 2021
  • ESP32 cpplinq Tutorial Menu
    ESP32 cpplinq Tutorials Menu

    We’ve listed all the DFRobot ESP32 cpplinq tutorials in this article.

    TUTORIALS ESP32DFRobotEnglish
    Apr 25 2021
  • ESP32 Arduino Tutorial Menu
    ESP32 Arduino Tutorials Menu

    We’ve listed all the DFRobot ESP32 Arduino tutorials in this article.

    TUTORIALS ESP32ArduinoDFRobotEnglish
    Apr 20 2021
  • ESP32 MicroPython Tutorial Menu
    ESP32 MicroPython Tutorials Menu

    Here are some micropython tutorials that we listed for you to experience its advanced features.

    TUTORIALS ESP32MicroPythonDFRobotEnglish
    Apr 01 2021
  • LattePanda: Install and Configure OpenVINO
    LattePanda: Install and Configure OpenVINO

    Here, we have a guide on how to install and configure OpenVINO onto your LattePanda (2nd Gen) single board computer, courtesy of DFRobot community user K2dCnC_w.

    TUTORIALS DFRobotEnglish
    Sep 28 2020
  • Latest Linux Distributions on LattePanda and Kernel Customization
    Latest Linux Distributions on LattePanda and Kernel Customization

    We are happy to announce that it appears that LattePanda owners can install Ubuntu operating systems using Linux

    TUTORIALS LattePandaDFRobot
    Sep 23 2020
  • ESP32: Query mDNS service
    ESP32: Query mDNS service

    In this tutorial we will check how use a ESP32 to query a service advertised with mDNS.

    TUTORIALS ESP32DFRobotEnglish
    Jun 17 2020
  • ESP32 Arduino: Set static IP address
    ESP32 Arduino: Set static IP address

    In this tutorial we are going to learn how to setup a static IP address for our ESP32, using the Arduino core.

    TUTORIALS ESP32DFRobotEnglish
    Jun 17 2020
  • ESP32: Advertise service with mDNS
    ESP32: Advertise service with mDNS

    In this tutorial we are going to learn how to advertise a network service available on the ESP32 using mDNS, and get information about that service on a Python program. The tests from this tutorial were done using a DFRobot’s ESP32 module integrated in a ESP32 development board.

    TUTORIALS ESP32DFRobotEnglish
    Jun 17 2020
  • ESP32: mDNS address resolution
    ESP32: mDNS address resolution

    In this tutorial we will learn how to use mDNS to resolve the address of a HTTP web server hosted by the ESP32. The tests from this tutorial were done using a DFRobot’s ESP32 module integrated in a ESP32 development board.

    TUTORIALS ESP32DFRobotEnglish
    Jun 17 2020
  • ESP32: Getting pressure measurements from a BMP388 sensor
    ESP32: Getting pressure measurements from a BMP388 sensor

    In this tutorial we will learn how to obtain barometric pressure measurements from a BMP388 sensor, using the ESP32 and the Arduino core.

    TUTORIALS ESP32DFRobotEnglish
    May 26 2020
  • ESP32: checking if PS4 controller is charging
    ESP32: checking if PS4 controller is charging

    In this tutorial we will learn how to check if the PS4 controller is charging or not, using the ESP32.

    TUTORIALS ESP32DFRobotEnglish
    May 26 2020
  • ESP32 PS4 Controller: Set LED flashing
    ESP32 PS4 Controller: Set LED flashing

    In this tutorial we are going to learn how to set the PS4 controller back led to flash with a given on and off rate, using the ESP32 and this library.

    TUTORIALS ESP32DFRobotEnglish
    May 26 2020
  • ESP32 SSD1306: Drawing a progress bar
    ESP32 SSD1306: Drawing a progress bar

    In this tutorial we are going to learn how to draw a progress bar on a SSD1306 OLED display, using the ESP32 and the Arduino core.

    TUTORIALS ESP32DFRobotEnglish
    May 25 2020
  • ESP32 PS3 Controller: Controlling a DC motor
    ESP32 PS3 Controller: Controlling a DC motor

    In this tutorial we will learn how to control a DC motor using the ESP32 and a PS3 controller.

    TUTORIALS ESP32DFRobotEnglish
    May 25 2020
  • ESP32 PS4 controller: controlling a relay
    ESP32 PS4 controller: controlling a relay

    In this tutorial we will check how to connect a PS4 controller to the ESP32 and control a relay by using the controller buttons.

    TUTORIALS ESP32DFRobotEnglish
    May 22 2020
  • ESP32 PS4 Controller: Setting the LED RGB value
    ESP32 PS4 Controller: Setting the LED RGB value

    In this tutorial we will learn how to use the ESP32 to set the color of the RGB LED that is located in the back of a PS4 controller. We will be using the Arduino core and this library.

    TUTORIALS ESP32DFRobotEnglish
    May 22 2020
    • 1
    • 2
    • 3
    • 4
    • ...
    • 24

    Page 1 of 24