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]] Supplier Erosion Control Mat Murah Sungai Penuh Jambi

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

 Sort Search Results by:


Page 4 / 7 Prev Next
Best microcontroller or SBC for robotics?
Theoretical questions
Aiden
11 months ago
1 Relevance
Hey everyone, My team is working on a robotics project and we're trying to decide which microcontroller or SBC to use. We're considering options like STM32, Teensy, Raspberry Pi, and Jetson Nano. The robot will need to handle real-time motor Control (for 4 wheels), work with sensors like IMUs, encoders, and possibly LIDAR or infrared for obstacle detection, and maybe even do some basic computer vision or data logging. We're looking for a platform that balances real-time performance, processing power, and ease of development. Would love to hear your suggestions or what’s worked for you in similar robotics projects.
View entire post
Best Cheap as Possible ESP32 Boards?
ESP32
TechyNik
12 months ago
1 Relevance
I’m looking to get started with ESP32 development and WAnt to find the most affordable board that still works reliably. There are so many variants out there—ESP32-WROOM, ESP32-C3, ESP32-S3, and countless clones. What are the cheapest ESP32 boards you've used that still perform well for basic projects like Wi-Fi Control, sensor data logging, or IoT experiments? Are the ultra-cheap boards from sites like AliExpress or Amazon worth it, or do they come with issues like instability or poor build quality?
View entire post
How to use Arduino to read values from a potentiometer?
Arduino
catElectroni...
1 year ago
1 Relevance
I have a potentiometer and WAnt to use it to Control a component like an LED or motor eventually, but for now, I just WAnt to read its values in the Serial Monitor using Arduino. How should I wire it, and what code should I use?
View entire post
Answer to: How does an operational amplifier (op-amp) work?
Theoretical questions
Amelia
1 year ago
2 Relevance
Operational amplifiers (op-amps) are essentially extremely powerful voltage amplifiers. They amplify the difference between two input voltages by a very large factor. However, this high gain is difficult to Control directly. To make op-amps useful, we introduce negative feedback. This means we feed a portion of the output signal back to the inverting input. This feedback loop forces the op-amp to behave predictably. A key consequence of negative feedback in some op-amp configurations is the creation of a virtual ground. When the non-inverting input is connected to ground and negative feedback is present, the op-amp actively works to keep the inverting input at the same potential as the non-inverting input (i.e., ground). This means the inverting input acts as if it's connected to ground, even though it's not physically connected. This virtual ground and negative feedback allow us to build various useful circuits: Amplifiers: By carefully choosing resistors in the feedback loop, we can precisely Control the gain of the amplifier. Inverters: we can invert the polarity of a signal. Buffers: We can create circuits that isolate different parts of a system, preventing one part from affecting another. In essence, negative feedback and the resulting virtual ground are the key concepts that turn a simple, uncontrolled amplifier into a versatile building block for electronics.
View entire post
Answer to: Which Arduino board is best for a smart home project?
Arduino
Admin
1 year ago
2 Relevance
Hey there, For a smart home project that involves Controlling lights, monitoring temperature, and possibly adding security features, Arduino boards with built-in wireless communication would be your best bet. I recommend the Arduino Nano 33 IoT. But if you WAnt something better than an Arduino board then go for an ESP32 board, you will not be disappointed. ESP32 Doit Devkit V1: This board is very popular for IoT projects because it has built-in Wi-Fi and Bluetooth. It’s powerful, affordable, and has plenty of GPIO pins for connecting sensors and modules. ...
View entire post
Answer to: What is the function of a flyback diode in relay circuits?
Theoretical questions
Amelia
2 years ago
2 Relevance
A diode across a relay coil is necessary to protect the Control circuit from voltage spikes caused by the collapsing magnetic field when the relay is turned off. This spike, also known as back-EMF, can damage sensitive components like transistors or microcontroller outputs. In most cases, including the diode (a flyback or freewheeling diode) is essential, especially in low-voltage Control circuits. The diode provides a safe path for the current, dissipating the energy harmlessly. However, in some situations, such as when the relay is Controlled by a robust circuit or a mechanical switch, the diode might not be strictly necessary. Additionally, if the circuit already includes another protection mechanism, like a TVS diode or RC snubber, the standard flyback diode might be omitted. That said, including the diode is generally a good practice to ensure circuit longevity and reliability.
View entire post
Answer to: BJT VS MOSFET- Current controlled vs Voltage controlled
Theoretical questions
Rashid
1 year ago
1 Relevance
The most important difference between a BJT and a MOSFET lies in their Control mechanism. A BJT is a current-controlled device, meaning it requires a continuous base current to operate. In contrast, a MOSFET is voltage-controlled, where applying a voltage to the gate Controls the device with little to no gate current. This fundamental distinction affects how each device is used: MOSFETs are generally more power-efficient and preferred in switching applications, while BJTs are often chosen for analog circuits due to their better linearity.
View entire post
How to interface a 16x2 LCD with Arduino without a potentiometer?
Arduino
CircuitFlow
1 year ago
1 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
Creative Ways to Use a Relay Module?
Theoretical questions
NextGenTech
1 year ago
1 Relevance
I’ve recently started experimenting with relay modules and WAs wondering what interesting or creative WAys people have used them in their projects. Aside from the usual light or fan Control, are there any unique applications where a relay module played a key role? I'd love to hear ideas that go beyond the basics—home automation, DIY gadgets, security systems, or anything unusual. Looking forward to your suggestions!
View entire post
Answer to: Arduino UNO R4 Wi-Fi Project ideas!
Arduino
Yvette
2 years ago
2 Relevance
Here is the list of UNO R4 WiFi projects I found during my research: 1. Weather Station Using Arduino UNO R4 WiFi & VisuinoBuild a weather station to monitor temperature, humidity, and pressure using sensors. The data is displayed and updated in real time using Visuino software.Project Link: Weather Station Project 2. Arduino UNO R4 WiFi ExperimentsExplore multiple small projects to familiarize yourself with the UNO R4 WiFi, including Controlling the onboard LED Matrix and creating simple WiFi apps.Project Link: UNO R4 WiFi Experiments 3. Home Automation with Web ServerSet up a home automation system using a local web server hosted on the Arduino UNO R4 WiFi. Control home appliances remotely without relying on third-party IoT platforms.Project Link: Home Automation System 4. LED Matrix AnimationsLearn how to program the built-in 12x8 LED Matrix on the UNO R4 WiFi to display custom animations and graphics. A great project for beginners to practice coding and LED Control.Project Link: LED Matrix Programming 5. Smartphone-like Device with AppsTransform the Arduino UNO R4 WiFi into a smartphone-like device with multiple apps, a keyboard, and cloud sync. An innovative project showcasing the board's capabilities.Project Link: Smartphone-like Device Project 6. SparkFun Qwiic Kit IntegrationConnect various sensors and components using the SparkFun Qwiic Kit with the Arduino UNO R4 WiFi. This guide is ideal for experimenting with multiple peripherals.Project Link: SparkFun Qwiic Kit Guide P.S.: I tried some of these not all.
View entire post
Answer to: What is a BLDC motor? How it actually works?
Theoretical questions
Admin
2 years ago
2 Relevance
... time. You’ll find BLDC motors in things like drones, electric cars, power tools, and even PC cooling fans. They’re everywhere these days because they’re compact, powerful, and pretty low-maintenance. How it Works: Rotor and Stator: The rotor (which spins) has permanent magnets, while the stator (which stays still) has coils that generate a magnetic field. Electronic Control: Instead of brushes, it uses an electronic Controller to switch current through the stator coils in a specific sequence, creating a rotating magnetic field. Magnetic Attraction: This ...
View entire post
Answer to: How does a boost converter work?
Theoretical questions
Paul
1 year ago
1 Relevance
A boost converter increases DC voltage. It uses an inductor to store energy when a switch is on, then releases that energy plus the input voltage to the output when the switch is off. Rapid switching and a diode Control the process, and a capacitor smooths the output.
View entire post
Multiple LEDs using fewer Pins- how to expand Arduino GPIO pins?
Arduino
SparkLab
1 year ago
1 Relevance
Hi everyone, I WAnt to Control multiple LEDs but I don’t have enough GPIO pins left on my microcontroller because other components are already using them. What are the best methods to do this efficiently? I’ve heard about shift registers and multiplexing, but I’m not sure how they work or which one is better. Any suggestions?
View entire post
Which Arduino board is best for a smart home project?
Arduino
Jane Will
1 year ago
1 Relevance
Hey everyone, I’m a student and just starting with Arduino. I’m planning to build a simple smart home system where I can Control lights, temperature, and maybe security features. I’m not sure which Arduino board would be best for this kind of project, especially since I’ll need wireless communication like Wi-Fi or Bluetooth. Also, if anyone has any tips on sensors or modules to use for smart home applications, that would be awesome! I’m excited to get started and would love any advice you can share. Thanks in advance!
View entire post
Page 4 / 7 Prev Next

Forum Search

Recent Posts

  • Admin

    RE: esp32 diagram connection

    @wmughal What do you want to achieve here exactly?

    By Admin , 3 months ago

  • DIY an RF power meter Based on STM32F103 + MAX4003

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

    By anselbevier , 3 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 , 4 months ago

  • Motor driver not working properly

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

    By Noochee , 4 months ago

  • Answer to: Bluetooth Speaker won't turn on

    Translator Sorry, this i...

    By servitec , 5 months ago

  • Bluetooth Speaker won't turn on

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

    By servitec , 5 months ago

  • Answer to: Why Fluke multimeters are so expensive?

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

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

Share:
Forum Information
Recent Posts
Unread Posts
Tags
  • 9 Forums
  • 277 Topics
  • 742 Posts
  • 2 Online
  • 286 Members
Our newest member: No-Profile-1245
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.1

© 2026 eT Community • Built with GeneratePress