Skip to content
eT Community

eT Community

  • Forums
  • What’s New
  • Members
  • Recent Posts
  • Website
Forums
Search
 
Notifications
Clear all

Search result for:  WA 0821 1305 0400 [[ADEFA]] Vendor Jual Geocomposite Separasi Wilayah Way Kanan Lampung

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

 Sort Search Results by:


Page 1 / 6 Next
Answer to: Beginner Arduino Course —Any Recommendations?
Arduino
Amelia
1 year ago
9 Relevance
If you're just starting out with Arduino and electronics, you're definitely not alone—there are some fantastic beginner-friendly resources out there to help you get going without feeling overwhelmed. Helpful YouTube Channels Paul McWhorterOne of the best for beginners. His “Arduino Tutorial Series” is clear, structured, and goes from basics to intermediate projects. Jeremy BlumHis Arduino series is a classic and covers foundational knowledge with well-explained videos. GreatScott!Excellent for understanding how the hardware works behind your projects. Programming Electronics AcademyVery helpful if you're also interested in understanding the coding side deeply. Online Courses Worth Checking Out Udemy – "Arduino Step by Step: More than 50 Hours Complete Course" Taught by Dr. Peter Dalmaris. Very beginner-friendly and includes lifetime access to lessons and materials. Coursera – “Introduction to Programming with Arduino” Offered by University of California, Irvine. Teaches both basic electronics and coding in a structured format.
View entire post
What's the best way to learn Arduino programming for beginners?
Arduino
Anil_Tech
1 year ago
4 Relevance
I’ve been diving into robotics and have managed to build a few interesting projects using Arduino. However, since I come from a non-computer science background, I often struggle with writing and understanding the code. This slows down my progress and sometimes leaves me feeling stuck. What are the best and most effective WAys to learn programming, especially for someone with a non-CS background working on Arduino projects?
View entire post
Best way to protect a motor driver from short circuits?
Theoretical questions
Daniel
1 year ago
4 Relevance
I'm designing a robot and using a motor driver (L298N/H-Bridge/DRV8871, etc.), and I'm concerned about potential short circuits—especially during stall conditions or wiring mistakes. What are the recommended methods to protect a motor driver from short circuits or overcurrent damage? Should I use external fuses, current sensing, or something like TVS diodes or polyfuses? Any best practices or common protection techniques used in industry would be appreciated.
View entire post
Answer to: What's the best way to learn Arduino programming for beginners?
Arduino
TechTalks
1 year ago
5 Relevance
You're not alone—many people from non-CS backgrounds get into robotics and face this exact challenge. The good news is that learning programming for Arduino doesn’t require a formal computer science degree. Here are some of the best and most effective WAys I found helpful in learning programming in this context: Learn from your own code – Go through your project code line by line. Make small changes and observe the results. It really helps build a deeper understanding. Focus on the basics – Functions like pinMode(), digitalWrite(), analogRead(), if, for, a ...
View entire post
Answer to: Best way to manage real-time tasks in FreeRTOS?
Theoretical questions
Amelia
1 year ago
5 Relevance
The best WAy to manage real-time tasks in FreeRTOS is to carefully structure your tasks based on timing requirements, priority levels, and resource usage. High-priority tasks should be reserved for time-critical operations, while less critical tasks can run at lower priorities. Use vTaskDelayUntil() instead of vTaskDelay() for periodic tasks to ensure consistent timing and avoid drift. Each task should have a well-defined responsibility and complete its job quickly to return control to the scheduler—long blocking operations or delays within tasks can lead ...
View entire post
Answer to: Best way to protect a motor driver from short circuits?
Theoretical questions
Janet
1 year ago
4 Relevance
To protect a motor driver from short circuits, one of the most effective methods is to use a fast-blow fuse or a resettable polyfuse on the power supply line to the driver. This helps cut off the current quickly if a short occurs. Additionally, placing flyback diodes across the motor terminals (if not already built into the driver) protects against voltage spikes caused by motor inductance. For more advanced protection, a current-sense resistor can be added to monitor current flow, and a microcontroller can disable the driver if the current exceeds safe limits. Alternatively, using modern motor driver ICs like the DRV8871 or BTS7960 is highly recommended, as they come with built-in protections such as overcurrent, thermal shutdown, and undervoltage lockout. Ensuring proper cooling and heat dissipation also helps prevent damage from thermal stress that may result from sustained high current.
View entire post
Best way to manage real-time tasks in FreeRTOS?
Theoretical questions
Jaden
1 year ago
4 Relevance
Looking for best practices in structuring real-time tasks, handling inter-task communication, and minimizing latency in FreeRTOS (or similar RTOS). How do you balance task priorities, use queues/semaphores efficiently, and avoid priority inversion?
View entire post
Answer to: Can measuring current the wrong way damage my multimeter?
Equipments
TechTalks
1 year ago
4 Relevance
Yes, if you measure current like voltage (in parallel), you can short the circuit and blow the multimeter fuse, or worse, damage it. Also, if the probe is left in the current port and you try to measure voltage, it creates a short path and can seriously damage the meter or the circuit. Always switch the probe back to the voltage port and check your dial setting before measuring.
View entire post
Can measuring current the wrong way damage my multimeter?
Equipments
Bhavish
1 year ago
4 Relevance
If I accidentally measure current like voltage (i.e., in parallel), can it damage my multimeter? Also, what happens if I leave the probe in the current port and try to measure voltage? Just WAnt to avoid any common mistakes.
View entire post
Answer to: How do you safely discharge a big capacitor?
Theoretical questions
CircuitSpher...
12 months ago
2 Relevance
Firstly, don’t try to discharge a large capacitor by shorting it directly, as that can damage the capacitor and possibly hurt you. The safe WAy is to use a resistor with a suitable value (for example, 10 kΩ–100 kΩ, a few WAtts). Connect it across the capacitor terminals and let the voltage bleed off slowly. Always confirm with a multimeter that the voltage has dropped close to zero before handling the circuit. This WAy you stay safe, and the capacitor stays intact.
View entire post
How to interface a 16x2 LCD with Arduino without a potentiometer?
Arduino
CircuitFlow
1 year ago
2 Relevance
I'm trying to connect a 16x2 LCD to an Arduino Uno, but I currently don't have a 10k potentiometer (the one usually connected to the VO pin) to adjust the contrast. Is there a reliable WAy to control the contrast without using a potentiometer? For example, can I use a fixed resistor, or is there a WAy to set contrast through software or a PWM pin? I'd really appreciate your suggestions if anyone has tried this or has a workaround that works well. Thanks!
View entire post
RE: Beginner Arduino Course —Any Recommendations?
Arduino
playwithcirc...
1 month ago
2 Relevance
... courses for complete beginners. He explains concepts step by step and assumes no prior electronics knowledge. DroneBot Workshop (YouTube) – Excellent if you WAnt to understand why circuits work instead of just copying code. Programming Electronics Academy (YouTube & website) – Great for learning Arduino programming fundamentals in a structured WAy. For written tutorials, I regularly use: Arduino's official documentation for understanding the basics and library references. Play with Circuit for beginner-friendly tutorials on sensors, modules, communica ...
View entire post
Page 1 / 6 Next

