Posts

Showing posts from March, 2021

DIY Arduino Based CNC Plotter Machine

Image
  Today we are going to make a CNC Plotting Machine with Arduino. CNC – Computer Numerical Control – Taking digitized data, a computer and CAM program is used to control, automate, and monitor the movements of a machine. The machine can be a milling machine, lathe, router, welder, grinder, laser or waterjet cutter, sheet metal stamping machine, robot, or many other types of machines. This is a little complex project but this is the simplest way of making a CNC Plotting Machine. This CNC Plotting Machine can make designs, cartoons, texts, and shapes as the user defines. Don't forget to subscribe and ask if you have any doubt in the comment section. DIY Arduino Based CNC Plotter Machine

Getting Started with STM32 (Blue Pill) using Arduino IDE: Blinking LED

Image
Today we will learn about a new board STM32 also known as Blue Pill. STM32 is a family of 32-bit microcontroller integrated circuits by STMicroelectronics. The STM32 chips are grouped into related series that are based around the same 32-bit ARM processor core, such as the Cortex-M33F, Cortex-M7F, Cortex-M4F, Cortex-M3, Cortex-M0+, or Cortex-M0. The reason you are using this board is that the Arduino Board has an 8bit CPU and ARM Cortex M3 Structure. You can program this with your old Arduino Board. Getting Started with STM32 (Blue Pill) using Arduino IDE: Blinking LED

DIY Build a Laser with Arduino

Image
  Hey Guys, Today I bring you an amazing project from Hackster . This will be an Arduino Project. You must be familiar with laser light, today you will be learning that how you can make your own simple Laser with Arduino. This is a simple, short, and fully beginner-level Project. You will enjoy making this project.  If you complete this project, share a video of the project and if you encounter any problem while making the project please ask it down in the comment section. DIY Simple Laser With Arduino

DIY Line Follower Robot using Arduino

Image
  Today's Project is for Robotics Beginners who want to start building their own robots. This is not the most basic robot but a beginner can make this easily. This project is taken from CicuitDigest which also have some more interesting robotics projects you can try: Line Follower Robot using 8051 Microcontroller  Line Follower Robot using Raspberry Pi Texas MSP430 Launchpad based Line Follower Simple Line Follower using PIC Microcontroller Line Follower using ATmega16 AVR Microcontroller The tutorial contains all the necessary explanations, codes, and components required to complete the project. I hope you will find the project interesting and easy to build and if you get stuck anywhere during the project ask in the comment section. Check out the video of this Project before heading to the  tutorial Page... DIY Line following Robot using Arduino