Lindevs
Programming tutorials, blogs & resources
Menu
  • Home ×
  • Tutorials
    • Programming Language
      • Python
      • PHP
      • Java
      • C
      • C++
      • JavaScript
    • Machine Learning
      • TensorFlow 2
      • PyTorch
    • Computer Vision
      • OpenCV
    • Embedded System
      • Raspberry Pi
      • Arduino
      • ESP8266
      • XIAO SAMD21
    • Home Automation
      • Tasmota
    • Mobile App Development
      • Android
      • Flutter
    • Game Development
      • Unity
    • Framework
      • Laravel
      • Symfony
    • Operating System
      • Linux
        • Ubuntu
      • Windows
    • Database
      • MySQL
    • DevOps
      • Command Line
      • Web Server
      • Grafana
      • Networking
      • Security
      • Containerization
  • Code Snippets
  • Electronics
    • Circuits
  • Questions
    • PHP
  • Contact
    • Sign In

Monthly Archives: November 2020

Install Tesseract OCR on Raspberry Pi

Install Tesseract OCR on Raspberry Pi

  • November 21, 2020
  • Raspberry Pi
  • 0 Comments
  • 7449 Views
Tesseract is an optical text recognition (OCR) engine developed by Google. Tesseract allows to recognize the text in image and supports more than 100 languages. Tesseract is an open-source project...

Get List of Dates Between Two Dates

  • November 20, 2020
  • Code Snippets
  • 0 Comments
  • 619 Views
Sometimes we may need to get a list of dates between two dates. Programming languages provides various methods to do that. A table includes a links to posts with examples...

Get Number of Days in Month for Given Year

  • November 19, 2020
  • Code Snippets
  • 0 Comments
  • 605 Views
Sometimes we may need to get the number of days in a month for a given year. Programming languages provides various methods to do that. A table includes a links...

Convert 12 Hour Time to 24 Hour Time

  • November 18, 2020
  • Code Snippets
  • 0 Comments
  • 1003 Views
Most countries use the 24 hour clock, but there are countries that use the 12 hour clock. Programming languages provides various methods to convert 12 hour time to 24 hour...
Subscribe Messages from MQTT Broker using ESP8266 NodeMCU

Subscribe Messages from MQTT Broker using ESP8266 NodeMCU

  • November 17, 2020
  • ESP8266
  • 0 Comments
  • 8582 Views
The ESP8266 is a chip that has a full TCP/IP protocol stack. The ESP8266 can act as a MQTT client and subscribe messages from the MQTT broker for specified topic...
Publish Message to MQTT Broker using ESP8266 NodeMCU

Publish Message to MQTT Broker using ESP8266 NodeMCU

  • November 16, 2020
  • ESP8266
  • 0 Comments
  • 3024 Views
The ESP8266 is a chip that has a full TCP/IP protocol stack. The ESP8266 can act as a MQTT client and publish messages to the MQTT broker on specified topic...
Setup Username and Password Authentication for Mosquitto Broker on Raspberry Pi

Setup Username and Password Authentication for Mosquitto Broker on Raspberry Pi

  • November 15, 2020
  • Raspberry Pi
  • 2 Comments
  • 12204 Views
By default, Mosquitto broker allows anonymous connections. Mosquitto broker can be configured to require username and password when client connects to the broker. This tutorial shows how to setup username...
Install Mosquitto Broker on Raspberry Pi

Install Mosquitto Broker on Raspberry Pi

  • November 15, 2020
  • Raspberry Pi
  • 0 Comments
  • 3897 Views
Mosquitto is a message broker that implements the MQTT protocol. Mosquitto is an open-source project developed by Eclipse. MQTT protocol uses a publish/subscribe model. Client can publish message to a...
Send POST Request using ESP8266 NodeMCU

Send POST Request using ESP8266 NodeMCU

  • November 15, 2020 (April 21, 2021)
  • ESP8266
  • 0 Comments
  • 10789 Views
POST is one of the HTTP methods which is used to send data to a server to create a resource. The ESP8266 is a chip that has a full TCP/IP...
Create Dashboard using ESP-DASH for ESP8266 NodeMCU

Create Dashboard using ESP-DASH for ESP8266 NodeMCU

  • November 14, 2020 (April 21, 2021)
  • ESP8266
  • 0 Comments
  • 3008 Views
Most of time while working with ESP8266, we want to see the processed data, readings from sensors or other information. One of the ways of doing this is to print...
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
Buy Me a Coffee

Recent Posts

  • Reinstall Packages using APT
  • Check APT Version on Linux
  • Simulate Packages Installation using APT
  • Install Packages Non-Interactively using APT
  • Skip Installing Recommended Packages using APT

Archives

  • June 2025
  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
Copyright © 2020 - 2025 · lindevs.com · All Rights Reserved