Forum Search

Recent Posts

  • RE: Beginner Arduino Course —Any Recommendations?

    @rahav When I started learning Arduino, I realized that...

    By playwithcircuit , 1 month ago

  • Admin

    RE: esp32 diagram connection

    @wmughal What do you want to achieve here exactly?

    By Admin , 5 months ago

  • DIY an RF power meter Based on STM32F103 + MAX4003

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

    By anselbevier , 5 months ago

  • esp32 diagram connection

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

    By wmughal , 5 months ago

  • Admin

    RE: Motor driver not working properly

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

    By Admin , 5 months ago

  • Motor driver not working properly

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

    By Noochee , 6 months ago

  • Answer to: Bluetooth Speaker won't turn on

    Translator Sorry, this i...

    By servitec , 7 months ago

  • Bluetooth Speaker won't turn on

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

    By servitec , 7 months ago

  • Answer to: Why Fluke multimeters are so expensive?

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

    By maryjlee , 9 months ago

Share:
Forum Information
Recent Posts
Unread Posts
Tags
  • 9 Forums
  • 307 Topics
  • 774 Posts
  • 3 Online
  • 294 Members
Our newest member: ors000
Latest Post: Beginner Arduino Course —Any Recommendations?
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 version 3.1.4

© 2026 eT Community • Built with GeneratePress