Skip to content
eT Community

eT Community

  • Forums
  • Members
  • Recent Posts
  • Website
Forums
Search
 
Notifications
Clear all

Search result for:  WA 0821 1305 0400 Vendor Hydroseeding Green Project Palopo Sulawesi Selatan

 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:


Page 6 / 7 Prev Next
# Post Title Result Info Date User Forum
Answer to: What is the difference between L293D and L298N Motor Driver?   1 Relevance 2 years ago TechSpark Theoretical questions
  Hey Tristan, The L293D and L298N are both H-bridge motor drivers commonly used to control DC motors, but they have some key differences. I’ve summarized these in the table below, allowing you to easily compare and choose the one that best suits your Project requirements. Attachment :  Difference-between-L293D-and-L298N.png
Answer to: Suggestions for Good ATtiny85 Projects   1 Relevance 1 year ago Admin Circuits and Projects
  Here are 15 amazing Project ideas you can create using the ATtiny85 microcontroller: LED Matrix AnimationProgram an LED matrix to display scrolling text or animations using the ATtiny85. Miniature Digital ThermometerBuild a small thermometer using a temperature sensor like LM35 or DS18B20 and display the data on a tiny OLED screen. IR Remote Control SystemDecode signals from an IR remote to control LEDs, fans, or other appliances. Sound Reactive LightsCreate an audio visualizer where LEDs blink in response to sound or music using a microphone module. Capacitive Touch SwitchMake a touch-sensitive button using a conductive surface and the ATtiny85, perfect for smart home switches. Portable Motion DetectorUse a PIR sensor to build a portable motion detection alarm system for security purposes. USB Volume ControllerTurn your ATtiny85 into a USB HID device to control your computer’s volume with a rotary encoder. Tiny Weather StationMeasure temperature and humidity with sensors like DHT11/DHT22 and display the readings on an OLED. Ultrasonic Distance MeterUse an ultrasonic sensor to measure distances and display them on a small display. Blinking Bicycle LightCreate a small, energy-efficient blinking tail light for a bicycle, powered by a coin cell battery. Minimalist USB Game ControllerBuild a simple game controller for retro-style games with buttons connected to the ATtiny85. PWM Fan Speed ControllerControl the speed of a DC fan using pulse-width modulation and a temperature sensor for feedback. ATtiny85 Robot BrainPower a small robot with an ATtiny85, controlling motors and sensors for basic navigation. Night Light with Light SensorCreate an automatic night light that turns on in low-light conditions using an LDR and LEDs. Tiny Digital StopwatchDesign a simple stopwatch with start, stop, and reset functions using push buttons and an OLED display. These Projects highlight the versatility of the ATtiny85 and can help you learn more about electronics, programming, and sensors. This site is hands down the best for Projects related to ATtiny85. So, definitely check it out.
Answer to: What is the difference between Arduino Nano Every and Nano RP2040?   1 Relevance 1 year ago Admin Arduino
  Well, these two are very different boards if you look at the specs. I do not understand why you are confused between these two boards. Arduino Nano Every: This board does not include built-in Wi-Fi or Bluetooth capabilities. It's suitable for Projects that don't require wireless communication or where such features can be added externally if needed. Priced at approximately €15.30 (around ₹1,350), it's a cost-effective choice for basic Projects. Arduino R02040 Connect: Equipped with the u-blox NINA-W102 module, it offers both Wi-Fi and Bluetooth connectivity. This makes it ideal for Internet of Things (IoT) Projects or applications requiring wireless communication. Available for about €30.70 (around ₹2,700), reflecting its enhanced features and connectivity options. Which One Should You Choose? Nano Every: If you’re on a budget, don’t need wireless connectivity, or are working on simple Projects, this is an excellent choice. Nano RP2040 Connect: If your Project needs built-in Wi-Fi or Bluetooth, or if you’re exploring more advanced or resource-intensive applications, this is the better option.
