Skip to content
eT Community

eT Community

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

Search result for:  WA 0859 3970 0884 Biaya Bikin Gerbang Otomatis Menggunakan Arduino Murah Tawangsari Sukoharjo

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

 Sort Search Results by:


Page 3 / 7 Prev Next
Answer to: Pull-Up and Pull-Down Resistors in Arduino
Hardware/Schematic
Admin
2 years ago
2 Relevance
Imagine you have a button connected to your Arduino. You WAnt the Arduino to know when the button is pressed or not. Without a pull-up or pull-down resistor, when the button is not pressed, the input pin might randomly read HIGH or LOW because it’s floating—picking up noise from the environment. This makes it hard for the Arduino to know if the button is actually pressed or not. What Does "Pull-Up" and "Pull-Down" Mean?Pull-Up Resistor: It "pulls" the input pin to a HIGH state(like ON). To use it, simply connect a big value resistor(say 10K ohm) in series w ...
View entire post
What is the need of connecting a resistor with LDR for Arduino interfacing?
Hardware/Schematic
Deboojit
2 years ago
2 Relevance
Hi, Sorry for such a silly question but I am very new to Arduino. In the circuit, there is a resistor connected to the LDR. I don't quite understand its use. For LED I get it, to limit the current. But why with the LDR. Can't we directly connect it to the 5V and then to the analog pin?? Thanks very much. If found this circuit here. Attachment :  Arduino-LDR-circuit.png
View entire post
Answer to: Is Arduino still relevant in 2024?
Arduino
Jeffmon
2 years ago
2 Relevance
... size. The same can be said for all Arduino units. The UNO, NANO, MEGA etc are perfect as training aids and for those without the ability to produce pcbs but final products can be greatly reduced in size by using the ATMEL uController in custom pubs. I WAs an advocate for the PIC chip series and indeed I still am but since discovering Arduino I have become a fan. As yet in Arduino I am still a beginner but I have 50 years experience in designing electronics. Cheers Jeff Monegal
View entire post
How do I interface a 4–20 mA industrial sensor with an Arduino?
Arduino
Electronix
1 year ago
2 Relevance
I’m building a data logger using an Arduino and a few industrial sensors that output 4–20 mA current signals. Since the Arduino reads voltage on its analog pins, I plan to use resistors to convert the 4–20 mA current into a measurable voltage (0–5V range). Before I proceed, I’d appreciate some guidance: What resistor value is commonly used to convert 4–20 mA into a voltage safely readable by the Arduino ADC? Can I connect multiple sensors directly to separate analog pins using individual resistors? Do I need to worry about electrical isolation, common ground issues, or signal interference? Are there any recommended protection or filtering techniques for accurate readings? If anyone has a proven approach, example circuit, or tips for reading multiple 4–20 mA signals reliably with Arduino, I’d love to hear them.
View entire post
How can I build a basic RC car using Arduino?
Arduino
PCBChronicle...
1 year ago
2 Relevance
I WAnt to create a simple RC car using Arduino and need some guidance on the necessary components and setup. The plan is to control the car wirelessly but am unsure whether Bluetooth, RF, or Wi-Fi would be the best option. Additionally, I would like to know which Arduino board would be most suitable for this project and what type of motor driver should be used to control the DC motors. If there are any recommended libraries, circuit diagrams, or example codes to help get started, I would appreciate any suggestions.
View entire post
How to Integrate Amazon Alexa with Arduino Cloud?
Arduino
CircuitSpher...
1 year ago
2 Relevance
Hi everyone, For our school project, we’re building a robotic car that can be controlled using voice commands. We WAnt to integrate Alexa with Arduino IoT Cloud to make this possible but don't know how to set it up. What’s the best WAy to connect Alexa to Arduino IoT Cloud, and what challenges should we be aware of?
View entire post
RAM VS ROM VS Flash memory in Microcontrollers like Arduino?
Hardware/Schematic
Philippe
1 year ago
2 Relevance
I keep seeing RAM, ROM, and Flash memory mentioned in Arduino specs, but I’m not entirely sure what each one does. Like, where does my code get stored? Where does the Arduino keep variables while running? And what actually happens when power is lost? A simple explanation would really help clear things up!
View entire post
How to interface an SD card with Arduino?
Arduino
catElectroni...
1 year ago
2 Relevance
I WAnt to use an SD card with an Arduino to store and retrieve data, but I’m unsure about the wiring and code setup. What’s the best WAy to interface an SD card module with Arduino, and what libraries or considerations should I keep in mind?
View entire post
Which Arduino board is best for a smart home project?
Arduino
Jane Will
2 years ago
2 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
Answer to: Good Arduino IoT projects for a beginner?
Arduino
Admin
1 year ago
2 Relevance
Start with these simple IoT projectsJust type the project name in Google search.Tip: The best WAy to dive into IoT projects is to use an ESP32 board and program it using Arduino IDE. Smart Plant Monitoring SystemMonitor soil moisture, temperature, and humidity, and send data to the server in real time. Wi-Fi Controlled Home AutomationUse an Arduino and a relay module to control lights and fans via a web browser IoT Weather Station with DHT & BMP SensorsCreate a weather station that logs humidity, temperature, and pressure online using sensors li ...
View entire post
Answer to: Raspberry Pi Pico Vs Arduino Uno?
Arduino
Daniel
1 year ago
2 Relevance
I've used the Arduino Uno and the Raspberry Pi Pico, and I’d happily share my thoughts. If you're just getting started and have zero experience, the Arduino Uno is a great choice. It’s super beginner-friendly, has a huge community, and tons of tutorials that WAlk you through everything step by step—from blinking an LED to using sensors and motors. The Arduino IDE is also very simple to set up and use. On the other hand, the Raspberry Pi Pico is more powerful and supports MicroPython, which is great if you're interested in Python. However, the setup process ...
View entire post
Question About Using Arduino Pro Mini Library in Proteus V30
Arduino
Jane Will
1 year ago
2 Relevance
I’m a student working on embedded systems projects, and I recently came across the Arduino Pro Mini library for Proteus V30. I’m curious about how this library can make the simulation process easier for someone like me who doesn’t always have access to physical hardware. Does it allow for accurate testing and troubleshooting of circuits? Also, how well does it integrate with Proteus V30? I’d love to learn more about its features and how I can use it effectively. Here’s the article I found about it: Arduino Pro Mini Library for Proteus V30. I’m also wondering if this library includes built-in support for different modules or sensors commonly used with the Arduino Pro Mini. Does it make it easier to simulate real-world projects, like working with LEDs, motors, or displays? Any tips or advice for beginners like me would be greatly appreciated!
View entire post
Answer to: Can I connect a camera to Arduino UNO?
Hardware/Schematic
Admin
2 years ago
2 Relevance
Connecting a camera directly to an Arduino UNO is challenging due to its limited processing power, memory, and data transfer capabilities. It is not well-suited for handling image or video data, as it lacks the necessary resources to process large amounts of data efficiently. However, there are a few camera modules that can be used for basic image capturing, although the functionality will be quite limited. Also, its very difficult to interface them with UNO. The two camera modules supported by UNO, as far as I know, are: OV7670 Camera Module: Limited to very low resolutions (640X480 px maximum). The Arduino UNO's limited SRAM (2 KB) restricts the ability to capture and store high-resolution images. ArduCAM Mini: Designed specifically for low-power microcontrollers like the Arduino but is very costly. These modules come with built-in memory (FIFO buffer) that allows the Arduino to offload some of the image data storage and processing to the camera itself.
View entire post
How does Arduino handle floating-point operations?
Programming
electronicb_...
2 years ago
2 Relevance
I’m working on a project that requires floating-point calculations and would like to understand how Arduino handles them. How efficient are these operations, and what level of precision can I expect? Are there common issues like rounding errors or scenarios where floating-point math should be avoided, especially on boards like the Arduino Uno? Any insights would be greatly appreciated!
View entire post
How to Connect Multiple Sensors to a Single Arduino Pin?
Arduino
electronicb_...
2 years ago
2 Relevance
Is it possible to connect multiple sensors to a single Arduino pin? If yes, what are the best methods to achieve this without causing damage to the sensors or the Arduino? I’ve read about techniques like using multiplexers, resistor networks, or protocols like I²C and One-Wire, but I’m unsure which approach is most effective for different sensor types. Additionally, what precautions should be taken regarding voltage, current, and power requirements when connecting multiple sensors to ensure the setup works safely and reliably?
View entire post
Page 3 / 7 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 , 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 , 9 months ago

Share:
Forum Information
Recent Posts
Unread Posts
Tags
  • 9 Forums
  • 278 Topics
  • 744 Posts
  • 3 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.2

© 2026 eT Community • Built with GeneratePress