Skip to content
eT Community

eT Community

  • Forums
  • Members
  • Recent Posts
  • Website
Forums
Search
 
Notifications
Clear all

Search result for:  WA 0821 1305 0400 Support Alat Tes kadar Emas Digital Murah Jombang Jawa Timur [[Tiga Pillar]]

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

 Sort Search Results by:


Page 5 / 7 Prev Next
# Post Title Result Info Date User Forum
Answer to: Why Fluke multimeters are so expensive?   2 Relevance 7 months ago maryjlee Equipments
  ... etc. Tough housing, drop-tests, high-CAT safety ratings. High accuracy, true-RMS, stable calibration. Long lifespan, Support and WArranty which reduce long-term cost. If you’re replacing a hobby-meter and don’t work in heavy duty applications, yes you might be fine with a cheaper brand. But if you need one tool that you can trust under serious conditions, the extra cost makes sense.
Answer to: Can ESP32 stream audio over Wi-Fi or Bluetooth?   2 Relevance 9 months ago Neil_Overtorn ESP32
  Yes, it’s possible to stream audio from an ESP32 over both Wi-Fi and Bluetooth, but the method depends on what you need. For Wi-Fi, many developers use the ESP-ADF (Espressif Audio Development Framework), which Supports protocols like HTTP, WebSocket, or RTP for audio streaming. Some lighter approaches involve ESPAsyncWebServer to stream raw or encoded data such as MP3. For Bluetooth, the ESP32-A2DP library works well for sending audio to headphones or speakers using the A2DP profile. In terms of performance, the ESP32-S3 and ESP32-A1S (with an external audio codec) are better suited than the standard ESP32 since they handle audio tasks more efficiently and have stronger Support in ESP-ADF. Wi-Fi generally provides higher bandwidth and better quality but can introduce noticeable latency, while Bluetooth offers simpler real-time streaming at the cost of codec limitations and range. Overall, the ESP32 is capable of decent audio streaming for IoT or hobby projects, though it won’t match dedicated audio hardware for high-fidelity or ultra-low-latency applications.
Answer to: Why do people use Teensy for custom keyboards instead of Arduino boards?   2 Relevance 9 months ago Harper ESP32
  The main reason Teensy is preferred for DIY keyboards is its native USB Support. Unlike most Arduino boards (like Uno, Nano, Pro Mini) that use a separate USB-to-serial chip, Teensy’s microcontrollers handle USB directly. This allows them to appear as a true USB HID device (keyboard, mouse, MIDI, etc.) without extra work. On top of that, Teensy boards generally offer more flash, RAM, and faster processors, which makes them well-suited for complex keyboard firmware like QMK or TMK that require custom layouts, macros, and lighting effects. The Arduino Uno/Nano can’t natively emulate a keyboard without workarounds, while Teensy Supports it out of the box.
Suggestions for a Handheld or Compact Oscilloscope?   2 Relevance 10 months ago PCBChronicles Equipments
  I’ve mostly used benchtop oscilloscopes available in my college lab, but now I’m looking to buy a portable oscilloscope that I can easily carry around for on-site Testing and general electronics work. Portability is important to me, but I don’t WAnt to compromise too much on performance or usability. Can anyone recommend a good portable oscilloscope—either handheld or tablet-style—that offers a decent balance of features, screen quality, and reliability? I’d prefer something with at least 2 channels, good battery life, and Support for basic measurements lik ...
Answer to: Best microcontroller or SBC for robotics?   2 Relevance 10 months ago nathan Theoretical questions
  If your robot needs both real-time motor control and higher-level processing (like computer vision or LIDAR), I’d recommend a hybrid setup. Use a Teensy 4.1 (or an STM32 if you're comfortable with it) to handle motor control, encoders, and IMU. Teensy is Arduino-compatible but much faster — 600 MHz and great real-time performance. Pair it with a Jetson Nano (or Raspberry Pi if you're not doing heavy vision tasks) for computer vision, path planning, and data logging. Jetson Nano has GPU Support and is great for running lightweight AI models or OpenCV. This combo gives you real-time performance where it matters and the flexibility of Linux for everything else. Communicate between the two using UART, I2C, or CAN depending on your latency needs. We've had good success with this kind of architecture in robotics projects using ROS. If you're using ROS2, check out micro-ROS for STM32 or rosserial for Teensy. Let me know if you need example setups or wiring tips.
Raspberry Pi OS vs Ubuntu vs DietPi — Which one is better?   2 Relevance 11 months ago Sophie RPi Pico
  I’m trying to decide between Raspberry Pi OS, Ubuntu, and DietPi for my Raspberry Pi, and I’d like to know which one is better overall or more suitable for different use cases. I’m mainly looking for: 1. Good performance (especially on lower-end models like Pi 3 or Zero) 2. Stability and long-term reliability 3. Ease of setup and use 4. Software compatibility and community Support If you've tried more than one of these, which OS do you prefer and why? Are there specific situations where one clearly stands out over the others? Any insights or personal experiences would be really helpful.
