Arduino based hexadecimal calculator
| |

Arduino based hexadecimal calculator

It is very easy to calculate the hexadecimal equivalent to a decimal number using dividing by 167 method. But this method is very long and sometimes very confusing when comes to large numbers. here I have a Arduino based decimal to hexadecimal converter. But let’s know more about hexadecimal number system and why it was…

Sensor Monitoring Using LoRa & Arduino
| |

Sensor Monitoring Using LoRa & Arduino

There are various sensor monitoring methods are available some of them using IoT and others using offline protocols like Bluetooth and BLE. But the offline method doesn’t offer a good range and online methods are expensive and very compilated. Today, we are going to make a simple sensor monitoring system using LoRa (long range radio)….

DIY Current meter using Arduino
| |

DIY Current meter using Arduino

There are many methods to measure the DC current. Hall effect sensors and dedicated hall effect current measuring ICs are available to measure Current precisely. But in this tutorial, we are going to cover very basic method to measure current using shunt resistance in the circuit. We will also make our own current sensor and…

NTC v/s PTC Difference And Applications
| |

NTC v/s PTC Difference And Applications

NTC and PTC are known as thermistors, which can be further known as temperature-controlled resistance. Now something is related to resistance but how it works and which type of circuits can be designed using these components. Let’s know the working concept and then we will use them practically. The value of these thermistors is not…