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 [[Tigapillar]] Harga Jasa Hidroseeding Green Project Mamuju Sulawesi Barat

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

 Sort Search Results by:


Page 5 / 7 Prev Next
Answer to: Can anyone suggest a new ESP32 board?
ESP32
Rashid
1 year ago
1 Relevance
... also the P4-Function-EV-Board if you WAnt to experiment with multimedia interfaces or build smart displays (it supports a 7-inch touchscreen). For IoT stuff, ESP32-C6 is really catching on. It supports Wi-Fi 6, BLE 5.3, Thread, and is Matter-ready. Boards like the XIAO ESP32C6 (from Seeed) or the ESP32-C6 DevKitC-1 from Espressif are solid picks if you're working on low-power or Matter-based devices. Also worth mentioning: 1.Arduino Nano ESP32: Compact, beginner-friendly, and based on the ESP32-S3. 2.ESP32-S3-BOX-3: Powerful AIoT dev kit in a ni ...
View entire post
Answer to: Good Arduino IoT projects for a beginner?
Arduino
Jignesh
1 year ago
1 Relevance
... thresholds + cloud alerts. 2. Smart Plant Mood Monitor Combine a soil moisture sensor, light sensor, and temp sensor. Based on readings, display your plant’s "mood" using emojis on an OLED or in a mobile app. Could also send WAtering reminders if the soil is dry. 3. Wi-Fi Jammer Detector With just an ESP8266, you can scan Wi-Fi channels and detect when there's suspicious interference or sudden drops in signal — send an alert if something looks off. Simple but cool networking concept. 4. IoT Trash Bin Level Monitor Use an ultrasonic sensor to measure h ...
View entire post
How can I run multiple tasks at once without using delay() in Arduino?
Arduino
J.Smith
1 year ago
1 Relevance
I'm working on an Arduino Project where I need to run multiple tasks simultaneously—for example, blinking an LED, reading a sensor, and checking for button input. Initially, I used delay() for timing, but I realized it blocks the program and prevents other tasks from running smoothly. What is the recommended WAy to handle timing and run multiple tasks without using delay()?Should I use millis() or is there a better approach like using timers or a task scheduler? I'd appreciate examples or tips on how to structure the code for multitasking in Arduino.
View entire post
Answer to: What are some innovative ways to use an HC-SR04 ultrasonic sensor?
Arduino
electronicb_...
1 year ago
1 Relevance
There are countless WAys to use the HC-SR04 sensor in creative Projects, one of the most impactful applications is helping visually impaired users by alerting them to nearby obstacles. It’s also highly effective in interactive art installations that respond to motion, DIY parking assist systems, visitor counters at doorways, and smart shelves that monitor inventory levels. You can even use it for fun and educational Projects like reaction timer games or plant WAtering reminders based on changes in soil level. So, you can use it in various WAys depending o ...
View entire post
Electret Microphone vs Condenser Microphone?
Theoretical questions
Philippe
2 years ago
1 Relevance
hey everyone, I’m working on a security Project where the system activates (e.g., triggers an alarm or lights up an LED) when it detects a loud sound, such as a clap or a door slam. While researching, I came across both electret and condenser microphones, but I’m unsure which one would be better for this application. Can anyone help me decide which microphone to use?
View entire post
Measuring current with oscilloscope?
Equipments
Digital Dyna...
2 years ago
1 Relevance
I’m working on a Project where I need to check the current drawn by a circuit during different states. Is it possible to use an oscilloscope for this?
View entire post
Answer to: Electromagnetic Relay vs Solid-State Relay?
Theoretical questions
TechSpark
2 years ago
1 Relevance
For most Arduino Projects, solid-state relays (SSRs) are often the preferred choice. They offer faster switching speeds, silent operation, and excellent electrical isolation. However, for high-current, high-voltage applications or harsh environments, electromagnetic relays (EMRs) might be more suitable due to their robustness and lower cost. Ultimately, the best choice depends on the specific requirements of your Project, such as the load, switching frequency, and environmental conditions.
View entire post
Answer to: STM32 vs Arduino: Which One is Better?
Hardware/Schematic
electronicb_...
2 years ago
1 Relevance
I think it really depends on the type of Projects you're working on. If you're mainly doing simple LED displays, motor control, or basic IoT Projects, Arduino boards are perfect. They’re simple and get the job done without much hassle. But if you WAnt to dive into audio processing, real-time data acquisition, or anything that requires heavy computation, STM32 is a beast. I switched over when I started working on a DIY oscilloscope Project because I needed faster ADC and more memory.
View entire post
Answer to: What are interrupts in Arduino, and how are they used?
Arduino
Admin
1 year ago
1 Relevance
... to bake a cake. Your loop() function is carefully measuring flour, mixing ingredients, and so on. Now, what if the doorbell rings? Without interrupts (the loop() WAy): You'd have to finish a major step in your recipe (like mixing the batter) and then quickly run to the door to check if anyone is there. If your recipe step takes a long time, your visitor might get impatient and leave. This is called polling – repeatedly checking the state of something. With interrupts: The moment the doorbell rings, you'd immediately pause what you're doing (even if you're ...
View entire post
How to interface a temperature sensor with an ESP32?
ESP32
Electronix
1 year ago
1 Relevance
Hi everyone, I'm working on my college Project titled "Temperature Monitoring System using ESP32", where I'm using a DHT11 sensor to measure temperature and humidity. I connected the sensor to my ESP32 board as follows: 1. VCC to 3.3V 2. GND to GND 2. DATA to GPIO4 I installed the Adafruit DHT library, uploaded the example sketch, and opened the Serial Monitor. But instead of getting temperature readings, it keeps printing Failed to read from DHT sensor! And sometimes it shows 0.00 °C, which is wrong. I tried the following, but still couldn’t get consistent results: 1. Double-checked wiring 2. Used different GPIO pins 3. Increased delay between reads Any help would be greatly appreciated!
View entire post
Suggest some good Arduino books?
Arduino
Alfred Alons...
2 years ago
1 Relevance
Hello everyone, I’m interested in learning robotics, and I’d like to start by getting a solid foundation in Arduino. Could anyone recommend books that cover Arduino programming with a focus on robotics applications? Practical Project examples and guidance on controlling motors, sensors, or basic robotic systems would be especially helpful.
View entire post
Answer to: What is the difference between L293D and L298N Motor Driver?
Theoretical questions
TechSpark
2 years ago
1 Relevance
Hey Tristan, The L293D and L298N are both H-bridge motor drivers commonly used to control DC motors, but they have some key differences. I’ve summarized these in the table below, allowing you to easily compare and choose the one that best suits your Project requirements. Attachment :  Difference-between-L293D-and-L298N.png
View entire post
RE: STM32 vs Arduino: Which One is Better?
Hardware/Schematic
Admin
2 years ago
1 Relevance
@catelectronics It depends. Can you explain the Project or application for which you will use the microcontroller?
View entire post
What is the difference between L293D and L298N Motor Driver?
Theoretical questions
Tristan
2 years ago
1 Relevance
Hey everyone, I’m a bit confused about the differences between the L293D and L298N motor drivers. They both seem to be used for controlling DC motors, but I’m not sure which one I should be using for my Project. From what I understand, they have different current and voltage ratings, but I don’t quite get how that affects the choice between them. Could someone help clarify when to use the L293D vs. the L298N? Are there any situations where one is clearly better than the other? Thanks
View entire post
Answer to: ESP32 vs RP2040 – Which is better after Arduino?
ESP32
Janet
1 year ago
1 Relevance
The table below will definitely give you an idea of what’s best for you, according to me: If your Project needs wireless communication and more built-in features, the ESP32 is the better step forward.If you're experimenting on a budget or WAnt to dive deeper into hardware control, the RP2040 is also a great pick (especially the Pico W if you still WAnt Wi-Fi). Attachment :  Screenshot-1583.png
View entire post
Page 5 / 7 Prev Next

Forum Search

Recent Posts

  • RE: Beginner Arduino Course —Any Recommendations?

    @rahav When I started learning Arduino, I realized that...

    By playwithcircuit , 2 weeks ago

  • 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

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