In this project we will see how to control a roller blind via a smartphone application. The reason why I realized the project was to use a roller blind to change the background in the video footage and to be able to easily control the roller blind via my smartphone. In this project, a breadboard circuit is shown for basic readers and a printed circuit board circuit for users who want a more useful prototype. Check out the video to see how it works...
As can be seen in the video showing the step-by-step construction of the project, I can easily open and close the roller blind on my wall using my smartphone. Of course, you can use this project to wirelessly control the roller blinds on your windows. A WiFi microcontroller was used to provide wireless communication, a stepper motor to provide move, and an application called Blynk was used.
First of all, we need some 3D parts to be used like providing roller blind movement. We talked about 3D parts in the next step. In this section, we listed what we should use as hardware for electronic components and mechanisms:
Wemos D1 Mini WiFi board was used to provide motor movements wirelessly and programming: amzn.to/3mF4xZv Hobby stepper motor 28BJY-48 and driver ULN2003 was used to movement the roller blind up and down: amzn.to/3xKkGTY A 608zz bearing was used to ensure the smooth movement of the gear required for the roller blind: amzn.to/3QsmdW2 A mini breadboard was used to build the circuit: amzn.to/3NJ5FY7 Several jumper wires were used to provide the pin connections: amzn.to/3tveigJ A 9V adapter was used to power the circuit: amzn.to/3QciTOJ L7805 voltage regulator was used as 5V is required for the microcontroller: amzn.to/3twf50S A few capacitors are needed for the voltage regulator: amzn.to/3ObRACk Finally a few screws are needed for assembly: amzn.to/3tyciUV A few extra components are needed for the printed circuit board prototype, mentioned these components in the PCB step.
In this project we will see how to control a roller blind via a smartphone application. The reason why I realized the project was to use a roller blind to change the background in the video footage and to be able to easily control the roller blind via my smartphone. In this project, a breadboard circuit is shown for basic readers and a printed circuit board circuit for users who want a more useful prototype. Check out the video to see how it works...
As can be seen in the video showing the step-by-step construction of the project, I can easily open and close the roller blind on my wall using my smartphone. Of course, you can use this project to wirelessly control the roller blinds on your windows. A WiFi microcontroller was used to provide wireless communication, a stepper motor to provide move, and an application called Blynk was used.
First of all, we need some 3D parts to be used like providing roller blind movement. We talked about 3D parts in the next step. In this section, we listed what we should use as hardware for electronic components and mechanisms:
Wemos D1 Mini WiFi board was used to provide motor movements wirelessly and programming: amzn.to/3mF4xZv Hobby stepper motor 28BJY-48 and driver ULN2003 was used to movement the roller blind up and down: amzn.to/3xKkGTY A 608zz bearing was used to ensure the smooth movement of the gear required for the roller blind: amzn.to/3QsmdW2 A mini breadboard was used to build the circuit: amzn.to/3NJ5FY7 Several jumper wires were used to provide the pin connections: amzn.to/3tveigJ A 9V adapter was used to power the circuit: amzn.to/3QciTOJ L7805 voltage regulator was used as 5V is required for the microcontroller: amzn.to/3twf50S A few capacitors are needed for the voltage regulator: amzn.to/3ObRACk Finally a few screws are needed for assembly: amzn.to/3tyciUV A few extra components are needed for the printed circuit board prototype, mentioned these components in the PCB step.ESP32 GamePad Breadboard Circuit #gamepad #gaming #gamer #esp32projectMaker 1012023-07-04 | In this project (youtu.be/zOuCZpH0Dqg) we will first see how to build a breadboard gamepad circuit, and how you can communicate the circuit as a gamepad with an Android device, TV Box, PlayStation, and Computer. Next, you'll see what you can do by assembling a printed circuit board with a Bat-themed design and using both a Bluetooth gamepad and other communication options.ESP32 Bluetooth GamePad Printed Circuit Board #gamepad #gaming #gamer #esp32projectMaker 1012023-07-04 | In this project (youtu.be/zOuCZpH0Dqg) we will first see how to build a breadboard gamepad circuit, and how you can communicate the circuit as a gamepad with an Android device, TV Box, PlayStation, and Computer. Next, you'll see what you can do by assembling a printed circuit board with a Bat-themed design and using both a Bluetooth gamepad and other communication options. @PCBWayDIY Bluetooth GamePad for Android, PlayStation and PCMaker 1012023-06-27 | Cheap & Quick PCB, 3D Printing, CNC machining, and fabrication services from PCBWay pcbway.com/g/v8fQIG - In this project, we will first see how to build a breadboard gamepad circuit, and how you can communicate the circuit as a gamepad with an Android device, TV Box, PlayStation, and Computer. Next, you'll see what you can do by assembling a printed circuit board with a Bat-themed design and using both a Bluetooth gamepad and other communication options.
On the circuit side, I preferred the low-cost ESP32 development board, which offers wireless communication options such as WiFi, Bluetooth, and ESP-NOW. Besides ESP32, a joystick module, button, resistor, capacitor, and some wires are required for the gamepad circuit.
π The source code includes a popular library called "BLE GamePad". If you go to the GitHub page of the library, you can find detailed explanations and examples. Go to βAdd Libraryβ search for the βBLE GamePadβ library and install it. This library also needs the library named βNIM BLEβ. github.com/lemmingDev/ESP32-BLE-GamepadSoldering Process π¨π»βπ #pcb #soldering #robotics @PCBWayMaker 1012023-06-09 | Soldering process of DIP components of ESP32 board that controls up to 16 Servo Motors, and testing with high-torque Servo.. Thanks to @PCBWay for low-price and high-quality PCBsServo Motor Control with ESP32 Development BoardMaker 1012023-06-09 | This video covers controlling one and multiple Servo motors using the ESP32 development board. Also, this video provides a step-by-step guide for the breadboard circuit setup with the Doit ESP32 Dev Kit V1 development board and MG996R Servo motor, as well as the assembly of a printed circuit board designed for multi-servo motor control. In addition, the shown breadboard circuit and printed circuit board minimize the jitter problem of Servo motors, making Servo motors work more stable.One and Multiple Servo Motor Control with ESP32 - No More Servo Jitter!Maker 1012023-06-05 | Cheap & Quick PCB, 3D Printing, CNC machining, and fabrication services from PCBWay pcbway.com/g/v8fQIG - This video covers controlling one and multiple Servo motors using the ESP32 development board. Also, this video provides a step-by-step guide for the breadboard circuit setup with the Doit ESP32 Dev Kit V1 development board and MG996R Servo motor, as well as the assembly of a printed circuit board designed for multi-servo motor control. In addition, the shown breadboard circuit and printed circuit board minimize the jitter problem of Servo motors, making Servo motors work more stable.
ServoESP32 Library: github.com/RoboticsBrno/ServoESP32ESP8266 Web Server - DC Motor and Servo Motor ControlMaker 1012023-05-01 | Cheap & Quick PCB, 3D Printing, CNC machining and fabrication services from PCBWay pcbway.com/g/v8fQIG - In this project you will see how to build a web server with ESP8266 that controls dual DC motor directions and one servo motor position using four buttons and a slider. I will use the my last design DRV88xx Driver WiFi Development Board, but the source codes of the project are compatible for motor drivers such as L298N and L293D.
If you need an ESP8266 WiFi Development Board that can drive Dual DC motors, you can order this PCB from PCBWay with high-quality and low-price. You can reach the features of this board, all stages such as soldering and assembly from the shared links.
Hi everyone! In this project, I designed a board that includes the ESP8266 WiFi module, allowing you to control sensors such as HC-SR04 ultrasonic and infrared (IR), a servo and dual DC motors. To test the development board, we're going to build a small but fun 3D robot and control it, let's get started!
Video chapters: 00:00 Intro - ESP8266 DRV8848 Board 00:20 About the Robot Chassis 00:41 Unboxing - 3D Parts and PCB 01:28 Let's Paint the 3D Parts 01:52 Printed Circuit Board 02:24 Applying Solder Paste Using a Stencil 02:51 Placement of Components on PCB 03:00 Soldering Process 03:25 A Few DIP Components 03:50 Assembly of 3D Parts 05:31 First Programming "Blink" 06:05 Dual Motor Drive Test - DRV8848 06:53 Obstacle Avoiding Robot Test 08:10 Line Following Robot Test 09:07 Drawing Robot TestI made an educational programming board (source codes by ChatGPT)Maker 1012023-02-17 | Cheap & Quick PCB, 3D Printing, CNC machining and fabrication services from PCBWay pcbway.com/g/v8fQIG - In this video, I will show you the assembly and use of the educational programming board and modules that I designed as open-source. The motherboard is based on ESP8266 WiFi and has four standard RJ25 ports. Ports such as RJ25 are also often preferred on other popular programming boards. This allows the modules to be easily connected to the motherboard and used. In addition, the motherboard enables the control of dual-motor and a servo motor. Finally, all the source codes in the project was created by the very popular ChatGPT recently, with amazing results⦠Let's get started!
Printed circuit boards are preferred for long-term use, stable and more durable electronic circuit prototypes. I prefer PCBWay to turn my circuit designs into durable prototypes. If you want to have these PCBs with low-price and high-quality, you can visit the shared link. You can also access all project files via the same link.
Video chapters 00:00 Intro - Educational Programming Board 00:46 Printed Circuit Board - PCBWay 00:58 Using Stencil 01:37 SMD Components - Soldering 02:19 DIP Components - Soldering 02:36 Motherboard is ready 02:43 Modules - Soldering 03:30 Programming with ChatGPT 03:40 LED and Buzzer Blink 04:38 Potentiometer Servo Motor Control 05:13 DHT Humidity and Temperature 05:44 DC Motor Control PWMP10 LED Display WiFi Controller Board (ESP8266, MQTT)Maker 1012022-12-28 | Cheap & Quick PCB, 3D Printing, CNC machining and fabrication services from PCBWay pcbway.com/g/v8fQIG - In this project, I will show you how to wirelessly send scrolling text to P10 LED display using ESP8266 module, MQTT and smartphone. It is an "Internet of Things" project, a display connected to a WiFi network using ESP module and data communication between this LED display and a smartphone using the MQTT protocol. The PCB I designed combines the ESP8266 module and the P10 LED display, allowing you to control this display over WiFi. In this project, you will see how to solder the PCB, programming it and then use it in your project to display the messages or images you want on the LED display.
Please don't forget to subscribe and hit the like button for more content! Thanks for watching!Make a Simple Wooden RGB LED LightMaker 1012022-11-29 | Cheap & Quick PCB, 3D Printing, CNC machining and fabrication services from PCBWay pcbway.com/g/v8fQIG - In this project I will show you how to make a simple wooden wall light with LED strip taped around the wood panel and controlled via wireless network! With no coding knowledge, a few hardware parts, and a few electronic components... Maybe after reading these Instructables you can make a different DIY LED lighting project for the upcoming Christmas. Let's make a simple RGB wall light!
π How It Works? As you can see, a few meters of WS2812 RGB LED strip was taped around a wooden panel and the panel was fixed to the wall (aluminum profiles were used to fix it.). LED Strip can be controlled by smartphone, tablet and computer via ESP8266 Wi-Fi board. Also, there is no need to coding for all of this, just install WLED application and run it! With these instructions, you can make a simple LED lighting home decor in different sizes, according to your imagination.
π Required Hardware and Tools First of all, the following hardware dimensions may vary completely depending on you. What is important here is the selection of LED strip and aluminum profiles compared to the wooden panel size.
βͺοΈ 1000 x 200 x 18 mm wood panel, timber or plywood (pine shelf was used in the project) βͺοΈ 20 x 20 x 1.5 mm aluminum strips to mount the back of the timber βͺοΈ A few hook -shaped screw (for hang the wood through aluminum strip holes to on the wall) βͺοΈ WS2812B 5V RGB addressable LED Strip (Used about 2.5 meters). There are 30 LEDs in 1 meter of the LED strip used in the project, but there are 60 LEDs in 1 meter of some LED strips. Any ESP8266 programming board. Just like a Wemos or NodeMcu board. Wemos D1 Mini was used in the project. βͺοΈ 330 ohm resistor to be used for LED's connection to the board. βͺοΈ A 1000F capacitor to be connected between the power adapter and the LED to provide the correct current. βͺοΈ 5V power adapter about 2-3 amp ( The current is proportional to the length of the LED strip. More LED means more current... In the project, about 1.5 amps for 2.5 meters LED (65 LEDs) was required. βͺοΈ Mini breadboard for build to circuit. βͺοΈ Jumper wires for use to breadboard circuit.
Some tools are needed for assembly, these tools may be preferred depending on your project:
βͺοΈ Drill- Used for drill some holes in the timber and aluminium. βͺοΈ Drill bits- For drilling through the timber and aluminium. βͺοΈ Ruler-Used for measuring everything up of course. βͺοΈ Screws - A few wooden screws (for fix the aluminum strips to timber) βͺοΈ Cable cutter, solder iron, soldering wire...
I also designed a printed circuit board for those who want a more professional circuit prototype. A few extra components are needed for the printed circuit board prototype, mentioned these components in the PCB step.Quadruped Spider Robot - Assembly of 3D parts #shorts #diy #how #howtoMaker 1012022-11-01 | Now on YouTube - youtu.be/sDuzb-I00-4Quadruped Spider Robot - Self Walking Mode #shorts #diy #how #howtoMaker 1012022-11-01 | Now on YouTube - youtu.be/sDuzb-I00-4How to make Quadruped Spider Robot (using Arduino and 3D parts)Maker 1012022-10-31 | Cheap & Quick PCB, 3D Printing, CNC machining and fabrication services from PCBWay pcbway.com/g/v8fQIG - Hi! In this video, I will show you how to make a 4 legged spider robot, in other words a quadruped robot. It is a robot that relies on calculations to position servos and pre-programmed sequences of legs. 3D printing was used to create the mechanical parts of the robot. You can print the parts yourself or order online for 3D printing service.
Required Tools: Soldering Station - amzn.to/3TVvZkQ Soldering Wire - amzn.to/3ST5ElX Wire Cutter - amzn.to/3h2APy6 Silicone Soldering Mat - amzn.to/3SXpDA5 Isopropyl Electronics Cleaner - amzn.to/3frlG93Multiple Servo Motor Control #servo #multiple #robot #robotics #arduino #diy #electronic #howtoMaker 1012022-10-18 | youtu.be/iuoqgFprUoE - ESP32 Servo Motor Controller Board - Wireless control with Bluetooth App and ESP32 to ESP32DIY Drawing Robot #drawing #xyz #plotter #3d #how #howto #robot #diy #arduino #roboticsMaker 1012022-10-18 | youtu.be/0QjO08HNXos3D Printed Two Whell Robot #3d #robot #robotics #wifi #diy #howto #arduinoMaker 1012022-10-18 | youtu.be/8IX3RDlRdRo - Two Wheel Robot controlled via WiFi - ESP8266 NodeMCU and 28BYJ-48 Stepper MotorMotorized Roller Blind #wifi #arduino #3d #diy #electronicMaker 1012022-10-18 | youtu.be/faqeaFjauZs - DIY Motorized WiFi Roller Blind - ESP8266 & Blynk3D Printed Pet Feeder - ESP8266Maker 1012022-10-18 | youtu.be/vggKe8KPPkw - Pet feeder controlled via WiFi - ESP8266 Wemos D1 Mini and 28BYJ-48 Stepper MotorSpider robot calibration test... #arduino #diy #robot #spiderMaker 1012022-10-04 | Spider Robot project coming soon!Multiple Servo Motor Control #servo #arduino #esp32 #diyMaker 1012022-10-04 | Have you checked out the previous project? With the ESP32 servo motor controller board, you can control up to 16 servo motors wirelessly with methods such as WiFi, Bluetooth or MAC address.New project is coming... Arduino Spider Robot π·οΈMaker 1012022-10-04 | Arduino Spider Robot π·οΈESP32 Servo Motor Controller Board - Wireless control with Bluetooth App and ESP32 to ESP32Maker 1012022-08-29 | Cheap & Quick PCB, 3D Printing, CNC machining and fabrication services from PCBWay pcbway.com -- Source Codes, PCB Files and Required Components -- pcbway.com/project/shareproject/ESP32_Servo_Motor_Controller_Board_Up_to_16_Servo_Motors_277e221b.html
ESP32 Servo Motor Controller Board (Up to 16 Servo Motors): In this project we will look at the assembly and use of ESP32 based printed circuit board that allows you to control up to 16 servo motors. The ESP32 board provides various communication options and methods this allows you to communicate wirelessly with other hardware.
Let's take a look at what is required for the ESP32 servo motor controller board. The preferred components are those that are mostly used in basic electronics and that can be easily assembled.
100uF 25V~6V Capacitor 470uF 25V~6V Capacitor SB560 Diode 7805CV Voltage Regulator 3mm LED 330Ohm Resistor 2 Pin 5mm Screw Terminal ESP32 Devkit V1 Male and Female HeadersHow to make Robot SumoMaker 1012022-07-27 | Cheap & Quick PCB, 3D Printing, CNC machining and fabrication services from PCBWay pcbway.com -- Robot-sumo, or pepe-sumo, is a sport in which two robots attempt to push each other out of a circle (in a similar fashion to the sport of sumo). The robots used in this competition are called sumobots. In this video, I used the Robot Sumo board that I designed myself.
I designed an ESP32 hand controller to wirelessly control the ESP32 Mecanum Wheels robot without using an app. This hand controller is bat-themed and features two thumb joysticks and 4 push-buttons.ESP32 Mecanum Wheels Robot and Bluetooth Gamepad ControllerMaker 1012022-06-09 | Cheap & Quick PCB, 3D Printing, CNC machining and fabrication services from PCBWay pcbway.com Source Code, Schematic, PCB Gerber File and 3D Parts - pcbway.com/project/shareproject/Mecanum_Wheels_Robot_ESP32_Motor_Driver_L293D_Board_56886a61.html
ESP32 Bat Hand Controller (ESP32 to ESP32 Communication with ESP-NOW) -- youtu.be/m-wKc02TF-E
In this project we will see how to make an ESP32 Mecanum Wheels Robot which is capable of moving in any direction. This unique mobility of the robot is achieved by using special type of wheels, called Mecanum Wheels. The robot can be controlled via bluetooth with an application that you can use on both iOS and Android smartphones. Also, this project shows a simple breadboard circuit for beginner readers, and a printed circuit board for those who want a more useful prototype. Check out the video to see how it works...
How It Works? As seen in the video, I can easily connect to the robot via bluetooth with my smartphone, and I can move the robot in any direction with the gamepad feature. An ESP32 development board was used to control the robot wirelessly over both bluetooth and WiFi. L293D driver was used to provide motor movements. Of course, special Mecanum wheels were preferred to enable the robot to move in all directions. All the hardware is fitted into a simple robot car chassis kit containing four DC motors.
Minimum requirements for the breadboard circuit: A breadboard was used to build the circuit - amzn.to/3Qq16mZ L7805 voltage regulator was used as 5V is required for the microcontroller - amzn.to/3twf50S A few 100uF capacitors are needed for the voltage regulator - amzn.to/3ObRACk L293D IC driver was used to movement the DC motors - amzn.to/3N1GXRf or if you want to install the circuit more easily you can use L293D expansion board module - amzn.to/3zGekGh ESP-32S WiFi BLE Development Board - amzn.to/3NWFixW Several jumper wires were used to provide the pin connections: amzn.to/3tveigJ 18650 Li-ion 3.7V Rechargeable Battery
Bluetooth Controller App (Gamepad): Dabble App transforms your Smartphone into a virtual I/O device to easily make various DIY projects and IoT applications.
ESP32 Bat Hand Controller First of all, thank you for reading. I wanted to share the content of the next project with you already. I designed an ESP32 hand controller to wirelessly control the ESP32 Mecanum Wheels robot without using an app. This hand controller is bat-themed and features two thumb joysticks and four push-buttons. You can have this PCB from the link below. pcbway.com/project/shareproject/Bat_Hand_Controller_ESP32_and_Joystick_97e8ad4b.html
If you have any ideas, please let them know in the comment section. Follow to be informed about the next projects.Pet feeder controlled via WiFi - ESP8266 Wemos D1 Mini and 28BYJ-48 Stepper MotorMaker 1012022-03-28 | Cheap & Quick PCB, 3D Printing, CNC machining and fabrication services from PCBWay pcbway.com
This project shows how to make a pet feeder controlled via WiFi. You can wirelessly control the pet feeder at any time with an app. As you can see, a 3D design was used for the pet feeder. ESP8266-based Wemos D1 Mini board was preferred to connect to the internet and control it via WiFi, and an application was created to control the pet feeder by entering the IP address wirelessly.
MIT App Inventor: Import the shared .aia extension resource file after logging in to https://appinventor.mit.edu/ . In this way, you can customize the application according to you.
Thanks for watching... Don't forget to subscribe for support!Two Wheel Robot controlled via WiFi - ESP8266 NodeMCU and 28BYJ-48 Stepper MotorMaker 1012022-03-23 | Cheap & Quick PCB, 3D Printing, CNC machining and fabrication services from PCBWay pcbway.com
Generally, robot cars are built on a chassis with 2 DC motor wheels and a bovine wheel. While surfing the internet, I saw a 3D car design with a different structure, and I wanted to experience it by making it. As you can see the biggest difference compared to other robot cars is that it is built on 2 wheels. Of course, it is possible to make a slight wobble forward and backward from the balance point of view, but this did not hinder the robot's movements.
Also, a NodeMCU board with ESP8266 chip was used instead of an Arduino microcontroller. Thus, the robot was controlled via the internet. Hobby stepper motors were used instead of DC motors. Robot movements have become more balanced with use of stepper motors.
Since we are using ESP8266, it was necessary to move the robot wirelessly over WiFi, and a simple application was made for this.
MIT App Inventor: Import the shared .aia extension resource file after logging in to https://appinventor.mit.edu/ . In this way, you can customize the application according to you.
Thanks for watching... Don't forget to subscribe for support!3D Printed Rotating Table - Arduino Nano and 28BYJ-48 Stepper MotorMaker 1012022-02-14 | Cheap & quick PCB, 3D Printing, CNC machining and fabrication services from PCBWay: pcbway.com
This project shows how to make a 3D printed Rotating Table using Arduino and a hobby stepper motor. Take a look at the video and see what a simple project can do! This is a low budget and simple set up Rotating Table for product shots. The 3D models were designed by BasementCreations and shared on Thingiverse. 28BYJ-48 Stepper Motor and ULN2003 motor driver were used in the project. On the microcontroller side, an Arduino Nano V3 version was preferred. Besides the breadboard circuit, a printed circuit board (PCB) was designed for a more useful prototype.
Thanks for watching... Don't forget to subscribe for support!3D Printed Arduino Hollow Clock - ULN2003 Driver and 28BYJ-48 Stepper MotorMaker 1012022-01-28 | Cheap & quick PCB, 3D Printing, CNC machining and fabrication services from PCBWay: pcbway.com
This project showed how to make a 3D printed decorative clock using Arduino and a hobby stepper motor. The design is known as 'Hollow Clock'. The 3D models were designed by Shiura and shared on Thingiverse. A 28BYJ-48 Stepper Motor and ULN2003 motor driver were used in the project. Of course, we have programmed the Arduino microcontroller board, which is indispensable in all our projects.
All project details will be shared on the Instructables and PCBWay project sharing page.
Thanks for watching... Don't forget to subscribe for support!3 in 1 Wireless Motor Control Board - Arduino Nano, L293D Motor Driver, nRF24L01 TransceiverMaker 1012021-12-26 | Get 5 PCBs for Only $5 - pcbway.com/setinvite.aspx?inviteid=258713 I designed an Arduino Nano wireless dual motor driver board, the board has one nRF24L01 transceiver module, dual L293D motor driver and an Arduino Nano microcontroller. On the transmitter side, I built a Joystick controller with the nRF24L01 module. Breadboard circuits for both receiver and transmitter are also shown in the project video. In addition, the receiver and transmitter source codes created for the Arduino microcontroller are explained.
2x Arduino Nano V3 - amzn.to/3fpEhhZ 2x L293D IC - amzn.to/3GyzVRE 2x nRF24L01 Transceiver - amzn.to/3fwYZMU 2x 10uF Capacitor - amzn.to/3zZnhbS 1x Joystick Module - amzn.to/3GwlHRx 1x Male Female Header - amzn.to/3IocwmL 1x Breadboard - amzn.to/3nvO3DIWireless Flex Sensor Hand Controller - nRF24L01 Transceiver and Arduino NanoMaker 1012021-12-19 | Get 5 PCBs for Only $5 - pcbway.com/setinvite.aspx?inviteid=258713 The wireless flexible sensor hand controller makes it possible to control projects using finger movement values. Also in this project, we controlled the dual L293D motor drivers wirelessly with finger movements. "How does it work?" Let's take a look at the video.
5x Flex Sensor: amzn.to/3mAgQXh 1x Arduino Nano V3: amzn.to/3FuNvVV 1x NRF24L01 Transceiver: amzn.to/3sAPOTB 1x 10uF Capacitor: amzn.to/3JlM3aE 1x Header Male: amzn.to/3JdFgzL 1x Header Female: amzn.to/3Eo7BzC 1x Power Jack 5.5MM: amzn.to/3FqLlq6 5x 10K Resistor: amzn.to/3ptPVhZ 1x On/Off Switch: amzn.to/3ewq1U9 1x Soldering Iron Kit: amzn.to/3emwl0J Tank Robot Platform: amzn.to/3enKvP0Halloween Pumpkin with Sound and Light Effects - Arduino and DFMini MP3 PlayerMaker 1012021-10-25 | Get 10 PCBs for Only $5 pcbway.com/project/shareproject/Halloween_Pumpkin_with_Sound_and_Light_Effects.html Halloween is close and I wanted to make a related cool project. Of course, it will involve a pumpkin. Also I wanted to add some electronics, of course. For that, inside we have an Arduino connected to a few other parts. For light effects, Iβm using an addressable controlled LED strip. For sound we have a mp3 module and to detect movement a PIR sensor. The scary pumpkin will stay powered off till it detects movement. Once it detects that somebody is close, it will run a few random loops such and play scary sounds. Also changing lights colors and blinking.
Get the PCB Prototype (Schematic & Gerber): You can easily build the circuit on a breadboard, I also converted the breadboard circuit into a professional prototype. If you want to avoid a complicated circuit, you can get 10 PCBs for just $5 from the link below. All components used are easy to find and solderable. This prototype allows you to control up to 3 pcs LED strips with 3 different sensors (such as IR, PIR and HC-SR04).
When you hear the term βsmart gardenβ, one of the things that comes to your mind is a system that measures soil moisture and irrigates your plants automatically. With this type of system, you can water your plants only when needed and avoid over-watering or under-watering. This project shows how to make an Arduino based automatic plant watering system. In fact, the idea of making an automatic plant watering system came up with the thought that my plants would be waterless before I went on summer vacation. The soil moisture sensor, water pump motor and some pipe in my workshop came to mind and I wanted to make project.
π§° The list of components and hardware that we will mainly need is as follows: Your Plants Soil Moisture Sensor Microcontroller Motor Driver Water Pump Motor: Pipe Some Jumper Wires for Connections Water Bucket Power Supply
π Which Microcontroller and Motor Driver? You can use any model of Arduino microcontroller (such as UNO, Nano, Mega). As long as the connections are made correctly, the shared source code will run smoothly.
However, if I was going to use an Arduino microcontroller, I would also need a motor driver or maybe even a relay. If we used a model like an Arduino UNO in the project, we would have to create a circuit using the following motor drivers together:
L293D Motor Driver Shield (It makes it difficult to connect extra sensors) L293D Motor Driver IC Chip (It needs a breadboard and needs complex wiring) L298N Motor Driver Module (It needs extra wiring)
If you are going to use an Arduino model, the circuit can be a bit complicated. To avoid this complexity, I created a prototype and got PCB printing service from PCBWay. On my design board I used an ATmega328P, an L293D motor driver, a CH341 chip to program it easily via USB.
In addition, you can use this board in your different projects another from the plant watering system. For example, this board allows you to control Servo motor, 2 DC motors and many sensors. I used this board again for the 5 in 1 robot project and I created a robot tank that works in 5 different modes with 1 board. If you want to browse, the project link is below:
π 2 in 1 Microcontroller (built-in Motor Driver) While designing the PCB prototype, I took care to choose components that are easy to find and solderable. On my design board I used an ATmega328P, an L293D motor driver, a CH341 chip to program it easily via USB. You can get the necessary components from the links below. You can use the designator table I shared for the positions of the components on the PCB.
The Joystick Hand Controller makes it possible to control the projects using two-axis values (directions of movement of joystick knob). The analog values measured on the X and Y axes are compared with the threshold values determined in the source code and the functions are run. The joystick hand controller acts as a transmitter, it uses the nRF24L01 transceiver module and enables communication wirelessly.
Also, in this project we made a DIY camera slider and controlled it wirelessly with the Arduino joystick hand controller.
π§° Required Tools βͺοΈ Soldering Station bit.ly/3yjXCsu - amzn.to/3jH1ZKf βͺοΈ Cordless Drill bit.ly/2UXxftW - amzn.to/3xjBq1oThe Accelerometer Hand Controller (Robot Hand and Tank Control)Maker 1012021-06-08 | Get 10 PCBs for Only $5 pcbway.com - The hand gesture controller makes it possible to control applications using hand tilt angle values. Actually, the hand gesture controller uses an accelerometer, it is possible to use it wherever tilt is provided and control projects. For example, controlling with head movements other than hand movements. It also allows you to do this control wirelessly.
By the way, thanks to PCBWay for supporting many Maker and Robotics projects with free product support. Take a look at PCBWay and contribute to their support: pcbway.com/setinvite.aspx?inviteid=258713
π How It Works? The Hand Gesture Controller includes an accelerometer and it detects the motion by comparing the acceleration on any axis with set thresholds.The accelerometer can measure the static acceleration of gravity in tilt-sensing projects. The hand gesture controller acts as a transmitter, so a receiver circuit is required.
The program works as follows, The X, Y and Z values provided by the ADXL335 sensor are read by the program and transmitted to the Receiver via the nRF24L01 module. The receiver compares these values with the min and max threshold values defined in the program. If the values satisfy the condition specified in the program, the function is executed.
π The hand gesture controller contains three main hardware:
1) nRF24L01 Transceiver Module (bit.ly/2Te7Awg - amzn.to/2REa4n8) The nRF24L01 + transceiver module allows two or more Arduino boards to communicate with each other wirelessly and remotely. A transmitter and a receiver circuit are required to provide communication. An address (array of bytes) is created for two nRF24L01 modules to communicate. It communicates over this address and transfers data. A popular library called RF24 is used to interface with the nRF24L01 transceiver module. RF24 Arduino Library for nRF24L01+ Module - github.com/nRF24/RF24
3) Arduino Pro Mini 3.3V 8 MHz (bit.ly/2GawAy6 - amzn.to/3xh7QcN) Arduino Pro Mini was developed for applications and installations where space is premium and projects are made as permanent set ups. The Pro Mini does not have a built-in USB input, so a serial converter (FTDI) is used to upload the source code. It is an easy process.
π Prototype (Printed Circuit Board):
A printed circuit board was designed to turn the project into a useful prototype. Printed circuit boards are plates with conductive paths on the surface for mounting electronic circuit components. To get the PCBs, simply upload the shared "Gerber file" to pcbway.com and create an order. High-quality PCBs will arrive in a few days depending on the shipping address.How to use muscle power in projects | EMG Muscle SensorMaker 1012021-04-28 | Get 10 PCBs for Only $5 pcbway.com/setinvite.aspx?inviteid=258713 If you are interested in this project, you can order the PCB I designed from here (Get 10 PCBs for Only $5): pcbway.com/project/shareproject/Use_your_muscle_to_control_your_projects.html
In this project we will see how to control a servo motor with muscle power. We will use MyoWare Muscle Sensor from Advancer Technologies to monitor muscle activities and convert muscle movements into values. If you don't already have a muscle sensor, I recommend you check it out at this link:
We will move the 3D design claws by flexing and relaxing the forearm muscle. This video content; It can gain ideas and experience to those interested in craft, costumes, cosplay, robotic and design.
π About the 3D Bionic Claws Design: I had to make some updates in 3D design. The claws were stuck in the sleds and did not move, I widened the sleds by 1 millimeter on each side and made the claws 1 millimeter thinner each. I also created space for 18650 Li-ion battery, Arduino Nano and PCB.
---------------------------------------------------------------How to make an IoT device? Internet of Things ESP-01Maker 1012021-03-15 | In this video, I will show you how to turn any decorative thing into an iot smart device. You can make different projects using the methods you will see in this project, so let's get started. Get 10 PCBs for Only $5 pcbway.com/setinvite.aspx?inviteid=258713
I chose a plant pot to make it smart and I'll turn it into a device that sends motion notifications. We will use an ESP-01 WiFi module for wireless communication and a few components for the circuit. We will also be using a free service for notifications.
Recommended Items: Use Your Muscles in Project - amzn.to/3fXtMnL 37 Sensor & Module Packages - amzn.to/3m66WeQ Try this Robot Arm - amzn.to/3fq8DCl Best Resin 3D Printer - amzn.to/39tY8KB Arduino Compatible Kits - http://bit.ly/2J2AFF7 Banggood Spring Sale - bit.ly/3slMbOnMaking a Face Mask with AnimationsMaker 1012021-01-24 | New members first order & Low Price for PCB Stencil at pcbway.com As you can see in the video, I made a very simple LED light face mask that is not complicated. Of course, you can easily change these animations because we used a programmable LED strip in the mask. The design and animations of the face mask depend on your imagination. I just tried to show "how to do it". Let's make a Face Mask with LEDs! This DIY LED lights face mask displays some animations and responds to your voice with effects.
π How to program an ATtiny: If you get stuck, try following the steps βshown in this video - youtu.be/vPRpT_7rQNo β«οΈβ«οΈβ«οΈβ«οΈβ«οΈβ«οΈβ«οΈβ«οΈβ«οΈβ«οΈβ«οΈβ«οΈβ«οΈβ«οΈ
It's possible that some links in the description are affiliate links, it does not change anything for you, you just help support my channel and I thank you :)Flame the candle by snapping fingerMaker 1012020-11-23 | Hi guys, we will make an interesting project in this video. We will try to make a flame by snapping our finger. New members first order & Low Price for PCB Stencil at pcbway.com
Also, for the first time, I will explain this project by speaking. I don't speak English very well, so you can turn on the subtitle for this video. I will be better in the next projects. Your support is very important for me. Let's get started on the project.
In this video, I showed you how to make your own hovercraft / hoverboat from materials available at home and cheapest electronic components available online. We used two cheap brushless motors in this Arduino based project. We used the nRF24L01 module for wireless remote communication. I designed a PCB controller myself for the hovercraft controller. The controller has a minimalist design, it fits in the palm of your hand and you can easily control the joystick with the thumb. As always, I chose PCBWay for PCB printing service. If you want to have this controller, you can easily order from the link below. If you are not interested in PCB, you can easily build a controller yourself.
ππ» Parts Required for Transmitter: (If you want to buy the same PCB which one I used in this project. Just download the Gerber file and upload it to pcbway.com to order the PCB board.)
π΅ Track Info: Free Range by Mona Wonderlick soundcloud.com/monawonderlick Creative Commons β Attribution 3.0 Unported β CC BY 3.0 Free Download / Stream: http://bit.ly/-free-range Music promoted by Audio Library youtu.be/XcqtbhIc1ZQMake gesture control Arduino TankMaker 1012020-09-27 | In this project I am going to show you how to make a DIY Arduino Gesture Control Robot. $0 For New members first order & Low Price for PCB Stencil at pcbway.com
Summer Madness by Roa soundcloud.com/roa_music1031 Creative Commons β Attribution 3.0 Unported β CC BY 3.0 Free Download / Stream: http://bit.ly/l-summer-madness Music promoted by Audio Library youtu.be/onA7Si-1Py4Make DIY Paperclips BoardMaker 1012020-09-12 | With this project you can change the path of the electric current to run through different sensors. With this design you can switch between lighting a Blue LED or activating a Buzzer. $0 For New members first order & Low Price for PCB Stencil at pcbway.com . You also have the choice of using a Light Dependent Resistor with the LED or Buzzer. You can be creative and design your own circuit and add different sensors (other LEDs...).
The idea here is to use thumbtack and paperclips as your wire.
π΅ Track Info: Track: Moment β Amine Maxwell [Audio Library Release] Music provided by Audio Library Plus Watch: youtu.be/VsRtJMPwkRE Free Download / Stream: alplus.io/momentHow to use TILT sensor with LED, BUZZER and ARDUINOMaker 1012020-09-09 | The tilt sensor is a component that can detect the tilting of an object. However it is only the equivalent to a pushbutton activated through a different physical mechanism. This type of sensor is the environmental-friendly version of a mercury-switch. It contains a metallic ball inside that will commute the two pins of the device from on to off and viceversa if the sensor reaches a certain angle.
Please subscribe! β€οΈ For all lovers of #arduino #diy #electronics #engineering #technology #electronics #raspberrypi #pcb #iot
π΅ Track Info: Title: Winding Road by Pyrosion Genre and Mood: R&B & Soul + Calm Winding Road by Pyrosion soundcloud.com/pyrosion Creative Commons β Attribution 3.0 Unported β CC BY 3.0 Free Download / Stream: bit.ly/al-winding-road Music promoted by Audio Library youtu.be/kV07PqSZeDYThe project that interacts with you with sound and ambient lights!Maker 1012020-09-02 | In this video I will be showing you how to make unique art project at home using LED strip and sound. $0 For New members first order & Low Price for PCB Stencil at pcbway.com
π΅ Track Info: Nightfall by Roa soundcloud.com/roa_music1031 Creative Commons β Attribution 3.0 Unported β CC BY 3.0 Free Download / Stream: bit.ly/al-nightfall Music promoted by Audio Library youtu.be/WAD2veumgYcThis clock will make you vibrate! Time to move!Maker 1012020-07-28 | amzn.to/3dpUqCD$0 For New members first order & Low Price for PCB Stencil at pcbway.com How to make the wearable activity tracking watch? This is a wearable amazing gadget designed to vibrate when it detects stagnation. Do you spend most of your time on the computer like me? Are you sitting for hours without realizing it? This is what inspired the DIY Vibrating Watch, a simple activity tracker that will notify you when you are inactive for a pre-set period of time. In this project, we'll build a wearable gadget designed to vibrate when it detects stagnation. This device is low-cost and can help keep you on the move. Please subscribe β€οΈ ...and turn on notifications! π β€ About the Schematic: The heart of this project is the ATtiny85. This microcontoller can be programmed with the Arduino IDE and is easy to fit into projects to keep cost and size down. With three analog inputs and two PWM outputs, the ATtiny85 has just enough I/O for this project. For our activity sensing needs, I am using the MMA7341LC 3-axis accelerometer which outputs each axis on a different analog line. This accelerometer also has a sleep mode that can be activated by the microcontroller to improve battery life. Our activity reminder will come through a vibration motor which, despite its small size is powerful enough. Download Gerber Files or Order PCB from PCBWay (10 pcs PCB order US $5.00): pcbway.com/project/shareproject/ATtiny85_Wearable_Activity_Tracking_Watch.html
1) Configuring Arduino Uno as a ISP (In-System Programming): To program the ATtiny85 we need to first set Arduino Uno in ISP mode. Connect your Arduino Uno to the PC. Open Arduino IDE and open the ArduinoISP example file (File - Examples - ArduinoISP) and upload it.
2) Adding ATtiny85 Support to Arduino IDE: By default Arduino IDE doesn't support ATtiny85 so we should add ATtiny boards to Arduino IDE. Open File - Preferences and in the Additional Boards Manager URLs give this URL: raw.githubusercontent.com/damellis/attiny/ide-1.6.x-boards-manager/package_damellis_attiny_index.json Open Tools - Board - Board Manager. Scroll down the list where it says "ATtiny by Davis A. Mellis". Click on that and install it. Now you would be able to see a new entry in the Board menu 3) Connecting ATtiny85 with Arduino Uno: Now with all the above things ready we will start programming the ATtiny85. Connect the ATtiny85 to Arduino Uno using breadboard. Add a 10uF capacitor between RESET and GND in the Arduino Uno. This is to avoid the Arduino Uno from being auto reset when we upload the program to the ATtiny85. ----------------------------------------------------------------------------- β€ Burn Bootloader and Uploading Source Code to the ATtiny85: 1) Select ATtiny under Tools - Board. 2) Then select ATtiny85 under Tools - Processor. 3) Select 8 MHz (internal) under Tools - Clock. 4) Then make sure Arduino as ISP is selected under Tools - Programmer By default the ATtiny85 runs at 1MHz. 5) To make it to run at 8MHz select Tools - Burn Bootloader. 6) You will get the above message if burning bootloader was successful. 7) Now open the source code and upload it.
Get the Source Code from GitHub: github.com/MertArduino/ATtiny85-Wearable-Activity-Tracking-Watch ----------------------------------------------------------------------------- Track: Broke β Soyb [Audio Library Release] Music provided by Audio Library Plus Watch: youtu.be/CuT6NlEgdQA Free Download / Stream: alplus.io/broke Track: I Am OK β Vishmak [Audio Library Release] Music provided by Audio Library Plus Watch: youtu.be/KZVS1ag3itA Free Download / Stream: alplus.io/i-am-ok Track: Besomorph & Coopex - Redemption (ft. Riell) [NCS Release] Music provided by NoCopyrightSounds. Watch: youtu.be/ZGrWry_4Q8s Free Download / Stream: ncs.io/RedemptionYOMusic Reactive Multicolor LED Lights | Arduino Sound Detection Sensor | RGB LED StripMaker 1012020-07-19 | $0 For New members first order & Low Price for PCB Stencil at pcbway.com
Music-reactive multi-color LED lights project. In this project, a simple 5050 RGB LED strip (not the Addressable LED WS2812), Arduino sound detection sensor and 12V adapter were used.
So how does it work? If you take a closer look at the Arduino IDE source code of the project, an analog value comes from the Arduino sound sensor (this varies according to the intensity of the music), after that a threshold value is defined (just like 0 to 1023), if the value from the sound sensor does not match the threshold value, Arduino random () function is activated. 6 different color groups have been created in the random function, different color combinations can be created by changing the values ββin these color groups. If there is no analog value from the sound sensor, the function is stopped.
This project can also be done with Arduino UNO R3 and some (IRFZ44N Transistor and similar) components, but I prepared this project on a single board. Easy solderable components were used (Just like DIP case Atmega348P). Of course, as always, I ordered the circuit board via PCBWay. You can order from the web address below and get this board.
Track: Warriyo - Mortals (feat. Laura Brehm) [NCS Release] Music provided by NoCopyrightSounds. Watch: youtu.be/yJg-Y5byMMw Free Download / Stream: http://ncs.io/mortals
#MusicReactiveRGBLedStrip #ArduinoMusicReactiveLedStripMake Voice Notification Warning ProjectMaker 1012020-07-10 | PCBWay celebrates its 6th anniversary. $0 For New members first order & Low Price for PCB Stencil at pcbway.com
This project we have made a Talking / Voice Notification and Warning System. At least two sensors can be used in this project. In this project, PIR sensor (The PIR Motion sensor module is an automatic control module based on infrared technology) and IR sensor (IR Infrared Obstacle Avoidance Sensor Module has a pair of infrared transmitting and receiving tubes). The DFPlayer Mini module was used to play audio files. (The DFPlayer Mini MP3 Player For Arduino is a small and low price MP3 module with an simplified output directly to the speaker) We used one 9V battery for power consumption and one mini speaker for audio files. We chose DIP components for the PCB, so it became an easily solderable board. Of course, this project includes one Atmega328P microcontroller and the minimum required component.
In this project we gonna make XY Plotter Drawing machine with mXY Board. With Drawing Robot you can draw images on wall, panel or A4 paper. You can print pictures or print text. The machine is a simple device, that draws picture using a normal pen, some motors and some string. All required hardware for this project are listed below. We will learn how to install and use the Polargraph program for drawing control.
Stepper Motor Specifications: Define the value for MM PER REV as 64 Define the value for STEPS PER REV as 4076 Define the value for MOTOR MAX SPEED as 1000 Define the value for MOTOR ACCELERATION as 200 For more information about 28BYJ-48 Stepper Motor: lastminuteengineers.com/28byj48-stepper-motor-arduino-tutorial