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 Simple Bogor Barat Kota Bogor

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

 Sort Search Results by:


Page 5 / 6 Prev Next
Answer to: Arduino vs Teensy: Why will anyone choose Uno or Nano?
Arduino
Admin
1 year ago
1 Relevance
Spoke like a beginner 😉 Teensy definitely has WAy more power—faster processor, more memory, better I/O—but honestly, most people don’t need all that for basic projects. Uno and Nano are just Simple and work straight out of the box. Like if you're just blinking LEDs, reading sensors, or making a small robot, a Nano does the job perfectly. Also, there’s just so much support for Uno and Nano. Almost every beginner tutorial or sensor breakout example online is written for those boards. You plug it in, upload the sketch, and it works. Teensy is awesome ...
View entire post
Why does my ESP8266 keep restarting?
ESP32
DIY Electron...
1 year ago
1 Relevance
I just got a brand new ESP8266 and tried uploading a basic sketch (just a Simple Serial.begin() and a few prints), but as soon as it runs, the board keeps restarting in a loop. I haven’t connected any sensors or peripherals — just powered it via USB. The Serial Monitor keeps showing reset messages like rst cause: 4 or something similar. Is this normal for a new board? Could it be a power issue, bad code, or something else I’m missing?Would really appreciate any suggestions before I start panicking
View entire post
Answer to: Raspberry Pi Pico vs ESP32?
RPi Pico
DabieTech
1 year ago
1 Relevance
If you prefer a board that maintains a workflow similar to the Arduino Uno or Nano, the Raspberry Pi Pico offers a familiar development experience. It supports both C/C++ and MicroPython, making it a great option for experimenting with new programming environments while retaining a Simple and straightforward approach to hardware control. Its Programmable I/O (PIO) feature also opens the door to custom protocol development and precise timing applications, which aren’t easily achievable on traditional Arduino boards. On the other hand, if you're ready to explore more advanced capabilities such as Wi-Fi and Bluetooth connectivity, multitasking, or real-time data streaming, the ESP32 provides significantly more flexibility. It supports multiple programming environments—including the Arduino IDE—while offering powerful hardware features like dual-core processing, built-in wireless communication, touch sensors, and high-resolution ADCs. While the development process might initially seem more involved due to the richer feature set, the ESP32 is well-suited for complex or connected projects and offers long-term value for those interested in expanding their skill set.
View entire post
Answer to: How does LoRa communication work?
Theoretical questions
Amelia
1 year ago
1 Relevance
You're right—LoRa is impressive regarding long-range, low-power communication, and the secret behind that is how it sends data. Instead of regular radio signals like Wi-Fi or Bluetooth, LoRa uses something called Chirp Spread Spectrum (CSS). This is a special WAy of sending data by using signals that "sweep" across a range of frequencies (called chirps). This makes the signal very tough against interference and noise, so even if it's weak, the receiver can still pick it up. That’s why LoRa can communicate over 10–15 km in rural areas and 2–5 km in cities, a ...
View entire post
RE: What are some innovative ways to use an HC-SR04 ultrasonic sensor?
Arduino
xecor
1 year ago
1 Relevance
@bryan What are some innovative WAys to use the HC-SR04 ultrasonic sensor? This is a very interesting question! Traditionally, the HC-SR04 is used for distance measurement and obstacle avoidance, but its potential applications go far beyond that. Here are some innovative ideas: Multi-sensor Fusion Combine multiple HC-SR04 sensors and use algorithms to fuse their distance data, enabling more accurate environmental mapping and object recognition. Gesture Recognition Utilize the timing and intensity variations of ultrasonic echoes, combined with machine learn ...
View entire post
Answer to: Raspberry Pi Pico Vs Arduino Uno?
Arduino
Daniel
1 year ago
1 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
How to use an NRF24L01 module for wireless communication?
Arduino
PCBChronicle...
1 year ago
1 Relevance
... so I’m wondering what the best WAy to wire them is, especially to avoid issues with voltage drops. If anyone has a Simple example sketch or a reliable guide for basic communication between two modules, that would be a huge help. Also, are there any common mistakes or things I should WAtch out for when working with these modules? Any advice or suggestions would be greatly appreciated!
View entire post
Answer to: Why is grounding important in electronics?
Theoretical questions
Admin
1 year ago
1 Relevance
I feel like you are referring to Earthing(in Electrical systems) but got confused between Earthing and Grounding. Let me explain: Grounding in electronics provides a common return path for the current. Without a proper ground reference, your circuit just won’t function reliably. Even a Simple LED needs a return path to complete the loop. And it’s not just a good design habit, it’s a foundational principle for how circuits work. In digital and analog systems, ground acts as a voltage reference point. For instance, when you say a signal is 5V, it means 5V above ground. Earthing (also called grounding in some countries) in an electrical system means physically connecting certain parts of the electrical installation—like the metal frames of appliances to the Earth using a low-resistance wire. If a fault occurs and a live wire touches a metal body (like your fridge), earthing provides a direct path to the ground. This causes a large current to flow, which trips the breaker or blows a fuse—disconnecting the supply quickly and protecting people from electric shock. But here's a thing: Your Electrical system/appliances will still work without earthing, but it is very risky. So in conclusion, grounding in electronics is very different from Earthing in an Electrical system.
View entire post
Answer to: Why does my Servo motor Jitter instead of holding position?
Programming
Admin
1 year ago
1 Relevance
The jitter is most likely caused by power issues or signal noise. Since you're powering the SG90 servo from the Arduino's 5V pin, that might not provide enough current, leading to unstable movements. I've run into this before, and here’s what helped me fix it: Quick Fixes: Use an external 5V–6V power source for the servo instead of the Arduino’s 5V pin. Connect all GNDs together. Add a 100µF capacitor across the servo’s VCC & GND to stabilize power. Keep signal wires short to reduce interference. If the issue persists, try this Simple code to maintain position(let me know whether this works or not): #include <Servo.h> Servo myServo; void setup() { myServo.attach(9); } void loop() { myServo.write(90); delay(20); // Helps stabilize position } One more thing, if you’re using a cheap SG90 clone, some jittering is just part of the deal.
View entire post
Answer to: ESP32 Vs ESP8266?
ESP32
Admin
1 year ago
1 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: How does an operational amplifier (op-amp) work?
Theoretical questions
Amelia
1 year ago
1 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
Program to toggle LED state with a single button?
Programming
tricky_logic
1 year ago
1 Relevance
... tried using digitalRead() in a Simple if condition, but I suspect I need to debounce the button properly. Should I use delay(), or is there a better approach using millis()? Here’s my basic code: const int buttonPin = 2; const int ledPin = 13; bool ledState = false; void setup() { pinMode(buttonPin, INPUT); pinMode(ledPin, OUTPUT); } void loop() { if (digitalRead(buttonPin) == HIGH) { ledState = !ledState; digitalWrite(ledPin, ledState); delay(200); // Debounce delay? } } Is there a more reliable ...
View entire post
Answer to: Question About Using Arduino Pro Mini Library in Proteus V30
Arduino
Admin
2 years ago
1 Relevance
Just like any other circuit simulation, it lets you simulate your projects directly in Proteus, so you can test your circuits and code virtually before working with actual components. You can upload your Arduino sketches into the simulation, and it behaves just like the real board, making debugging and troubleshooting super convenient. And of course, you can interface modules and sensors. This makes it perfect for simulating real-world projects without the fear of damaging components. If you're just starting out, I recommend beginning with Simple projects like blinking an LED or reading a sensor value to get comfortable. Make use of Proteus's built-in tools, like virtual oscilloscopes and logic analyzers, to visualize your outputs and debug your circuits. Also, keep your component libraries updated to access the latest modules.
View entire post
Answer to: Which Arduino board is best for a smart home project?
Arduino
Admin
2 years ago
1 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 difference between Arduino Nano Every and Nano RP2040?
Arduino
Admin
2 years ago
1 Relevance
Well, these two are very different boards if you look at the specs. I do not understand why you are confused between these two boards. Arduino Nano Every: This board does not include built-in Wi-Fi or Bluetooth capabilities. It's suitable for projects that don't require wireless communication or where such features can be added externally if needed. Priced at approximately €15.30 (around ₹1,350), it's a cost-effective choice for basic projects. Arduino R02040 Connect: Equipped with the u-blox NINA-W102 module, it offers both Wi-Fi and Bluetooth connectivity. This makes it ideal for Internet of Things (IoT) projects or applications requiring wireless communication. Available for about €30.70 (around ₹2,700), reflecting its enhanced features and connectivity options. Which One Should You Choose? Nano Every: If you’re on a budget, don’t need wireless connectivity, or are working on Simple projects, this is an excellent choice. Nano RP2040 Connect: If your project needs built-in Wi-Fi or Bluetooth, or if you’re exploring more advanced or resource-intensive applications, this is the better option.
View entire post
Page 5 / 6 Prev Next

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
  • 2 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