Answer to: Best Cheap as Possible ESP32 Boards?   2 Relevance 11 months ago Harper ESP32
  I've Tested several ESP32 boards, both branded and ultra-cheap clones, for basic IoT projects like Wi-Fi control, sensor data logging, and general experimentation. In terms of price-to-performance, the ESP32 DevKit V1 (based on the ESP32-WROOM-32 module) remains one of the most reliable and affordable options. You can usually find it for around $4–5 on AliExpress or Amazon. It offers stable Wi-Fi, full GPIO access, and solid Support in both the Arduino and ESP-IDF environments. However, some clones use low-quality voltage regulators (like the AMS1117), which can heat up or cause brownouts during Wi-Fi transmission. Another good option is the ESP32-C3 dev board, which usually costs around $3–4. It uses a RISC-V core and Supports native USB, which eliminates the need for a separate USB-to-Serial chip. It's also more power-efficient, making it a great choice for battery-powered applications. The only downside is that it has fewer GPIO pins and lacks dual-core performance. If you're willing to spend a little more, the ESP32-S3 boards (typically priced at $5–7) are also worth considering. They offer advanced features like USB-OTG and AI acceleration but may be overkill for basic use cases. As for ultra-cheap boards from platforms like AliExpress or Amazon, they do work—but with some caveats. While they’re perfectly usable for most beginner and intermediate projects, you may encounter issues such as weak voltage regulators, noisy ADC readings due to poor PCB layout, and lack of auto-reset for uploading code. Some of these boards also come with obscure USB-to-Serial chips, so it's better to stick with ones using CH340 or CP2102. When buying ultra-budget boards, look for those that use genuine Espressif modules (usually marked “ESP32-WROOM” on the metal shield), and always check seller ratings or community feedback. I hope this information will help you choose the right one!
Answer to: Can anyone suggest a new ESP32 board?   2 Relevance 11 months ago Paul ESP32
  Several new ESP32 boards have gained popularity in the community recently, each for different reasons depending on the use case—AI, low power, display integration, or future IoT protocols. Here's a breakdown of the most liked ones: ESP32-S3 1. Native USB Support (no external serial chip needed)2. Supports AI instructions for image/speech processing ESP32-C3 1. Based on RISC-V architecture 2. Ultra-low power for battery-operated devices M5Stack Series 1. Includes display, case, and built-in sensors2. Modular design for quick and easy prototyping ESP32-C6 1. Features Wi-Fi 6 + Bluetooth 5 + Thread/Zigbee Each has its strengths, so the "most liked" depends on the user's project needs. But overall, ESP32-S3 and ESP32-C3 are currently leading the popularity charts.
Answer to: Arduino vs Teensy: Why will anyone choose Uno or Nano?   2 Relevance 11 months ago Admin Arduino
  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 ...
Answer to: Raspberry Pi Pico Vs Arduino Uno?   2 Relevance 1 year ago Daniel Arduino
  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 ...
Answer to: How to secure your IoT devices from hacking?   2 Relevance 1 year ago Philippe Theoretical questions
  To secure your IoT devices from hacking, follow these seven steps before consulting an expert—most threats can be avoided this WAy: Change default usernames and passwords to strong, unique ones. Keep the firmware updated to patch known vulnerabilities. Use a separate network (such as a guest Wi-Fi) for IoT devices. Disable unused features like remote access or UPnP. Enable your router’s firewall and monitor network activity. Use WPA2 or WPA3 Wi-Fi security with a strong password. Research devices before buying—choose brands with good sec ...
Answer to: Pi Pico VS UNO: Which one is best for beginners?   2 Relevance 1 year ago Sophie Arduino
  Unfortunately, I don't agree with others on this. I’ve used both, and honestly, the Raspberry Pi Pico is a fantastic choice, even for beginners. Here’s why: Supports Python (MicroPython): If you’re new to programming, Python is easier to learn compared to C/C++ used with Arduino. More Powerful Hardware: The Pico has a dual-core processor and more memory, giving you room to explore complex projects as you grow. Affordable: It’s cheaper than the Uno, so if you mess something up (which we all do when learning), it’s not a big loss. That said, the community Support for the Pico isn’t as large as Arduino’s yet, but it’s growing fast. If you’re excited about learning Python alongside electronics, the Pico is a solid choice!
Question About Using Arduino Pro Mini Library in Proteus V30   2 Relevance 1 year ago Jane Will Arduino
  I’m a student working on embedded systems projects, and I recently came across the Arduino Pro Mini library for Proteus V30. I’m curious about how this library can make the simulation process easier for someone like me who doesn’t always have access to physical hardware. Does it allow for accurate Testing and troubleshooting of circuits? Also, how well does it integrate with Proteus V30? I’d love to learn more about its features and how I can use it effectively. Here’s the article I found about it: Arduino Pro Mini Library for Proteus V30. I’m also wondering if this library includes built-in Support for different modules or sensors commonly used with the Arduino Pro Mini. Does it make it easier to simulate real-world projects, like working with LEDs, motors, or displays? Any tips or advice for beginners like me would be greatly appreciated!
Page 5 / 7 Prev Next

Forum Search

Recent Posts

  • Admin

    RE: esp32 diagram connection

    @wmughal What do you want to achieve here exactly?

    By Admin , 2 months ago

  • DIY an RF power meter Based on STM32F103 + MAX4003

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

    By anselbevier , 2 months ago

  • esp32 diagram connection

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

    By wmughal , 3 months ago

  • Admin

    RE: Motor driver not working properly

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

    By Admin , 3 months ago

  • Motor driver not working properly

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

    By Noochee , 3 months ago

  • Answer to: Bluetooth Speaker won't turn on

    Translator Sorry, this i...

    By servitec , 5 months ago

  • Bluetooth Speaker won't turn on

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

    By servitec , 5 months ago

  • Answer to: Why Fluke multimeters are so expensive?

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

    By maryjlee , 7 months ago

  • Answer to: Can Raspberry Pi Replace a Home Router or Firewall?

    Yes, it’s definitely possible to turn a Raspberry Pi (e...

    By Divyam , 7 months ago

Share:
Forum Information
Recent Posts
Unread Posts
Tags
  • 9 Forums
  • 267 Topics
  • 724 Posts
  • 0 Online
  • 278 Members
Our newest member: VriplopLog
Latest Post: esp32 diagram connection
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  Powered by wpForo version 2.4.17

© 2026 eT Community • Built with GeneratePress