Skip to content
eT Community

eT Community

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

Search result for:  WA 0821 1305 0400 Harga Hydroseeding Green Project Tarakan Kalimantan Utara

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

 Sort Search Results by:


Page 5 / 7 Prev Next
# Post Title Result Info Date User Forum
Shift Register Cascading Issues   1 Relevance 12 months ago Electronix Theoretical questions
  I'm trying to cascade multiple 74HC595 shift registers to expand the number of digital outputs in my Project. While one shift register works perfectly on its own, as soon as I add the second (and especially the third), I start getting strange or inconsistent output—some LEDs don’t light up correctly, or they shift out of order. Is there a timing issue I might be overlooking? Do I need to delay between latching and shifting? Could signal integrity or voltage drop be the issue when chaining several ICs?
Answer to: Can anyone suggest a new ESP32 board?   1 Relevance 12 months ago Paul ESP32
  Several new ESP32 boards have gained popularity in the community recently, each for different reasons depending on the use case—AI, low power, display integration, or future IoT protocols. Here's a breakdown of the most liked ones: ESP32-S3 1. Native USB support (no external serial chip needed)2. Supports AI instructions for image/speech processing ESP32-C3 1. Based on RISC-V architecture 2. Ultra-low power for battery-operated devices M5Stack Series 1. Includes display, case, and built-in sensors2. Modular design for quick and easy prototyping ESP32-C6 1. Features Wi-Fi 6 + Bluetooth 5 + Thread/Zigbee Each has its strengths, so the "most liked" depends on the user's Project needs. But overall, ESP32-S3 and ESP32-C3 are currently leading the popularity charts.
Answer to: STM32 vs Arduino: Which One is Better?   1 Relevance 2 years ago electronicb_brain Hardware/Schematic
  I think it really depends on the type of Projects you're working on. If you're mainly doing simple LED displays, motor control, or basic IoT Projects, Arduino boards are perfect. They’re simple and get the job done without much hassle. But if you WAnt to dive into audio processing, real-time data acquisition, or anything that requires heavy computation, STM32 is a beast. I switched over when I started working on a DIY oscilloscope Project because I needed faster ADC and more memory.
Suggest some good Arduino books?   1 Relevance 2 years ago Alfred Alonso Arduino
  Hello everyone, I’m interested in learning robotics, and I’d like to start by getting a solid foundation in Arduino. Could anyone recommend books that cover Arduino programming with a focus on robotics applications? Practical Project examples and guidance on controlling motors, sensors, or basic robotic systems would be especially helpful.
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
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
Answer to: Can anyone suggest a new ESP32 board?   1 Relevance 12 months ago Rashid ESP32
  ... also the P4-Function-EV-Board if you WAnt to experiment with multimedia interfaces or build smart displays (it supports a 7-inch touchscreen). For IoT stuff, ESP32-C6 is really catching on. It supports Wi-Fi 6, BLE 5.3, Thread, and is Matter-ready. Boards like the XIAO ESP32C6 (from Seeed) or the ESP32-C6 DevKitC-1 from Espressif are solid picks if you're working on low-power or Matter-based devices. Also worth mentioning: 1.Arduino Nano ESP32: Compact, beginner-friendly, and based on the ESP32-S3. 2.ESP32-S3-BOX-3: Powerful AIoT dev kit in a ni ...
Answer to: Good Arduino IoT projects for a beginner?   1 Relevance 12 months ago Jignesh Arduino
  ... thresholds + cloud alerts. 2. Smart Plant Mood Monitor Combine a soil moisture sensor, light sensor, and temp sensor. Based on readings, display your plant’s "mood" using emojis on an OLED or in a mobile app. Could also send WAtering reminders if the soil is dry. 3. Wi-Fi Jammer Detector With just an ESP8266, you can scan Wi-Fi channels and detect when there's suspicious interference or sudden drops in signal — send an alert if something looks off. Simple but cool networking concept. 4. IoT Trash Bin Level Monitor Use an ultrasonic sensor to measure h ...
How can I run multiple tasks at once without using delay() in Arduino?   1 Relevance 1 year ago J.Smith Arduino
  I'm working on an Arduino Project where I need to run multiple tasks simultaneously—for example, blinking an LED, reading a sensor, and checking for button input. Initially, I used delay() for timing, but I realized it blocks the program and prevents other tasks from running smoothly. What is the recommended WAy to handle timing and run multiple tasks without using delay()?Should I use millis() or is there a better approach like using timers or a task scheduler? I'd appreciate examples or tips on how to structure the code for multitasking in Arduino.
Answer to: What are some innovative ways to use an HC-SR04 ultrasonic sensor?   1 Relevance 1 year ago electronicb_brain Arduino
  There are countless WAys to use the HC-SR04 sensor in creative Projects, one of the most impactful applications is helping visually impaired users by alerting them to nearby obstacles. It’s also highly effective in interactive art installations that respond to motion, DIY parking assist systems, visitor counters at doorways, and smart shelves that monitor inventory levels. You can even use it for fun and educational Projects like reaction timer games or plant WAtering reminders based on changes in soil level. So, you can use it in various WAys depending o ...
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?
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.
Page 5 / 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
  • 5 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