How to choose coupling capacitor sizes for an audio amplifier?   1 Relevance 2 years ago techy ishan Theoretical questions
  Hi everyone, For my new Project, I am building an amplifier circuit to achieve clear sound. However, I am unsure about the appropriate capacitance values to use for the coupling capacitors. Any advice or guidance would be greatly appreciated.
RE: STM32 vs Arduino: Which One is Better?   1 Relevance 2 years ago Admin Hardware/Schematic
  @catelectronics It depends. Can you explain the Project or application for which you will use the microcontroller?
What is the difference between L293D and L298N Motor Driver?   1 Relevance 2 years ago Tristan Theoretical questions
  Hey everyone, I’m a bit confused about the differences between the L293D and L298N motor drivers. They both seem to be used for controlling DC motors, but I’m not sure which one I should be using for my Project. From what I understand, they have different current and voltage ratings, but I don’t quite get how that affects the choice between them. Could someone help clarify when to use the L293D vs. the L298N? Are there any situations where one is clearly better than the other? Thanks
How to identify LED terminals?   1 Relevance 2 years ago Aiden Theoretical questions
  Hi everyone, I'm working on a school Project that involves LEDs. I came across an LED where both the anode and cathode leads are of equal length, making it difficult to distinguish between them using the typical lead length method. Additionally, the internal structure of the LED is not visible. What are some reliable methods or techniques I can use to accurately identify the anode and cathode terminals in this situation?
Is It Safe to Control Multiple LEDs(15) Directly from Arduino Pins?   1 Relevance 2 years ago Tristan Hardware/Schematic
  Hello everyone, I'm working on a school Project where I need to control 15 LEDs using an Arduino, and I'm considering directly connecting them to the digital/analog pins with resistors. However, I'm concerned about potential overcurrent issues. Can anyone advise if it's safe to connect all 15 LEDs directly to the Arduino pins, or should I consider alternative methods to avoid damaging the Arduino?
Answer to: Suggest some good Arduino books?   1 Relevance 2 years ago Amelia Arduino
  Great to hear you’re diving into robotics! Here are a few books that I’ve personally found helpful: Arduino Robotics by John-David WArren This book is packed with robotics Projects and explains how to integrate motors, sensors, and actuators into robotic systems. It’s beginner-friendly but dives deep into practical applications. Programming Arduino: Getting Started with Sketches by Simon Monk While this book isn’t robotics-specific, it’s an excellent introduction to Arduino programming. You can combine this with a robotics-focused guide for a complete ...
Answer to: Suggest some good Electronics books?   1 Relevance 2 years ago TechTalks Theoretical questions
  There are many books available in the market and online that are commonly recommended. Here are five of the most notable ones: Practical Electronics for Inventors – Paul Scherz Ideal for hands-on learners, with practical examples and troubleshooting tips. The Art of Electronics – Paul Horowitz A comprehensive guide covering both analog and digital electronics. Make: Electronics – Learning by Discovery Perfect for beginners, featuring Project-based, visual learning methods. How to Diagnose and Fix Everything Electronic – Michael Geier Focuses on troubleshooting, repair techniques, and diagnostics. Getting Started in Electronics – Forrest M. Mims Beginner-friendly, with simple Projects and clear illustrations. These books cover a broad range of topics, from basic fundamentals to advanced concepts, making them suitable for learners at various levels.
Can I connect a camera to Arduino UNO?   1 Relevance 2 years ago Mehjabeen Hardware/Schematic
  Hello everyone, I'm currently working on my college Project that involves capturing images or video. I'm considering using an Arduino UNO for this purpose and would like to know if it's possible to connect a camera directly to the Arduino UNO. If so, could you please provide guidance on which camera modules are compatible and how to interface them with the Arduino UNO? Additionally, I would appreciate any tips on libraries or example code that could help me get started with capturing and processing images using the camera module connected to the Arduino UNO.Thank you
