Skip to content
eT Community

eT Community

  • Forums
  • What’s New
  • Members
  • Recent Posts
  • Website
Forums
Search
 
Notifications
Clear all

Search result for:  WA 0821 1305 0400 [[ADEFA]] Jual Geofoam Lightweight Fill Wilayah Way Kanan Lampung

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

 Sort Search Results by:


Page 6 / 6 Prev
Answer to: Multiple LEDs using fewer Pins- how to expand Arduino GPIO pins?
Arduino
Admin
1 year ago
1 Relevance
... shift register, and you can daisy-chain multiple registers to control even more LEDs. This is a great solution if you need simple on/off control for your LEDs. Multiplexing – If you don’t need all LEDs to be on simultaneously, you can use a multiplexing approach. This involves arranging LEDs in a matrix where rows and columns are controlled separately, significantly reducing the number of GPIOs needed. However, since LEDs are turned on one at a time in rapid succession, brightness might be affected unless you use high-speed switching. LED Driver ICs (e.g. ...
View entire post
What connector do I need?
Circuits and Projects
GPag
2 years ago
1 Relevance
How can I tell what the specs are on this connector so I can replace it? I need both the male and female sides. Do any of the numbers around the connector tell what it is?It connects the PCB to a AAA battery compartment. Forgot that the batteries were left in and they caused corrosion. Also, what is the best WAy to clean up the PWB? Thanks Attachment : IMG_2024-12-17-175606.jpeg Attachment : IMG_2024-12-17-175047.jpeg Attachment :  IMG_2024-12-17-175758.jpeg
View entire post
Answer to: RAM VS ROM VS Flash memory in Microcontrollers like Arduino?
Hardware/Schematic
Admin
1 year ago
1 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: Confused About NODEMCU and ESP8266 – Are They the Same?
ESP32
Loris
2 years ago
1 Relevance
... low-cost Wi-Fi microchip with full TCP/IP stack and microcontroller capability. It WAs developed by Espressif Systems and has become very popular due to its low cost and ease of use in Internet of Things (IoT) projects and other applications requiring wireless communication. NodeMCU: On the other hand, NodeMCU primarily refers to two things associated with the ESP8266: Development Board: The NodeMCU development board is based on the ESP8266 microchip. It's a user-friendly and open-source IoT platform. It includes a firmware that runs on the ESP8266 ...
View entire post
Answer to: STM32 vs Arduino: Which One is Better?
Hardware/Schematic
Amelia
2 years ago
1 Relevance
... MHz). STM32 microcontrollers use 32-bit ARM Cortex processors with much higher clock speeds (ranging from 48 MHz to 216 MHz or more), giving them significantly better performance for complex calculations and multitasking. When to choose STM32: If you need higher processing power for tasks like advanced signal processing, real-time data handling, or running complex algorithms. When to choose Arduino: If your project is simple and doesn’t require high performance, sticking with an Arduino board might be easier and more straightforward. 2. Ease of Use and ...
View entire post
Answer to: Confused About NODEMCU and ESP8266 – Are They the Same?
ESP32
Admin
2 years ago
1 Relevance
... due to its low cost, small size, and decent processing power. The ESP8266 itself is just a chip, and while you can use it directly, it’s typically integrated into modules or development boards for easier use. NodeMCU: This term means two things: NodeMCU Development Board: This is a development board that features the ESP8266 chip (typically the ESP-12E or ESP-12F module). The NodeMCU board makes it easier to work with the ESP8266 chip by providing additional features like USB-to-serial conversion, a power regulator, and easy access to the GPIO (input/o ...
View entire post
Answer to: Best practical uses of continuity function on a multimeter?
Theoretical questions
Admin
2 years ago
1 Relevance
Hey there! The continuity function on a multimeter is super handy, especially when you're troubleshooting. It's the only function I have used more than a few hundred times. Sounds like you’re already on the right track using it to check connections, but here are some more WAys I’ve found it useful: Broken Wires: I use it all the time to check for breaks in wires. Especially when making breadboard projects. The jumper wires really annoy me when I find out the circuit is not working because of just that one faulty jumper wire. So now, before using any jump ...
View entire post
Answer to: Is It Safe to Control 15 LEDs Directly from Arduino Pins?
Hardware/Schematic
Admin
2 years ago
1 Relevance
... 200mA, you are safe. But how do we achieve this? Just use a resistor value big enough so that the current drawn from each pin is around 10mA to 12mA. One downside to this is that your LEDs may not light up properly or remain entirely OFF because of the low current. So the best WAy would be to use a driver like ULN2003. Hope this helps.
View entire post
Answer to: analogWrite() Used on Digital Pins Instead of Analog Pins?
Programming
Admin
2 years ago
1 Relevance
... the digital pins ON and OFF at a very high frequency creating a dummy analog signal. And there are 6 digital pins on UNO that supports this behavior- with a "~" symbol next to them (like 3, 5, 6, 9, 10, 11) When you use analogWrite(pin, value), you're controlling the duty cycle of the PWM signal A value of 0 means the pin is off all the time. A value of 255 means the pin is on all the time. Values in between control how long the pin stays on during each cycle, effectively simulating an analog voltage between 0 and 5V. So analogWrite function has nothing ...
View entire post
Page 6 / 6 Prev

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