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]] Jasa Interior Design Kamar One Piece Murah Periuk Kota Tangerang

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

 Sort Search Results by:


Page 2 / 7 Prev Next
Answer to: How to identify LED terminals?
Theoretical questions
Sebastian
2 years ago
5 Relevance
Hi Aiden, To identify the anode and cathode of an LED, start with a visual inspection. Typically, the longer lead is the anode, and the shorter One is the cathode. If this method is not possible, another helpful visual indicator is the presence of a flat spot on the LED’s rim, which marks the cathode. If the internal structure is visible, the larger metal Piece (die) inside the LED is connected to the cathode. If visual cues are unclear, electrical testing can be performed. Using a multimeter set to diode mode, place the probes on the leads; a reading will indicate that the anode is connected to the positive probe. Alternatively, you can connect a battery and resistor, attaching the positive terminal to One lead. If the LED lights up, the connected lead is the anode. hope this will help
View entire post
Answer to: How is the job market for Electrical and Electronics Engineering graduates in the future?
Theoretical questions
Sebastian
11 months ago
5 Relevance
Electrical and Electronics Engineering (EEE) continues to offer solid career opportunities, though the nature of jobs is shifting with technology trends. Traditional industries like power generation, electrical utilities, and manufacturing still employ many EEE graduates, but the biggest growth areas are now in renewable energy, electric vehicles, IoT, automation, and semiconductors. For example, governments and companies are investing heavily in semiconductor Design and electronics manufacturing, which is creating strong demand for engineers with VLSI, embedded systems, and hardware Design skills. Similarly, the EV sector is growing quickly, opening up roles in motor control, battery management, and power electronics. Renewable energy and smart grid projects also need skilled engineers for integration, control systems, and energy storage solutions. Arduino, IoT, and automation skills are increasingly valued, as industries move toward Industry 4.0 and smart manufacturing. Compared to IT/software jobs, core engineering salaries can sometimes start lower, but with specialization in areas like VLSI, embedded Design, or power systems, EEE graduates often find higher-paying roles and more stable long-term opportunities.
View entire post
Answer to: Most used flip-flop in the industry?
Theoretical questions
electronic_G...
1 year ago
5 Relevance
... on the clock edge, which makes them really easy to understand and implement, especially when you're dealing with things like counters, registers, or finite state machines. On the other hand, flip-flops like JK and SR might seem more functional, but they come with added complications. For example, SR flip-flops can go into an invalid state if both inputs are high, and JK flip-flops—though they solve that issue—toggle in a WAy that can be tricky to manage in complex synchronous circuits. T flip-flops are mostly used in counters, but even they are usually ma ...
View entire post
Answer to: Li-ion vs. Li-Po Batteries: Which One Should I Choose?
Theoretical questions
Rashid
2 years ago
4 Relevance
If you need a battery with better durability, longer lifespan, and stable power delivery, go with Li-ion—ideal for general electronics and low to moderate power applications. If your project requires high discharge rates, lightweight Design, or a flexible form factor, Li-Po is the better choice—commonly used in drones, RC vehicles, and high-performance applications. Li-ion is more stable and lasts longer, while Li-Po is more powerful but requires careful handling.
View entire post
ESP32-C3 vs ESP32-S3 — which one to go with?
ESP32
zaid
12 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
ESP32 Vs ESP8266 - Which one to choose?
ESP32
Nitin arora
1 year ago
3 Relevance
I am a college student working on a project that requires a Wi-Fi-enabled microcontroller, but I am unsure whether to choose the ESP8266 or ESP32. I WAnt to understand how they compare in terms of processing power, memory, and additional functionalities. Also, since the budget is a factor, would the ESP8266 still be a good option, or is it worth spending more on the ESP32? Which One would be more suitable for a college project?
View entire post
Li-ion vs. Li-Po Batteries: Which One Should I Choose?
Theoretical questions
abhinav sing...
2 years ago
3 Relevance
I need a rechargeable battery for an electronics project but I'm unsure whether to go with Li-ion or Li-Po. I've heard they have differences in durability, power delivery, and safety, but I’m not sure which One would be the better choice. Could someone clarify their advantages and ideal use cases?
View entire post
Answer to: Why should one buy original Arduino boards and not clones?
Arduino
LogicLab
2 years ago
3 Relevance
I never faced any issues with Arduino UNO or Nano clones. It's all about your choice- Do you WAnt an original board(the tag of being called original) or are you happy with a clone One which is exactly the same!
View entire post
Answer to: Practical uses of Network Theorems
Theoretical questions
Nitin arora
1 year ago
5 Relevance
The network theorems you study in textbooks are more than just academic exercises — they’re essential tools that engineers use in real-world circuit Design and troubleshooting. For example, when Designing power supplies or signal conditioning circuits, we often replace a complex part of the system with its Thevenin equivalent to predict how different loads will behave — without redoing the entire analysis. In power systems, Thevenin models are used to study fault conditions and Design protection schemes. These theorems also help in impedance matching in audio or RF circuits to ensure maximum power transfer. Even in PCB Design, they allow you to estimate voltage drops or current flow when the load changes. So while they may seem theoretical, they are frequently used behind the scenes to simplify, simulate, and optimize real-world circuits.
View entire post
Answer to: RAM VS ROM VS Flash memory in Microcontrollers like Arduino?
Hardware/Schematic
Admin
2 years ago
4 Relevance
... sketch, it gets stored here permanently. It's like the hard drive on your computer – it keeps the code even when you turn the power off. So, when you power your Arduino back on, it knows what to do because the code is safe and sound in the Flash. SRAM (like RAM on your computer): This is your Arduino's working memory. When your code runs, it uses SRAM to store variables, temporary values, and all the stuff it needs to keep track of while it's running. Think of it like your computer's RAM – it's super fast, but it's volatile. That means when you turn the po ...
View entire post
Answer to: What is EEPROM in Arduino and how to use it?
Hardware/Schematic
Sebastian
2 years ago
4 Relevance
EEPROM (Electrically Erasable Programmable Read-Only Memory) allows you to store data even after the board is powered off. It's non-volatile. This makes it useful for storing things like settings, calibration values, or any data you WAnt to retain. Let's understand the different memory types in Arduino: SRAM: Works as temporary storage while the program is running. Data in SRAM is lost when the power is turned off. Flash Memory: The Arduino stores your program code here. Like EEPROM, flash memory is non-volatile, but you can't store or retrieve any data d ...
View entire post
RE: ESP32-C3 vs ESP32-S3 — which one to go with?
ESP32
Bhavish
12 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
Pi Pico VS UNO: Which one is best for beginners?
Arduino
catElectroni...
2 years ago
4 Relevance
Hello fellow tech enthusiasts, I am totally new to this field of microcontrollers. I saw my friend doing some cool projects using an Arduino board called UNO. This got me interested in buying myself One. After some research, I have narrowed it down to two popular options: the Raspberry Pi Pico and the Arduino Uno. Both seem great, but I'm not sure which One would be the best fit for a beginner like me. On One hand, UNO has a very active community and is easy to start with. On the other hand, Pico supports both Python and Arduino programming and is more powerful. I'm particularly interested in hearing from those who have used both platforms. Which One would you recommend for someone just starting out? Any specific pros and cons that might help me make a decision? Thank you very much.
View entire post
How do you design a PCB for high-frequency circuits?
Theoretical questions
Nitin arora
1 year ago
4 Relevance
I’ve mostly worked with low-frequency analog and digital circuits so far, but now I’m starting to explore high-frequency Designs (in the MHz to GHz range), and I’m realizing that PCB layout becomes much more critical at these frequencies. I’m looking for practical tips or best practices when Designing printed circuit boards (PCBs) for high-frequency circuits. 1. What factors should I consider for trace layout and impedance control? 2. How important is the PCB stack-up, and how do I decide on it? 3. What are the common mistakes to avoid in high-speed or RF PCB Designs?
View entire post
Page 2 / 7 Prev Next

Forum Search

Recent Posts

  • RE: Beginner Arduino Course —Any Recommendations?

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

    By playwithcircuit , 1 month 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 , 9 months ago

Share:
Forum Information
Recent Posts
Unread Posts
Tags
  • 9 Forums
  • 310 Topics
  • 777 Posts
  • 2 Online
  • 297 Members
Our newest member: Dye18
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