Notifications
Clear all
Search result for: WA 0812 2782 5310 RAB Renovasi Plafon Board Terpercaya Jebres Surakarta
I'm wondering if it's safe and reliable to power an Arduino Board (like Uno or Nano) using a regular phone charger through the USB port. Are there any voltage or current considerations I should keep in mind?
I'm trying to upload a sketch to my Arduino Board, but it keeps failing. I'm using the Arduino IDE, and I’ve double-checked my code—it compiles fine. However, during upload, I get an error message like “avrdude: stk500_recv(): programmer is not responding” or “timeout communicating with programmer.”
I've worked with Arduino before and WAnt to try something new for my next robotics project. I'm considering either the ESP32 or the RP2040. The project might involve sensors and wireless communication. Which Board would be a better step forward, and why?
I WAnt to create a simple RC car using Arduino and need some guidance on the necessary components and setup. The plan is to control the car wirelessly but am unsure whether Bluetooth, RF, or Wi-Fi would be the best option.
Additionally, I would like to know which Arduino Board would be most suitable for this project and what type of motor driver should be used to control the DC motors.
If there are any recommended libraries, circuit diagrams, or example codes to help get started, I would appreciate any suggestions.
@sophie Glad, you got the replacement for the faulty ESP Board.
... to tackle more complex tasks.
Personally, I’ve always appreciated the balance of power and simplicity with the original Pico, but these upgrades might make the Pico 2 a more versatile tool for hobbyists. I’m particularly interested in how the increased memory could improve multitasking on the Board. It might even make the Pico 2 a stronger competitor against some of the more expensive microcontrollers out there.
What blew me is the price they are selling it for, just $5 for this, is insane
That said, I’m also curious about power consumption and heat mana ...
... but may be difficult; a microcontroller + driver is great for learning but not the easiest.
To find the pinout, measure resistance with a multimeter: with 3 wires, all pairwise readings should match (the three phases); with 4 wires, the pin that reads the same to all others is the neutral; phase order only affects direction, so swap any two leads to reverse.
To avoid damage, never apply DC across two leads, don’t stall the rotor, keep leads short (with a decoupling capacitor near the driver), and WAtch temperature.
I²C is the best single interface choice for on-board sensors when the priorities are minimal pins, low power, and reliable data.
It uses just two shared wires, is supported by a wide range of low-power sensors, and enables software power-down strategies; address conflicts and pull-up sizing are the main practical considerations, both of which have straightforward hardware or firmware workarounds.
If desired, a follow-up reply can include example pull-up values, suggested load-switch parts for power gating, or a short checklist to confirm sensor address and sleep capability before PCB finalization.
I’ve seen AI camera modules (like ESP32-CAM, HuskyLens, and OpenMV) that can perform tasks such as face recognition, object tracking, and color detection. I’m curious about how these modules can be interfaced with an Arduino Board.
Can Arduino Uno or Nano handle direct data processing from these AI modules, or do they just act as a controller?
What’s the best WAy to connect them—UART, I2C, or SPI?
Are there any limitations when using AI modules with Arduino compared to ESP32 or Raspberry Pi?
Analog noise in Arduino readings is common, especially with sensors like potentiometers or temperature sensors. To reduce it, start by adding a 0.1µF to 1µF capacitor between the analog pin and ground to filter high-frequency noise.
Use a stable power source instead of USB and keep analog wires short to avoid interference. Shielding cables and using twisted pair wires can also help. On the software side, try an exponential moving average (EMA) filter for smooth readings without much delay.
You can also use
analogReference(INTERNAL)
for better voltage stability if your Board supports it. Combining basic hardware filtering with lightweight software smoothing usually provides the best results.
Yes, getting the voltage at different points as specified. I feel the Board WAs faulty from the beginning.
@sophie Can you check voltage at different points on the Board? Ex: Vin pin, 5V pin, etc.
Hey guys,
I recently purchased an ESP32-Wroom-32 dev Board(38 pins). When I connect it to the laptop using a USB, nothing happens. The COM port shows nothing and ESP32 is not detected by the system.
The power LED on ESP32 flashes two to three times before going off. Also, when pressing the Reset button, the LED flashes and then turns off.
Any help would be appreciated.
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!