EN / USD
2068 Items
 Home
Blog
Introduction to C# Windows Forms
windows forms programming in c# , c# windows forms, windows forms in c#, c# windows form, c# windows form programming
Hello everyone, hope you all are fien and having fun with your lives. Today, I am going to post a new C# tutorial in which we will have a Introduction to C# Windows Forms. Till now, we have seen Introduction to C# in which we have designed a console application in C# and after that we have discussed that project and write some code in it in First Code in C# Tutorial. So, till now we have an idea How to create a console application and how to run it easily. I will continue with this C# console projects but first we have to discuss a little about C# Windows Forms. Microsoft Visual Studio is a very vast software so we can design different types of projects in it and also can use different languages. So, when talking about C#, we not only can design c ...
Blog
Create Database in Microsoft Visual Studio
Create a database in Microsoft Visual Studio 2010, how to create a database in vb2010, tutorial on database in vb2010
Hello friends, hope you all are enjoying good health. Today, I am going to share How to create a Database in Microsoft Visual Studio 2010. Around two to three months ago, I have shared a topic on Microsoft Visual Basic 2010 - Com Port  in which I have explained completely how to make the serial communication in Microsoft Visual studio using visual basic language. Today I am going to share another complete tutorial on how to create a database in Microsoft visual studio. Its a most common project in computer science which usually students do as a semester project, so I thought of sharing it here. I have divided this project or tutorial into three parts, today we will just create a simple database in which we can add out objects easily and later ...
Blog
Build a Twitter bot in Raspberry pi 4
Build a Twitter bot in Raspberry pi 4, twitter bot in RPi4, RPi4 twitter, Raspberry Pi 4 Twitter, RPi4 Twitter bot
Thank you for joining us for yet another session of this series on Raspberry Pi programming. In the preceding tutorial, we integrated a real-time clock with our raspberry pi four and used it to build a digital clock. However, In this tutorial, we will construct your personal Twitter bot using Tweepy, a Py framework for querying the Twitter application programming interface. You will construct a Response to mentions robot that will post a response to everybody's tweet mentioning it with a certain keyword. The response will be a photo we will make and put any text over it. This message is a quote you will acquire from a 3rd application programming interface. Finally, we will look at the benefits and drawbacks of bots. This is what it looks like: ...
Blog
Why is STEM Education So Important?
STEM, STEM education, Why stem education is important, importance of STEM education.
Science, technology, engineering, and math are the foundations of our daily lives. They are the tools that professionals use to get things done and get them done right. That’s just one reason that STEM education is so important. Over the past few decades, a sea-change in educational theories has swept through academic institutions. Old ideas about a liberal arts education as a path to success have slowly been replaced by a growing determination to emphasize STEM education and encourage students to pursue STEM paths and STEM careers to develop the next generation of professionals. In this article, we’ll look at some of the reasons that STEM education is so important. To do so, we’ll need to think about traditional education and why it’s now outdated ...
Blog
Introduction to 2n4123
introduction to 2n4123, intro to 2n4123, basics of 2n4123, working of 2n4123, applications of 2n4123, pinout of 2n4123
Hey Guys! I am back to give you a daily dose of information so you can excel and grow in your relevant field and keep coming back for what we have to offer. If you are a hobbyist or student, you require a transistor for the execution of your project every now and then. Today, I am going to unlock the details on the Introduction to 2n4123. It is an NPN (negative-positive-negative) general purpose transistor which is mainly used for the amplification and switching purpose where collector current around 100mA is required. It is a semiconductor device mainly composed of silicon and comes with three terminals where a voltage applied to the one pair of terminals is used to control the current at the other pair of terminals. I'll break down each and ev ...
Blog
Byte and Byte Array Sequence in Python
Byte and Byte Array Sequence in Python, byte sequence in python, byte array sequence in python
Hey pupils! Welcome to the new tutorial on deep learning, where we are in the section on Python learning. In the previous lecture, we were discussing the tuple data type, which is a sub-class of sequences. In the present lecture, the discussion will be about the byte sequence and byte array. The whole discussion is cleared with the help of practical implementation in TensorFlow by using simple and easy codes. If you understand the concepts of list and tuple, then this lecture will be easy for you. Yet, before going into the details of this topic, you must know the highlights of the content discussed in this lecture: What is the byte method in Python?  How can you use byte in TensorFlow? What are some examples of bytes? Give examples of error handling in bytes. How can you convert in ...
Blog
NAND as Universal Gate in Proteus
Universal Gtaes, universal gates in Proteus, NAND Gate, NOR Gate, Proteus Implelentation of gates, Logic Gates.
Hello Learners! Welcome to The Engineering Projects. In the previous tutorial, we discussed the first universal gate i.e. NOR Gate and simulated it in Proteus. Today, we are going to focus on the second universal gate i.e. NAND Gate. We will also derive basic logic gates from the NAND gate, to prove its universality. Today, we'll seek the answers to the following questions: What is a NAND Gate?What is a Universal Gate? NAND as a Universal Gate. NAND Gate as Universal Gate in Proteus ISIS. Let's get started: What is a NAND Gate? A NAND Gate is designed by inverting the output of AND Gate and thus it gives a LOW output when all of its inputs are HIGH, otherwise, it's HGIH.In order to design a NAND gate, simply place a NOT gate in ...
Blog
USB Communication between Android and Arduino
android and arduino usb communication, arduino android usb data sending, usb data communication android arduino,send data from android to arduino
Hello friends, hope you all are fine and having fun with your lives. In today's post, I am going to share How to do  USB Communication between Android and Arduino. I have designed many projects before in which I have interfaced Android and Arduino and communicated between them but in those projects I have used either Wifi or Bluetooth as a mode for communication. But recently I got a project in which I have to do USB Communication between Android and Arduino, they have this restriction of using USB. So, I have to work on it and I got it working successfully. You should also have a look at How to Install Android Studio. and Getting Started with Android. So, today I thought to share it with you guys. It isn't much difficult but will need a little pa ...
Blog
ESP32 Internal Temperature Sensor
Hello friends, I hope you all are doing great. Welcome to the 3rd lecture of Section 5(ESP32 Sensors) in the ESP32 Programming Series. We have already discussed the two built-in ESP32 sensors i.e. Hall Effect Sensor and Capacitive Touch Sensor. Today, we are going to discuss the 3rd and final built-in ESP32 sensor i.e. Internal Temperature Sensor. ESP32 Internal Temperature Sensor is used to calculate the temperature of the ESP32 core. So, we can't use it to measure the ambient temperature (the temperature of the atmosphere), for that, we need to use embedded temperature sensors i.e. DS18B20, DHT11, BMP280 etc. We will first discuss the basics of this Internal Temperature Sensor and then will design a code to monitor the change in temperature by changing the frequency of the ESP32 CPU. ...
Blog
ESP32 BLE (Bluetooth Low Energy)
What is BLE, esp32 ble, ble esp32, esp32 ble client, esp32 ble server, esp32 ble communication, esp32 bluetooth, bluetooth esp32
Hello readers, I hope you all are having fun in your lives. Welcome to the 2nd Chapter of Section-2 in the ESP32 Programming Series. In today's lesson, we'll go over another built-in feature of the esp32 module that helps it stand out from the competition: BLE or Bluetooth Low Energy. In the previous tutorial, we discussed the Classic Bluetooth in ESP32, which is considered the predecessor of Bluetooth Low Energy(which we are going to discuss today). We will first look at, what is BLE? and why is it used?, and then will design some examples to utilize the ESP32 BLE in Arduino IDE. What is BLE? There have been numerous adjustments and upgrades to Bluetooth's characteristics since its inception, where Bluetooth 4.0(also called BLE or Bluetooth Smart) is the most influential. B ...