RUDE LABS
  • Home
  • About Us
  • Blogs
  • Contact Us
Select Page

Simple Programmable Robotic Arm Using Arduino | Arduino Project

by rudelabs.ai | Dec 2, 2022 | Arduino, Coding Projects

Introduction Have you ever made a Robotic Arm? In today’s coding project, we will create a Simple Programmable Robotic Arm Using Arduino by controlling Servo using a Potentiometer. The arm can be used to pick up and place objects. Servos are the actuators that...

Recipe Management System In Java | Java Project

by rudelabs.ai | Dec 1, 2022 | Coding Projects, Java

Introduction of the Project In this Java tutorial, we will write the source code for a Recipe Management System In Java which creates a management system for different recipes for food items. To make this a functional system, we will use an SQL database to store...

Course Fee Report Management System In Java | Java Project

by rudelabs.ai | Nov 30, 2022 | Coding Projects, Java

Introduction of the Project In this Java coding tutorial, we will learn how to create a course fee report management system in Java using the Swing Module. We have implemented a very interactive GUI interface for this java project along with the fundamental fee...

How To Program ATtiny85 With Arduino Uno | Arduino Project

by rudelabs.ai | Nov 29, 2022 | Arduino, Coding Projects

Introduction Let’s do a coding project on How To Program ATtiny85 With Arduino Uno. This comes under IoT (Internet of Things). ATtiny85 is a microcontroller just like Arduino but has less memory, IO pins, and form factor. Arduino Uno has 14 Digital Pins, 6 analog...

Control LEDs Using an IR Remote With Arduino | Arduino Project

by rudelabs.ai | Nov 28, 2022 | Arduino, Coding Projects

Introduction In this Arduino tutorial, we will learn how to Control LEDs using an IR remote with Arduino This comes under IoT (Internet of Things). In this project, we will control LEDs using an IR Remote. We will be able to turn on LEDs using buttons on the remote....
Page 28 of 39« First«...1020...2627282930...»Last »

Recent Posts

  • Unlocking E-Commerce Potential with Data-Driven Insights
  • How AI-Powered Tools Are Reshaping the Future of Work
  • Design Systems That Scale Across Products: A Practical Guide for Growing Teams
  • Knowledge Evaluator Software Java Project
  • Attendance Management System Java Project