How to convert image to base64 string
Why do you need to convert? You may have html file with image and do not want to keep your image file separately with html file. In such case you can convert image to base64 string and use it in…
Why do you need to convert? You may have html file with image and do not want to keep your image file separately with html file. In such case you can convert image to base64 string and use it in…
Problem statement You have made an IOT project e.g.: home automation and wanted to send whatsapp messages to your self or some registered number for all the alerts. Here is a simple way to send messages in whatsapp using Whatabot…
What is Node Red ? Node red is an Open Source flow based tool for wiring together hardware devices, APIs and online services. It provides a browser-based flow editor making it very easy to use and it requires little programming…
Why do you need virtual keyboard in raspberry pi? Well there can be multiple scenarios when you need virtual keyboard in raspberry pi. You might have added touch screen and now able to discard the mouse but to type anything…
Introduction In this post we will see on controlling RGB LED using raspberry pi and python. RGB LED means red, blue and green LEDs. RGB LED products combine these three colors to produce over 16 million hues of light. Things…
Raspberry Pi computer with a Camera Module port All current models of Raspberry Pi have a port for connecting the Camera Module. Raspberry Pi Camera module Note: If you want to use a Raspberry Pi Zero, you need a Camera Module…
This is in continuation with my earlier post on unboxing 8 inch Waveshare LCD display Here we will see how we can connect 8 inch Waveshare LCD display to Raspberry Pi. Hardware connection Use the 15PIN FPC cable to connect…
This is in continuation of my previous post on docker where i have show how to configure docker environment for selenium automation. Here we will move a step further and show you Setup Docker for Selenium automation using YAML file.…
What do you need for installing Windows 11 on Raspberry PI? Raspberry Pi 4 – Both the 4GB and 8GB Pi versions will work. But for a smoother experience go with 8GB. External SSD drive or USB flash drive –…
Why docker? What is benefit of docker for selenium automation? Docker containers are lightweight packages of all the necessary components (application code, dependent libraries, specific versions of programs) to run the application over any platform. To run and manage these…