Skip to content
eT Community

eT Community

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

Search result for:  WA 0852 2611 9277 Biaya Renovasi Plafon PVC Online Terpercaya Sukamakmur Kabupaten Bogor

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

 Sort Search Results by:


Page 3 / 3 Prev
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: How to use Arduino to read values from a potentiometer?
Arduino
Admin
1 year ago
2 Relevance
... input pin, like A0 on your Arduino This setup allows the potentiometer to act as a voltage divider, and the middle pin will give you a variable voltage between 0V and 5V as you turn the knob. Upload this program: const int potPin = A0; void setup() { Serial.begin(9600); } void loop() { int potValue = analogRead(potPin); // Read value (0–1023) Serial.println(potValue); // Output the value to Serial Monitor delay(100); // Small delay for readability } Once the code is uploaded, open the Serial Mo ...
View entire post
Answer to: ESP32 Vs ESP8266?
ESP32
Admin
1 year ago
2 Relevance
Ok, I will make the choice of choosing between an ESP32 and ESP8266 as simple as possible for you: Price: If you check the Online stores, the price of ESP32 is almost double that of the ESP8266. So if you have a tight budget, ESP8266 is the more WAllet-friendly option. Processing Power: The ESP32 has dual cores and more memory, making it faster and better at handling multiple tasks. The ESP8266 has a single core, which might slow things down if your project is big. Extra Features: The ESP32 comes with Bluetooth (and sometimes more I/O pins), while the ESP8 ...
View entire post
Answer to: Suggest some good Electronics books?
Theoretical questions
TechTalks
2 years ago
2 Relevance
There are many books available in the market and Online that are commonly recommended. Here are five of the most notable ones: Practical Electronics for Inventors – Paul Scherz Ideal for hands-on learners, with practical examples and troubleshooting tips. The Art of Electronics – Paul Horowitz A comprehensive guide covering both analog and digital electronics. Make: Electronics – Learning by Discovery Perfect for beginners, featuring project-based, visual learning methods. How to Diagnose and Fix Everything Electronic – Michael Geier Focuses on troubleshooting, repair techniques, and diagnostics. Getting Started in Electronics – Forrest M. Mims Beginner-friendly, with simple projects and clear illustrations. These books cover a broad range of topics, from basic fundamentals to advanced concepts, making them suitable for learners at various levels.
View entire post
Answer to: Clock Frequency Discrepancy: Arduino Uno vs. Arduino Nano
Hardware/Schematic
Admin
2 years ago
2 Relevance
The Arduino Nano has a ceramic resonator instead of a crystal oscillator for doing the same job. Ceramic resonators are also capable of generating clock signals at specific frequencies, such as 16 MHz. They are generally less precise than crystal oscillators but still sufficient for many applications. Check the image below. You can learn more about them Online. Attachment :  Ceramic-resonator-in-Nano.jpg
View entire post
Page 3 / 3 Prev

Forum Search

Recent Posts

  • RE: Beginner Arduino Course —Any Recommendations?

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

    By playwithcircuit , 3 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
  • 279 Topics
  • 746 Posts
  • 7 Online
  • 289 Members
Our newest member: jass777
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