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 4 / 6 Prev Next
Answer to: Suggest some good Arduino books?
Arduino
Deboojit
2 years ago
1 Relevance
The best WAy to begin is by using a starter kit. These kits typically include an Arduino UNO, a selection of sensors, electronic components, and a detailed workbook or online resources with example projects to guide you step-by-step. For me, the book "Getting Started with Arduino" by Massimo Banzi and Michael Shiloh works best.
View entire post
RE: What exactly is PWM resolution ?
Hardware/Schematic
Sebastian
2 years ago
1 Relevance
Good point by @FullBridgeRectifier . Just to clarify for anyone new to this: when we say “divide by 255 instead of 256,” it’s because we’re looking at the maximum value the PWM can take, not the total count of values. This WAy, your duty cycle calculations always correctly reach 100%.
View entire post
How can I safely power a BLDC motor from a hard disk drive?
Theoretical questions
Anil_Tech
10 months ago
1 Relevance
I have a brushless DC motor taken from an old hard disk drive and I WAnt to power it safely for testing or small DIY applications. Since these motors are usually designed for specific control circuits, I’m not sure about the correct voltage, current, and driving method. What’s the safest WAy to power and control a hard drive BLDC motor? Should I use a dedicated ESC, a custom driver circuit, or a microcontroller-based solution?Any tips for determining the correct pinout and avoiding damage to the motor would also be helpful.
View entire post
RE: New Pi Pico 2 by Raspberry Pi—What are your opinions?
RPi Pico
nathan
2 years ago
1 Relevance
@sebastian Talk about being negative. It's priced at $5- $1 more than the original Pico and WAy cheaper than any original Arduino board. And did you forget about RISC-V. I don't think any sane person will prefer PICO 1 over PICO 2
View entire post
RE: Maximum current limitation of a digital pin on UNO
Hardware/Schematic
Harper
2 years ago
1 Relevance
@ankunegi I WAnt to control only one motor. Using a driver module is an overkill I guess. Is there a WAy to make it compact? Any other options?
View entire post
RE: Is Arduino still relevant in 2024?
Arduino
Jeffmon
2 years ago
1 Relevance
Hi guys The popularity and ease of use of the IDE dose make it a very good learning tool. There are however several other platforms that are just as versatile. For instance the Microchip family do have excellent IDE and a big plus is the simulator/debugger. This alone makes the Microchip platform a brilliant piece of free software. Back to the Arduino, it will be around for a long while to come. I am not yet fluent in Arduino and the C language but I am working to change that. Happy coding. It is the WAy of the future Jeff Monegal
View entire post
Answer to: Where can I learn more about direct port manipulation for controlling GPIO pins?
Programming
Rashid
2 years ago
1 Relevance
This video is an absolute gold. Thank you for sharing it. To learn more about architecture, what's the best WAy?
View entire post
Answer to: How to Reliably Reconnect ESP32/ESP8266 to Wi-Fi Without Rebooting?
ESP32
Neeraj Dev
11 months ago
1 Relevance
This is a very common issue with ESP boards, as a dropped connection won't automatically trigger a new connection attempt unless the logic is specifically handled in your code. The most reliable and efficient WAy to solve this is by using a Wi-Fi event handler. This approach is superior to periodically checking the connection status because it's event-driven. Your code will react immediately to a disconnection event, rather than WAiting for a specific time interval to check if the Wi-Fi is still connected. The event-driven method is more efficient because ...
View entire post
How can I interface an AI camera module with Arduino?
Hardware/Schematic
DIY Electron...
11 months ago
1 Relevance
I’ve seen AI camera modules (like ESP32-CAM, HuskyLens, and OpenMV) that can perform tasks such as face recognition, object tracking, and color detection. I’m curious about how these modules can be interfaced with an Arduino board. Can Arduino Uno or Nano handle direct data processing from these AI modules, or do they just act as a controller? What’s the best WAy to connect them—UART, I2C, or SPI? Are there any limitations when using AI modules with Arduino compared to ESP32 or Raspberry Pi?
View entire post
Answer to: Most used flip-flop in the industry?
Theoretical questions
electronic_G...
1 year ago
1 Relevance
... on the clock edge, which makes them really easy to understand and implement, especially when you're dealing with things like counters, registers, or finite state machines. On the other hand, flip-flops like JK and SR might seem more functional, but they come with added complications. For example, SR flip-flops can go into an invalid state if both inputs are high, and JK flip-flops—though they solve that issue—toggle in a WAy that can be tricky to manage in complex synchronous circuits. T flip-flops are mostly used in counters, but even they are usually ma ...
View entire post
Answer to: How do I interface a 4–20 mA industrial sensor with an Arduino?
Arduino
TechSpark
1 year ago
1 Relevance
... voltage drop resistor. The most widely used value is 250 Ω, because it maps the 4–20 mA current range to exactly 1–5 V, which fits perfectly within the Arduino's 0–5 V analog input range. This WAy, 4 mA gives a 1 V drop, and 20 mA gives a 5 V drop across the resistor. The sensor typically has two wires: one connects to the +24 V power supply, and the other connects to one side of the 250 Ω resistor. The other side of that resistor goes to GND, which must be shared with the Arduino. To measure the voltage, the analog pin is connected to the node between the ...
View entire post
Answer to: Do I really need anti-static precautions when handling ICs?
Theoretical questions
Deboojit
1 year ago
1 Relevance
... The damage might not be immediate or obvious; it often causes latent failures that show up later during operation. Certain types of chips are more sensitive than others—CMOS devices, including many logic ICs and virtually all microcontrollers, are especially vulnerable due to their delicate internal structures. In contrast, older TTL logic chips (like the 74LS series) are somewhat more robust but still not immune. If the IC is already soldered onto a board, the risk is lower because the surrounding circuitry and ground planes can help dissipate any static ...
View entire post
Page 4 / 6 Prev 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