Answer to: Pi Pico VS UNO: Which one is best for beginners?   1 Relevance 2 years ago Sebastian Arduino
  In my opinion if your just beginner in Project building then Arduino Uno is a great starting point. It's simple, easy to learn, and has a huge community of users. There are tons of resources and tutorials available to help you get started. Raspberry Pi Pico is a more powerful option with more flexibility. It can handle more complex Projects and you can program it in Python or C/C++. However, there might be fewer resources available compared to Arduino. Ultimately, the best choice depends on what you WAnt to build and your personal learning style.
Why Use a DC Motor Controller Instead of a Potentiometer?   1 Relevance 2 years ago hobart bess Circuits and Projects
  Hi everyone, I'm currently working on a Project that involves controlling the speed of a DC motor. I understand that a potentiometer can be used to control the speed of a motor by varying the resistance, which in turn adjusts the voltage supplied to the motor. Given this, I'm curious about the need for dedicated DC motor controllers. Why should I consider using a separate motor controller when a simple potentiometer seems to achieve the same result? I'd appreciate it if someone could explain the advantages or scenarios where a DC motor controller is preferred over a potentiometer for speed control. thank you
Can i use EN pins for PWM speed control in L298N Motor driver?   1 Relevance 2 years ago TechSpark Hardware/Schematic
  hey everyone, To properly control the speed of my DC motor in my current Project, I need to know if the ENA and ENB pins on the L298N motor driver can accept PWM signals to vary the motor speed, or if these pins are only used for switching the channels ON and OFF. Any guidance on using these pins for speed control would be greatly appreciated.
RE: Is Arduino still relevant in 2024?   1 Relevance 2 years ago Harper Arduino
  I totally agree with Jeff. Building a custom PCB including a microcontroller chip for a personal Project such as automating your room is one thing and you may even save a few bucks than buying the dev board separately. But when you WAnt to sell this product to consumers that's a whole different story. You can't possibly think that assembling some parts on 10 PCBs and saving money is anything like doing business. It takes a lot to create a profitable business out of this.
Page 6 / 7 Prev Next

Forum Search

Recent Posts

  • Admin

    RE: esp32 diagram connection

    @wmughal What do you want to achieve here exactly?

    By Admin , 3 months ago

  • DIY an RF power meter Based on STM32F103 + MAX4003

    As we all know, Radio frequency (RF) is a very importan...

    By anselbevier , 3 months ago

  • esp32 diagram connection

    i never use esp32 before i get diagram from claude i wa...

    By wmughal , 3 months ago

  • Admin

    RE: Motor driver not working properly

    @noochee Can you please share more details? Circuit dia...

    By Admin , 4 months ago

  • Motor driver not working properly

    I built an obstacle avoiding robotic car using Arduino,...

    By Noochee , 4 months ago

  • Answer to: Bluetooth Speaker won't turn on

    Translator Sorry, this i...

    By servitec , 5 months ago

  • Bluetooth Speaker won't turn on

    I know is not probably the best place for a newbie, the...

    By servitec , 5 months ago

  • Answer to: Why Fluke multimeters are so expensive?

    Totally agree with the points above. In my experience, ...

    By maryjlee , 8 months ago

  • Answer to: Can Raspberry Pi Replace a Home Router or Firewall?

    Yes, it’s definitely possible to turn a Raspberry Pi (e...

    By Divyam , 8 months ago

Share:
Forum Information
Recent Posts
Unread Posts
Tags
  • 9 Forums
  • 275 Topics
  • 740 Posts
  • 6 Online
  • 285 Members
Our newest member: Danieldsouza
Latest Post: esp32 diagram connection
Forum Icons: Forum contains no unread posts Forum contains unread posts
Topic Icons: Not Replied Replied Active Hot Sticky Unapproved Solved Private Closed

Powered by wpForo  Powered by wpForo version 2.4.17

© 2026 eT Community • Built with GeneratePress