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]] Jual Geofoam Lightweight Fill Wilayah Way Kanan Lampung

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

 Sort Search Results by:


Page 2 / 6 Prev Next
Answer to: Best microcontroller or SBC for robotics?
Theoretical questions
nathan
12 months ago
4 Relevance
If your robot needs both real-time motor control and higher-level processing (like computer vision or LIDAR), I’d recommend a hybrid setup. Use a Teensy 4.1 (or an STM32 if you're comfortable with it) to handle motor control, encoders, and IMU. Teensy is Arduino-compatible but much faster — 600 MHz and great real-time performance. Pair it with a Jetson Nano (or Raspberry Pi if you're not doing heavy vision tasks) for computer vision, path planning, and data logging. Jetson Nano has GPU support and is great for running Lightweight AI models or OpenCV. This combo gives you real-time performance where it matters and the flexibility of Linux for everything else. Communicate between the two using UART, I2C, or CAN depending on your latency needs. We've had good success with this kind of architecture in robotics projects using ROS. If you're using ROS2, check out micro-ROS for STM32 or rosserial for Teensy. Let me know if you need example setups or wiring tips.
View entire post
Answer to: I’m getting noise on my analog readings—how can I clean them up?
Arduino
Mehjabeen
1 year ago
4 Relevance
Analog noise in Arduino readings is common, especially with sensors like potentiometers or temperature sensors. To reduce it, start by adding a 0.1µF to 1µF capacitor between the analog pin and ground to filter high-frequency noise. Use a stable power source instead of USB and keep analog wires short to avoid interference. Shielding cables and using twisted pair wires can also help. On the software side, try an exponential moving average (EMA) filter for smooth readings without much delay. You can also use analogReference(INTERNAL) for better voltage stability if your board supports it. Combining basic hardware filtering with Lightweight software smoothing usually provides the best results.
View entire post
Answer to: How do you safely discharge a big capacitor?
Theoretical questions
CircuitSpher...
11 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
DMM in mA mode causes ~0.6 V drop — normal burden voltage? How can I minimize it?
Theoretical questions
JannikTechy
10 months ago
1 Relevance
I’m measuring the current draw of a low-voltage load and noticed my handheld DMM, in mA mode, is dropping about 0.6 V across itself. Is that normal “burden voltage,” and what’s the best WAy to reduce it?
View entire post
RE: How to identify LED terminals?
Theoretical questions
Deboojit
10 months ago
1 Relevance
@sebastian Good explanation! But what if the LED is part of a circuit and cannot be easily removed—what’s the safest WAy to identify the anode and cathode in-circuit?
View entire post
Debugging a MOSFET’s Voltage Difference Behavior
Theoretical questions
Suraj
11 months ago
1 Relevance
I’m trying to understand the voltage differences across a MOSFET in my circuit. I’m noticing that the source, drain, and gate don’t behave exactly as I expected, and I’m getting confused about why the voltages don’t line up the WAy the theory suggests. Could someone explain how to correctly interpret the voltage differences in a MOSFET (Vgs, Vds, etc.) during operation? Also, what are some common mistakes or misconceptions that could cause unexpected readings when probing a MOSFET in a real circuit?
View entire post
Answer to: Why do ceramic capacitors have no polarity?
Theoretical questions
Admin
1 year ago
2 Relevance
It's all about what they're made of inside. Basically, ceramic capacitors use a ceramic material as the dielectric (the stuff between the metal plates). This material doesn't care which WAy the electricity flows. you can hook it up forwards, backwards, sideways... it'll still work just fine. It's a "non-polarized" material. Capacitors that do have polarity, like electrolytic capacitors, are different. They use a super-thin layer of metal oxide that's created through a chemical process. This layer only works as an insulator in one direction. if you hook it ...
View entire post
Answer to: Difference between Wi-Fi, Bluetooth, Zigbee, and LoRa?
Theoretical questions
Admin
1 year ago
2 Relevance
... etc. range is basically just one room. Zigbee - this is the go-to for smart homes. think philips hue lights or smart sensors. they all talk to each other to create a bigger network (a "mesh"). super low power so batteries can last for ages. Lora - This is the long-distance king. LITERALLY means Long Range. We're talking KILOMETERS. The trade-off is you can only send tiny amounts of data. Perfect for a sensor WAy out in a field and uses almost zero power. So, For battery-powered devices? Go with Zigbee or LoRa. They're built for it. For long-range stuff ...
View entire post
RE: Is Arduino still relevant in 2024?
Arduino
Jeffmon
2 years ago
2 Relevance
Hi guys "Not cost effective " is a relative term. Yes the Arduino units are bulky and relatively expensive but in some (many) cases they are the only WAy to go. Using a single chip to do what an Arduino unit can do first requires a PCB to be designed and often several will need to be done before the design is ready. Prototypes then need to be made and again many, then components need to be purchased along with the inevitable out of stock lines sometimes requiring a redesign all blow out to often quite large production costs. I know I did this many times. T ...
View entire post
RE: Do I really need anti-static precautions when handling ICs?
Theoretical questions
Anju
11 months ago
1 Relevance
Good point! True, even small habits like grounding yourself or avoiding carpets go a long WAy if a full ESD setup isn’t available."
View entire post
RE: Do I really need anti-static precautions when handling ICs?
Theoretical questions
Kanishk
11 months ago
1 Relevance
@anju That’s a solid explanation! I’d just add that for hobby-level work, a full ESD setup isn’t always practical, but there are still simple precautions that make a big difference—like touching a grounded object before handling parts, working on a wooden or anti-static surface, and avoiding things like synthetic carpets. So while wrist straps and mats are ideal, even small habits can go a long WAy in protecting sensitive ICs.
View entire post
Page 2 / 6 Prev Next

Forum Search

Recent Posts

  • Admin

    RE: esp32 diagram connection

    @wmughal What do you want to achieve here exactly?

    By Admin , 4 months ago

  • DIY an RF power meter Based on STM32F103 + MAX4003

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

    By anselbevier , 4 months ago

  • esp32 diagram connection

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

    By wmughal , 4 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 , 5 months ago

  • Answer to: Bluetooth Speaker won't turn on

    Translator Sorry, this i...

    By servitec , 6 months ago

  • Bluetooth Speaker won't turn on

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

    By servitec , 6 months ago

  • Answer to: Why Fluke multimeters are so expensive?

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

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

Share:
Forum Information
Recent Posts
Unread Posts
Tags
  • 9 Forums
  • 278 Topics
  • 744 Posts
  • 0 Online
  • 287 Members
Our newest member: playwithcircuit
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 version 3.1.4

© 2026 eT Community • Built with GeneratePress