List of my latest Programming related blogs:
- Using the SIM800C USB to GSM GPRS Module — A Practical Guide using Pythonby donskyIntroduction Whether you’re developing a web application or working on an Internet of Things (IoT) project using your laptop or a Raspberry Pi, the need to send SMS or text messages is a common requirement. If this sounds like your task, then look no further! The SIM800C USB to GSM Module is an excellent and… Read more: Using the SIM800C USB to GSM GPRS Module — A Practical Guide using Python
- How to download a GitHub file, folder, or project?by donskyThis post will show you how you can download a GitHub file, folder, or project to your laptop or workstation file system
- OpenCV QR Code Detection using your web browserby donskyThis post will show you how to read QR (Quick Response) code using OpenCV, Python, Flask, pyzbar library, and your web browser.
- Develop Custom IoT Web Application with MongoDB Databaseby donskyThis post will show you how you can develop your own custom Internet of Things (IoT) web application that will interface with MongoDB database
- Control your Arduino IoT projects with a MongoDB databaseby donskyThis post will show you how you can control your Arduino-based project with your MongoDB database using ESP32/ESP8266 microcontroller board