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 [[GLORION]] Biaya Tukang Plafon PVC Foam Board Murah Cisarua Kabupaten Bogor

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

 Sort Search Results by:


Page 6 / 7 Prev Next
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
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
Answer to: Are there any Arduino-compatible Wi-Fi modules that support 5GHz?
Arduino
TechPulse
1 year ago
1 Relevance
You see, most of the Mainstream Boards don't support it, there are a few options: ESP32-C6 and ESP32-C5 (newer chips by Espressif) are designed to support both 2.4GHz and 5GHz. However, they are relatively new and not yet as widely available or supported in the Arduino ecosystem as the original ESP32. Other options include using more powerful SBCs (Single-Board Computers) like Raspberry Pi, which can support dual-band Wi-Fi and integrate with Arduino if needed.
View entire post
Answer to: Difference Between delay() and millis() in Arduino?
Programming
Admin
1 year ago
1 Relevance
In-depth explanation of delay() VS millis() in Arduino: What is delay()?The delay(ms) function is a simple WAy to pause your program for a specific duration (in milliseconds). While using delay(), the microcontroller does nothing except WAit, effectively blocking all other code execution. Example: Blinking an LED using delay()Here’s a basic example of using delay() to blink an LED every second: const int ledPin = 13; void setup() { pinMode(ledPin, OUTPUT); } void loop() { digitalWrite(ledPin, HIGH); // Turn LED on delay(1000); // WAit for ...
View entire post
Answer to: Arduino UNO R4 Wi-Fi Project ideas!
Arduino
Admin
2 years ago
1 Relevance
... on a web interface.2. Remote-Controlled LEDs – Create a simple web-based LED controller using the Board’s Wi-Fi, allowing you to turn LEDs on/off from your phone.3. Wireless Sensor Hub – Connect multiple sensors (LDR, temperature, gas) and send the data wirelessly to another device using MQTT. Intermediate Projects 4. IoT-Based Smart Lock – Use an RFID module or fingerprint sensor to control a servo-motorized lock, with access logs stored on a cloud database.5. Real-Time Data Logger – Log sensor readings onto an SD card and simultaneously send them to Goo ...
View entire post
Answer to: RAM VS ROM VS Flash memory in Microcontrollers like Arduino?
Hardware/Schematic
Kanishk
2 years ago
1 Relevance
Think of these memory types in this WAy: const int myConstant = 42; // Stored in Flash (permanent) int myVariable = 10; // Stored in SRAM (temporary) EEPROM.write(0, 25); // Stored in EEPROM (permanent small data) Flash: Where the program itself is stored (const values stay here too). SRAM: Where runtime variables live (int myvariable). EEPROM: Stores values permanently (but with limited writes). ROM (bootloader in Flash): Loads your program when the Board starts. If you turn off the power, only Flash and EEPROM keep their data, while S ...
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: 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
Answer to: What connector do I need?
Circuits and Projects
Admin
2 years ago
1 Relevance
... and latch design are typical of JST PH connectors. To replace:Female Side (Cable): Search for “JST PH 2.0mm 2-Pin Female Connector with Wires” (pre-assembled).Male Side (PCB): Look for “JST PH 2.0mm 2-Pin Male Header” to solder onto the PCB. Alright, that mess on the Board? Totally fixable. You can try this: Grab some isopropyl alcohol (the stronger, the better – like 90%+). Find a soft toothbrush (or anything soft-bristled). No need to get aggressive here; gentle scrubbing works best. Dip the brush in alcohol and start scrubbing off the gunk. For real ...
View entire post
Answer to: STM32 vs Arduino: Which One is Better?
Hardware/Schematic
Sebastian
2 years ago
1 Relevance
... whole mindset. You’ll need to read datasheets, configure clock settings, and deal with low-level programming. The power is there, but it comes at the cost of simplicity. My advice: If you’re comfortable diving deep into hardware-level programming and WAnt to push your projects further, give STM32 a shot. Otherwise, maybe try a more powerful Arduino Board first, like the Arduino Due.
View entire post
Answer to: Arduino UNO R4 Wi-Fi Project ideas!
Arduino
Yvette
2 years ago
1 Relevance
Here is the list of UNO R4 WiFi projects I found during my research: 1. Weather Station Using Arduino UNO R4 WiFi & VisuinoBuild a weather station to monitor temperature, humidity, and pressure using sensors. The data is displayed and updated in real time using Visuino software.Project Link: Weather Station Project 2. Arduino UNO R4 WiFi ExperimentsExplore multiple small projects to familiarize yourself with the UNO R4 WiFi, including controlling the onboard LED matrix and creating simple WiFi apps.Project Link: UNO R4 WiFi Experiments 3. Home Automation with Web ServerSet up a home automation system using a local web server hosted on the Arduino UNO R4 WiFi. Control home appliances remotely without relying on third-party IoT platforms.Project Link: Home Automation System 4. LED Matrix AnimationsLearn how to program the built-in 12x8 LED matrix on the UNO R4 WiFi to display custom animations and graphics. A great project for beginners to practice coding and LED control.Project Link: LED Matrix Programming 5. Smartphone-like Device with AppsTransform the Arduino UNO R4 WiFi into a smartphone-like device with multiple apps, a keyboard, and cloud sync. An innovative project showcasing the Board's capabilities.Project Link: Smartphone-like Device Project 6. SparkFun Qwiic Kit IntegrationConnect various sensors and components using the SparkFun Qwiic Kit with the Arduino UNO R4 WiFi. This guide is ideal for experimenting with multiple peripherals.Project Link: SparkFun Qwiic Kit Guide P.S.: I tried some of these not all.
View entire post
Answer to: What’s the difference between a Microprocessor and a Microcontroller?
Theoretical questions
Admin
2 years ago
1 Relevance
... Unit) and needs external components like memory (RAM/ROM), input/output interfaces, and peripherals to work. Think of it as what you’d find in a computer, like an Intel Core i7 or an AMD Ryzen. It’s designed for complex tasks and multitasking. Applications: Computers, laptops, and smartphones. Flexibility: You get to design the system around it by adding the components you need. Microcontroller (MCU): A microcontroller, on the other hand, is more like an all-in-one package. It includes a CPU(a processor), memory (RAM/ROM), and peripherals like GPIO pins ...
View entire post
Answer to: Crystal oscillators vs ceramic resonators?
Arduino
Admin
2 years ago
1 Relevance
Absolutely, let’s break down the differences between crystal oscillators and ceramic resonators first. 1. Crystal Oscillator: Crystal oscillators are made from quartz and vibrate mechanically when an AC signal is applied, producing a precise and stable frequency. They are highly accurate and maintain their frequency well, even with changes in temperature or stray capacitance. This makes them ideal for applications requiring strict timing, such as communication protocols or clocks. 2. Ceramic Resonator: Ceramic resonators, while also vibrating mechanically when an AC signal is applied, are made from ceramic materials and are less accurate than quartz crystals. They can have slight variations in frequency due to temperature changes and aging, which isn’t ideal for timing-critical applications but is acceptable for many general-purpose uses. They are more cost-effective and compact, making them suitable for designs where high precision isn’t as critical. Why the Difference in Arduino Boards? The Arduino Uno uses a crystal oscillator made of quartz, for being highly precise and stable. It keeps the clock signal accurate with minimal drift over time and temperature changes but costs more. On the other hand, the Arduino Nano uses a ceramic resonator, less accurate compared to the crystal oscillator as already mentioned, but it comes with advantages: it’s smaller and more affordable. The resonator still provides a 16 MHz clock, but you might notice slight frequency variations due to temperature changes or aging. For most hobby projects where perfect timing isn’t crucial, the Nano’s resonator works just fine and helps keep the cost and size of the Board down.
View entire post
Answer to: Why should one buy original Arduino boards and not clones?
Arduino
Jignesh
2 years ago
1 Relevance
Honestly, it comes down to a few key factors. I’ve used both original Arduinos and clones, and here’s what I’ve noticed: 1. Quality of Components:Original Boards are made with high-quality components and go through strict testing. That means they're reliable and tend to last longer. With clones, the manufacturers often cut costs by using cheaper components, which sometimes leads to issues like bad voltage regulation or even random failures. It’s a bit of a gamble—you might get a good clone, or you might end up with something less reliable. 2. Support and Community:By buying an original Board, you’re supporting the Arduino team and their continued development of the platform. Plus, you can rely on their official support if something goes wrong. With clones, you’re on your own, and while the community can help, it’s not the same as having official support. 3. Price:The big reason people go for clones is price—they’re much cheaper, and for simple or throwaway projects, they can be a good choice. But for anything critical where reliability matters, I'd stick with the original. A few bucks saved upfront isn’t worth the headache of dealing with potential issues down the line. Clones are legal as long as they don’t use the Arduino logo or branding, but some knock-offs illegally slap the Arduino logo on them, which can be misleading. Supporting the original also helps the team keep developing new Boards and features.
View entire post
Answer to: New Pi Pico 2 by Raspberry Pi—What are your opinions?
RPi Pico
Admin
2 years ago
1 Relevance
... us a total of 12 state machines. 4 more than the original Security features Price- just $5 1 more ADC(total 4) and 8 more PWM(total 24) then the original Pico. Supports C/C++, Arduino IDE, Circuitpython and Micropython Now Disadvantages: Still no USB-C No reset button It would have been better if there WAs a built-in WiFi chip(link Pico W) if they WAnt to compete with ESP32. But of course, they will sell it separately as a new Board and call it Pico 2W. Please add to this if you think there are more. Also, will publish an in-depth article on Pico 2 ...
View entire post
Page 6 / 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 months ago

  • Admin

    RE: esp32 diagram connection

    @wmughal What do you want to achieve here exactly?

    By Admin , 5 months ago

  • DIY an RF power meter Based on STM32F103 + MAX4003

    As we all know, Radio frequency (RF) is a very importan...

    By anselbevier , 5 months ago

  • esp32 diagram connection

    i never use esp32 before i get diagram from claude i wa...

    By wmughal , 5 months ago

  • Admin

    RE: Motor driver not working properly

    @noochee Can you please share more details? Circuit dia...

    By Admin , 6 months ago

  • Motor driver not working properly

    I built an obstacle avoiding robotic car using Arduino,...

    By Noochee , 6 months ago

  • Answer to: Bluetooth Speaker won't turn on

    Translator Sorry, this i...

    By servitec , 7 months ago

  • Bluetooth Speaker won't turn on

    I know is not probably the best place for a newbie, the...

    By servitec , 7 months ago

  • Answer to: Why Fluke multimeters are so expensive?

    Totally agree with the points above. In my experience, ...

    By maryjlee , 10 months ago

Share:
Forum Information
Recent Posts
Unread Posts
Tags
  • 9 Forums
  • 312 Topics
  • 779 Posts
  • 2 Online
  • 298 Members
Our newest member: bahinaashley
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.5

© 2026 eT Community • Built with GeneratePress