Skip to content
eT Community

eT Community

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

Search result for:  WA 0859 3970 0884 Biaya Membuat Plafon PVC Hello Kitty Murah Wedi Klaten

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

 Sort Search Results by:


Page 1 / 2 Next
# Post Title Result Info Date User Forum
Why is this yellow multimeter so cheap? Is it any good?   2 Relevance 1 year ago SparkLab Equipments
  Hello everyone, I've come across a yellow multimeter that's priced significantly lower than others, and I'm curious why it’s so inexpensive. Is this model reliable for basic measurements like voltage, resistance, and continuity? Has anyone used a similar low-cost multimeter, and if so, how accurate and durable is it?
What are your opinions about Teensy boards?   2 Relevance 1 year ago Jaden Arduino
  Hello everyone, I’d like to hear your opinions on Teensy boards. Are they better than Arduino boards in terms of performance, features, or ease of use? For those who have experience with both, what advantages or disadvantages have you noticed?
Suggest some good Arduino books?   2 Relevance 1 year 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.
Could anyone recommend some good books on ESP32?   2 Relevance 1 year ago Philippe ESP32
  Hello everyone, I'm currently studying electronics and interested in learning more about ESP32 programming and applications. Could anyone recommend some good books for both beginners and intermediate levels? I'm particularly looking for books that cover the basics, practical projects, and maybe even some IoT applications
Good circuit simulation softwares- Any suggestions?   2 Relevance 2 years ago TechSpark Softwares
  Hello everyone, Can anyone suggest some circuit simulation software that supports both analog and digital circuits or even better, supports Arduino? I’m looking for options that are easy to use, offer a wide range of components, and possibly include PCB integration. Both free and paid versions are fine(not too costly though). Any suggestions or experiences with using such software would be greatly appreciated.
Best practical uses of continuity function on a multimeter?   2 Relevance 2 years ago LogicLab Theoretical questions
  Hello everyone, I just started using a multimeter for testing circuits, and I’m particularly curious about the continuity function. I’ve used it a couple of times to check connections, but I’d like to learn more about when and where it's most useful. Can anyone share some practical examples or tips for getting the most out of this feature, especially for troubleshooting circuits and components?
Random garbled text on Serial Monitor?   2 Relevance 2 years ago sharon Arduino
  Hello everyone, I'm pretty new to Arduino programming, and I’m having trouble with serial communication on my Arduino Uno. I’m trying to use Serial. Begin(9600); in my code and have matched the baud rate with the Serial Monitor, but I either get random garbled text or no output at all. I’ve double-checked the baud rate settings, but I’m still not sure what’s going wrong. Is this something common for beginners? Could I be missing something important in the code or setup? Any help on how to troubleshoot this would be really appreciated!
Is It Safe to Control Multiple LEDs(15) Directly from Arduino Pins?   2 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 hasn't Arduino added a USB-C port to the UNO R3?   2 Relevance 2 years ago Yvette Hardware/Schematic
  Hello everyone, Arduino still uses USB Type-B instead of the latest USB-C, and to me, it doesn't seem like there's a particular reason for sticking with the older port. Why haven’t they changed it? Are there specific technical or design considerations that have influenced this decision?
Answer to: Difference Between delay() and millis() in Arduino?   2 Relevance 1 year ago Admin Programming
  In-depth explanation of delay() VS millis() in Arduino: What is delay()?The delay(ms) function is a simple WAy to pause your program for a specific duration (in milliseconds). While using delay(), the microcontroller does nothing except WAit, effectively blocking all other code execution. Example: Blinking an LED using delay()Here’s a basic example of using delay() to blink an LED every second: const int ledPin = 13; void setup() { pinMode(ledPin, OUTPUT); } void loop() { digitalWrite(ledPin, HIGH); // Turn LED on delay(1000); // WAit for ...
Answer to: Is It Safe to Control 15 LEDs Directly from Arduino Pins?   2 Relevance 2 years ago TechTalks Hardware/Schematic
  Hello Tristan, You see directly connecting 15 LEDs to Arduino pins can lead to overcurrent issues, potentially damaging the Arduino. This is because each LED draws a certain amount of current, and the combined current draw can easily exceed the maximum current rating of the Arduino's pins. Additionally, the resistors used to limit current will also dissipate power, which can overheat the Arduino or the resistors themselves. To avoid these problems, it's recommended to use LED driver such as ULN2003. These drivers and controllers can handle higher currents without overloading the Arduino pins. By employing these methods, you can safely control 15 LEDs with your Arduino without risking damage. hope this will help
Why Does analogWrite Use a 0-255 Range for PWM?   2 Relevance 2 years ago Paul Programming
  Hello everyone, I'm trying to understand why the analogWrite function in Arduino requires a value between 0 and 255 for PWM (Pulse Width Modulation). What does this range actually signify in terms of how PWM works? Why specifically these values, and how does it relate to controlling the output? thank you
Can IR Sensors Replace Ultrasonic Sensors in Most Applications?   2 Relevance 2 years ago Jignesh Hardware/Schematic
  Hello everyone,I'm looking into using IR (Infrared) sensors for my projects and WAnt to understand how they compare to ultrasonic sensors. Can IR sensors be used in most situations where ultrasonic sensors are typically used, except for measuring precise distances? If IR sensors can be used, what are the main drawbacks or limitations of using them instead of ultrasonic sensors? Thank you
Page 1 / 2 Next

Forum Search

Recent Posts

  • Admin

    RE: esp32 diagram connection

    @wmughal What do you want to achieve here exactly?

    By Admin , 1 month ago

  • DIY an RF power meter Based on STM32F103 + MAX4003

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

    By anselbevier , 1 month ago

  • esp32 diagram connection

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

    By wmughal , 1 month ago

  • Admin

    RE: Motor driver not working properly

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

    By Admin , 2 months ago

  • Motor driver not working properly

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

    By Noochee , 2 months ago

  • Answer to: Bluetooth Speaker won't turn on

    Translator Sorry, this i...

    By servitec , 3 months ago

  • Bluetooth Speaker won't turn on

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

    By servitec , 3 months ago

  • Answer to: Why Fluke multimeters are so expensive?

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

    By maryjlee , 6 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 , 6 months ago

Share:
Forum Information
Recent Posts
Unread Posts
Tags
  • 9 Forums
  • 261 Topics
  • 700 Posts
  • 4 Online
  • 256 Members
Our newest member: Jibun no Kage
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