EN / USD
368 Items
 Home
Blog
Sending Sensor Readings to Google Sheet Through IFTTT using ESP32
Sending Sensor readings to Google Sheet through IFTTT, ESP32 data upload to Google Sheet through IFTTT, Send data to Google sheet with IFTTT, Data sending with IFTTT ESP32, ESP32 IFTTT
Hello readers, I hope you all are doing great. In our previous tutorial, we learnt how to make HTTP POST from ESP32 to the IFTTT server. In this tutorial, we will learn about another application of the ESP32 module in the field of IoT (Internet of Things). We can publish multiple sensor readings from ESP32 to Google sheets via the IFTTT web service. IFTTT is used as a third-party web service to integrate Google sheets with ESP32. Fig. 1 Creating an IFTTT Account for Integrating ESP32 with Google Sheets We are going to create an applet (on the IFTTT server) that is responsible to integrate the Webhooks and Google Sheets services. While operating with the IFTTT server there are some services/utilities that we are going to deal with like Applets an ...
Blog
2SC1345 Datasheet, Pinout, Power Ratings, Equivalents & Applications
2sc1345 npn transistor, 2sc1345 datasheet, 2sc1345 pinout, 2sc1345 equivalents, 2sc1345 power ratings, 2sc1345 applications
Hi Guys! Hope you’re well today. In today's tutorial, we will have a look at the 2SC1345 NPN Transistor. We will also discuss 2SC1345 Datasheet, Pinout, Power Ratings, Equivalents & Applications. As this is an NPN transistor, the conductivity is mainly carried out by electrons as the major charge carriers. 2SC1345 is mainly used for switching and amplification purposes.Let's first recall NPN transistors: NPN transistor comes with 3 terminals, named: Emitter Collector Base If the voltage at the base terminal is above 0.7V, the NPN transistor gets forward biased & starts conducting i.e. current will flow from the Collector to Emitter terminal. If the Base voltage is less than 0.7V, it remains reverse-biased.So now let’s get started with the 2SC1345 NPN Transistor. 2SC134 ...
Blog
Introduction to MMBD914
Introduction to MMBD914, getting started with MMBD914, how to use MMBD914, get start with MMBD914, proteus MMBD914, MMBD914 proteus, basics of MMBD914, MMBD914 basics
Hello everyone! I hope you all will be absolutely fine and having fun. Today, I am going to share my knowledge about Introduction to MMBD914. MMBD 914 is basically a switching diode. A switching diode has the functionality similar to the switch. Like an open switch, MMBD 914 has a high resistance for the particular applied voltage. Switching diodes are usually used in different device e.g. ring modulation. The right switching diode can be chosen keeping in mind our requirements e.g. reverse recovery time, power dissipation and maximum peak current etc. I have also written an article on another switching diode, Introduction to 1N4148, and this my second article on switching diodes. MMBD-914 has a vey wide range of applications including high spee ...
Blog
Introduction to A4988
introduction to A4988, a4988 working, a4988 pinout, a4988 features, a4988 applications
Hello friends, I hope you all are doing great. In today's tutorial, we are gonna have a look at detailed Introduction to A4988. The A4988 is a micro-striding driver for governing the stepper motors, it is incorporated with the interpreter (translator) for the tranquil process. By this controller stepper motor can control by 2 pinouts, one pin is to regulate the direction of motor revolutions and other is for steps regulation of motor. It works on 3 to 5.5V and it consumes per phase two amperes current in presence of the proper cooling environment. It consists of an immovable off-time current controller which has the capacity to works in sluggish or assorted falling-off styles. In today's post, we will have a look at its cascading, pinout, sorts, uses, etc. I will also share some li ...
Blog
TL084 Op-Amp Datasheet, Pinout, Feature & Applications
Introduction to tl084, tl084 pinout, tl084 power ratings, tl084 applications
Hi Guys! Hope you’re well today. I welcome you on board. Happy to see you around. In this post today, I’ll detail the Introduction to TL084. TL084 is a JFET input Op-Amp that carries low offset current and high input impedance. Available with better offset characteristics and high noise immunity, TL084 comes with a suitable offset voltage that makes it an ideal pick for amplifier applications. I suggest you read this post all the way through as I’ll walk you through the complete Introduction to TL084 covering datasheet, pinout, features, and applications. Without further ado, let’s get started. Introduction to TL084 The TL084 is available in Quad Package which means it comes with four separate op-amps that can operate independently. This o ...
Blog
Introduction to 2n4391
Hey everyone! Hope you all are doing great. Today, I am going to give you the details on the Introduction to 2n4391. It is a simple N type JFET (Junction field effect transistor) which consists of three terminals called drain, source and gate and are denoted by D, S and G receptively. It is mostly used in analog switches and current limiters. I am going to give you a brief details on this transistor. Let's get started. Introduction to 2n4391 2n4391 is a field effect transistor that consists of three terminals known as drain, source and gate. It is called field effect transistors because static field performs as important part in the operation of this transistor. Unlike normal transistors, it is a voltage controlled device as it doesn't requ ...
Blog
IRF3710 MOSFET Datasheet, Pinout, Features & Applications
Introduction to irf3710, irf3710 pinout, irf3710 features, irf3710 applications
Hello Guys! Hope you’re well today. I welcome you on board. In this post today I’ll describe the Introduction to IRF3710.The IRF3710 is an N-channel MOSFET made up using advanced process technology. It is mainly used for fast switching purposes and comes with extremely low on-resistance. It is a fully avalanche-rated device with a gate-source voltage of around 20V. I suggest you read this entire post till the end as I’ll detail the complete Introduction to IRF3710 covering datasheet, pinout, features, and applications. Let’s jump right in. Introduction to IRF3710 The IRF3710 is an N-channel MOSFET mainly employed for fast-switching purposes. It is manufactured using advanced process technology and comes with very low on-resistance. This device is composed of three termina ...
Blog
WiFi Temperature Monitor with ESP8266 and DS18B20
WiFi Temperature Monitor with ESP8266 and DS18B20, Code for reading the DS18B20 sensor, Creation of the webpage, DS18B20, Finding the DS18B20 address, Sensor reading by Serial Monitor,
Hello friends, I hope you all are doing great. Today, we will create a wifi temperature monitoring system. For reading, we will use the DS18B20 sensor. For data processing and webpage creation, we will use our already known ESP8266. The project will be built as follows: Circuit assembly Code for reading the DS18B20 sensor (we will use Serial for tests). Creation of the webpage (we will use SPIFFS to store in FLASH). But first, let's know a little about the sensor and the communication model it uses. Materials For this project, we will need the following items: For this project, we will need the following items: 1 x ESP8266 1x DS18B20 Sensor 1x Breadboard 1x 4k7 Ohms resistor DS18B20 DS18B20 is a digital temperature sensor with good precision, good customization, pr ...
Blog
LM2576 Buck Converter Datasheet, Pinout, Features & Applications
Introduction to lm2576, lm2576 pinout, lm2576 power ratings, lm2576 applications
Hi Everyone! I welcome you on board. Thank you for clicking this read. In this post today, I’ll walk you through the Introduction to LM2576.LM2576 is a step-down voltage regulator, also known as a buck converter, mainly employed as a pre-regulator in linear regulators. The customized output version of this buck converter gives you the ability to set the output voltage as you like better. It is available with a remarkably good load and line regulation. Moreover, it is used to drive load under 1A and is available in fixed output voltages with 3.3V, 5V, 12V, and 15V. I suggest you buckle up and read this post all the way through, as in this post I’ll detail the Introduction to LM2576 covering the datasheet, pinout, features, and applications. Let’s jump right in. Introduction to LM2576 ...
Blog
Introduction to TIP42C
Introduction to tip42c, tip42c pinout, tip42c power ratings, tip42c applications
Hi Friends! I welcome you on board. Happy to see you around. In this post, I’ll detail the Introduction to Tip42c. Tip42c is a medium power transistor mainly used for amplification and switching purpose. It is made up of silicon material and falls under the category of PNP transistors. The voltage across collector and emitter terminals is 100V and the voltage across base and collector terminals is 100V. The 5V is the voltage across base and emitter terminals which projects the value of voltage required to bias this transistor. The 6A is collector current which indicates the value of loads this transistor can support. Just bear with me for a little while as I’ll be documenting the main features, pinout, applications, and datasheet of this tiny co ...