Send SMS from Raspberry Pi using the GSM module
In this article, we are going to learn how you can use a GSM module with your Raspberry Pi to send SMS or do whatever you need to do. Here, we’ll use a GSMHat for raspberry pi which will be Read more…
In this article, we are going to learn how you can use a GSM module with your Raspberry Pi to send SMS or do whatever you need to do. Here, we’ll use a GSMHat for raspberry pi which will be Read more…
This is a complete practical guide on how you can Connect to Raspberry Pi from your Laptop/Desktop using VNC viewer. This guide is fully informative and completely based on practical steps. Also, this is very important and you should not Read more…
DC motor is very common and we use it for different purposes. But problem is, when used with a sensitive circuit, this DC motor creates problems in the working of the circuits. Such as communication disturbed, signal distortion, noise in Read more…
In this article, we are going to see how we can store String in the EEPROM of a microcontroller and recall those strings to print on display or use it for different purposes. Usually, we use ROM as the main Read more…
This is a mini article where you are going to learn about an One Button push on push off switch circuit. Sometimes we need a small button switch that can be used as one push switch on, another push switch Read more…
In this article, we are going to learn about Interfacing External EEPROM with a PIC microcontroller. All the microcontrollers do not have EEPROM but sometimes, we need to save some information in EEPROM while the MCU does not have any. Read more…
This is a very common error to them who works with microcontrollers. In this article, I’ll show you ways to solve this Not Enough ROM/RAM error. The high-level MCUs are capable of handling the memory mapping properly. But the lower Read more…
In this article, we are going to learn how to Read ThingSpeak Channel using ESP8266 and Arduino. There are lots of example codes over the internet with data posting to ThingSpeak using ESP8266 and Arduino. But there are almost none Read more…
In this article, we will write our own code that can be used for ‘Reading SMS with Arduino’. We use Arduinos in different projects. When using GSM modules, we may need to use SMS to give commands to the device. Read more…
In this article, we are going to make our own Caller ID detection using Arduino. Usually, there are several libraries over the internet, but recently I had some bad experiences with most of them. That is why I simplified the Read more…