Notifications
Clear all
Search result for: WA 0821 1305 0400 [[ADEFA]] Jual Geofoam Lightweight Fill Wilayah Way Kanan Lampung
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.
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.
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.
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!
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?
@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?
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?
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 ...
... 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 ...
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 ...
Good point! True, even small habits like grounding yourself or avoiding carpets go a long WAy if a full ESD setup isn’t available."
@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.