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 2 / 7 Prev Next
Good Arduino IoT projects for a beginner?
Arduino
cooper
2 years ago
3 Relevance
I'm currently studying electronics engineering and have been assigned a Project based on Arduino IoT. Since we haven't been taught much in this field, I'm looking for simple yet educational Project ideas suitable for a student-level Arduino IoT Project. Projects involving sensors, microcontrollers, or cloud integration would be ideal.
View entire post
Answer to: Is it okay to power digital ICs directly from a Li-ion battery, or do I need regulation?
Theoretical questions
Harper
12 months ago
2 Relevance
A single Li-ion cell can swing from about 4.2 V when full to 3.0 V when empty, which is fine for parts designed for that range but dangerous for strict 3.3 V ICs — 4.2 V can exceed their absolute max rating and kill them. If you’ve got mixed 3.3 V and 5 V logic, use the right regulator (buck or LDO for 3.3 V, boost for 5 V) and add proper decoupling and level shifting. It keeps your chips safe, your logic stable, and avoids turning your portable Project into a post-mortem Project.
View entire post
ESP32 vs RP2040 – Which is better after Arduino?
ESP32
Neil_Overtor...
1 year ago
2 Relevance
I've worked with Arduino before and WAnt to try something new for my next robotics Project. I'm considering either the ESP32 or the RP2040. The Project might involve sensors and wireless communication. Which board would be a better step forward, and why?
View entire post
ESP32 Vs ESP8266 - Which one to choose?
ESP32
Nitin arora
1 year ago
2 Relevance
I am a college student working on a Project that requires a Wi-Fi-enabled microcontroller, but I am unsure whether to choose the ESP8266 or ESP32. I WAnt to understand how they compare in terms of processing power, memory, and additional functionalities. Also, since the budget is a factor, would the ESP8266 still be a good option, or is it worth spending more on the ESP32? Which one would be more suitable for a college Project?
View entire post
RE: Li-ion vs. Li-Po Batteries: Which One Should I Choose?
Theoretical questions
abhinav sing...
1 year ago
2 Relevance
@ankunegi Thanks for the breakdown, That really clears up the main differences. I’m leaning toward Li-ion since my Project doesn’t need super high discharge rates, and I’d rather have something more stable and long-lasting. That said, I am curious—have any of you used Li-Po in a general electronics Project (not RC, drones, or high-power stuff)? Is it worth considering for something like a portable IoT device, or would Li-ion still be the better choice?
View entire post
Electromagnetic Relay vs Solid-State Relay?
Theoretical questions
Digital Dyna...
2 years ago
2 Relevance
I’m working on an Arduino Project and trying to decide between using an electromagnetic relay or a solid-state relay. Could anyone explain the main differences and recommend which one might be more suitable for my Project?
View entire post
Difference between active and passive buzzer and how to identify them?
Theoretical questions
Paul
2 years ago
2 Relevance
I'm working on a Project based on a tank WAter level control system. I need to include a buzzer for sound alerts, but I know nothing about buzzers. I've come across active and passive buzzers, but I'm not sure which one would be the best choice for this Project. Can anyone provide information on which would be more suitable, the key differences between active and passive buzzers, and how to identify each type?
View entire post
Why is my Arduino running out of SRAM?
Arduino
Ashutosh
1 year ago
2 Relevance
... reduce dynamic memory usage and avoid fragmentation? How to monitor or estimate SRAM usage during runtime? Should String objects be avoided in favor of character arrays? When and how to use PROGMEM for storing large constant data? Looking for effective WAys to keep the Project stable and memory-efficient.
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: Electret Microphone vs Condenser Microphone?
Theoretical questions
Mehjabeen
2 years ago
2 Relevance
For a sound-activated security Project where you need to detect loud and sudden sounds (e.g., claps or door slams), an Electret Microphone is generally a better choice. Here’s why(see the image attached below.) Recommendation: Use an Electret Microphone for your Project. It is cost-effective, easy to interface with microcontrollers, and sensitive enough to detect sudden, loud sounds like claps or door slams. You can amplify its output using an op-amp circuit or a microphone module for better performance. Attachment :  Electret-vs-condenser-microphone.png
View entire post
Answer to: Is ESP32 the Best Microcontroller Board of All Time?
ESP32
nathan
2 years ago
2 Relevance
... That said, I recently tried the Raspberry Pi Pico W for a low-power Project, and I WAs impressed! It’s small, breadboard friendly, and has Wi-Fi built in just like an ESP board, which makes it a great choice for simpler tasks. If your Project doesn't need the extra power of the ESP32, it might be worth considering. Overall, I still reach for the ESP32 for most of my Projects, but I keep an eye on new boards like the Pico W for specific needs!
View entire post
What does P at the end of ATmega328p signify?
Hardware/Schematic
Dinesh bhard...
2 years ago
2 Relevance
Hello everyone I am currently working on a Project that uses the ATmega328P microcontroller, and I noticed that there are different versions of the ATmega328. Specifically, I am curious about the significance of the "P" at the end of ATmega328P. What does the "P" stand for, and how does the ATmega328P differ from other versions of the ATmega328? any specific features of the "P" version that I should be aware of for my Project?
View entire post
Page 2 / 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
  • 3 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