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 KitchenSet]] Ahli Lemari Dapur Sederhana Custom Logios Depok

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

 Sort Search Results by:


Page 1 / 2 Next
Answer to: Why do people use Teensy for custom keyboards instead of Arduino boards?
ESP32
Harper
11 months ago
10 Relevance
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.
View entire post
Why do people use Teensy for custom keyboards instead of Arduino boards?
ESP32
electronic_G...
11 months ago
7 Relevance
I’ve seen many DIY keyboard projects where people use a Teensy microcontroller rather than popular Arduino boards like the Uno, Nano, or Pro Mini. What makes the Teensy a better choice for keyboards? Is it related to USB support, performance, or something else.
View entire post
Answer to: Is Arduino still relevant in 2024?
Arduino
Jeffmon
2 years ago
6 Relevance
... size. The same can be said for all Arduino units. The UNO, NANO, MEGA etc are perfect as training aids and for those without the ability to produce pcbs but final products can be greatly reduced in size by using the ATMEL uController in Custom pubs. I WAs an advocate for the PIC chip series and indeed I still am but since discovering Arduino I have become a fan. As yet in Arduino I am still a beginner but I have 50 years experience in designing electronics. Cheers Jeff Monegal
View entire post
RE: ESP32-C3 vs ESP32-S3 — which one to go with?
ESP32
Bhavish
11 months ago
3 Relevance
Nicely explained! Do you know if the ESP32-C3’s USB Serial/JTAG can be extended to support HID with Custom firmware, or is it strictly limited to debugging and flashing?
View entire post
ESP32-C3 vs ESP32-S3 — which one to go with?
ESP32
zaid
11 months ago
3 Relevance
I need a board with native USB support for HID or Custom USB projects, and I’m trying to decide between the ESP32-C3 and ESP32-S3. Do both support native USB, and which one is more reliable for this purpose?
View entire post
RE: Li-ion vs. Li-Po Batteries: Which One Should I Choose?
Theoretical questions
Admin
1 year ago
3 Relevance
For a portable IoT device, Li-ion is generally the better choice because of its higher energy density and longer lifespan. It’ll give you more runtime per charge and is easier to manage in terms of charging circuits and protection. That said, Li-Po can work for IoT devices, but it’s usually overkill unless you have specific design constraints—like needing a really thin form factor or a Custom shape that standard Li-ion cells don’t fit. One area where Li-Po might make sense is if your device has occasional power spikes, since Li-Po batteries can handle higher discharge rates.
View entire post
How can I safely power a BLDC motor from a hard disk drive?
Theoretical questions
Anil_Tech
9 months ago
3 Relevance
I have a brushless DC motor taken from an old hard disk drive and I WAnt to power it safely for testing or small DIY applications. Since these motors are usually designed for specific control circuits, I’m not sure about the correct voltage, current, and driving method. What’s the safest WAy to power and control a hard drive BLDC motor? Should I use a dedicated ESC, a Custom driver circuit, or a microcontroller-based solution?Any tips for determining the correct pinout and avoiding damage to the motor would also be helpful.
View entire post
Answer to: ESP32-C3 vs ESP32-S3 — which one to go with?
ESP32
Jignesh
11 months ago
3 Relevance
Both the ESP32-C3 and ESP32-S3 feature native USB support, but their capabilities differ significantly. The ESP32-C3 offers a USB Serial/JTAG interface that works well for flashing, debugging, and simple USB device functions, but it’s somewhat limited if you WAnt to go beyond basic applications. In contrast, the ESP32-S3 includes full-speed native USB OTG support, allowing it to act as both a USB device and a USB host. This makes it far more suitable for HID or Custom USB projects like keyboards, mice, or other USB gadgets. Additionally, the S3 provides mo ...
View entire post
Answer to: Raspberry Pi Pico vs ESP32?
RPi Pico
DabieTech
1 year ago
3 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: Creative Ways to Use a Relay Module?
Theoretical questions
Nitin arora
1 year ago
3 Relevance
Relay modules are incredibly versatile and can be used in many creative and practical applications. Below are some ideas beyond just turning lights on and off: 1. Home Automation:Use a relay module to automate household appliances like fans, coffee makers, or even a WAter heater. These can be triggered using a microcontroller, voice commands (via Alexa or Google Assistant), or a mobile app. 2. Smart Irrigation System:Control WAter pumps or solenoid valves in a garden or farm setup. A soil moisture sensor can activate the relay to start WAtering only when n ...
View entire post
RE: Is Arduino still relevant in 2024?
Arduino
Harper
2 years ago
3 Relevance
I totally agree with Jeff. Building a Custom PCB including a microcontroller chip for a personal project such as automating your room is one thing and you may even save a few bucks than buying the dev board separately. But when you WAnt to sell this product to consumers that's a whole different story. You can't possibly think that assembling some parts on 10 PCBs and saving money is anything like doing business. It takes a lot to create a profitable business out of this.
View entire post
Answer to: What are your opinions about Teensy boards?
Arduino
Admin
2 years ago
3 Relevance
Teensy boards are incredible, especially for projects that need more power or advanced features. Here’s how they compare to Arduino: Performance: Teensy boards (like Teensy 4.1) have significantly more processing power. For example, Teensy 4.1 runs at 600 MHz, compared to Arduino Uno’s 16 MHz. They’re great for applications like real-time audio processing, high-speed data acquisition, or complex robotics. Features: Teensy supports USB HID devices out of the box, so you can create Custom keyboards, MIDI controllers, or gamepads. It has more RAM, Flash memory, and better peripherals compared to most Arduino boards. Ease of Use: Teensy integrates well with the Arduino IDE via the Teensyduino plugin, so transitioning from Arduino is pretty seamless. However, it does require a slightly steeper learning curve if you’re using its advanced features. If you’re working on high-performance or resource-heavy projects, Teensy is absolutely worth it
View entire post
Page 1 / 2 Next

Forum Search

Recent Posts

  • 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

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

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

    By Divyam , 9 months ago

Share:
Forum Information
Recent Posts
Unread Posts
Tags
  • 9 Forums
  • 278 Topics
  • 744 Posts
  • 0 Online
  • 287 Members
Our newest member: playwithcircuit
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 version 3.1.4

© 2026 eT Community • Built with GeneratePress