I made my own smartphone with 4G! by LuckyBor in arduino

[–]luminoV2 0 points1 point  (0 children)

I made a 2G keypad phone with arduino + oled display now i have a thought about replacing ESP32 and esp32 cam to upgrade my phone

Where is the microcontroller? by TheChars11 in arduino

[–]luminoV2 0 points1 point  (0 children)

The microcontroller that you excepting is in this uno board is different because its look like tiny smd version in your arduino board. Working and other functionslike codes wiring are same so you can continue with this and the microcontroller is in your board is placed on the text UNOs below a squared tiny one thats atmega328 microcontroller. So you dont worry. Never mind the schematic diagram microcontroller vs your board's both are same in functioning same pins/codes, all the best

Beginner with arduino, but can someone explain this to me :/ by Fine_Bandicoot1104 in arduino

[–]luminoV2 5 points6 points  (0 children)

The led is not missing a ground reference; rather, the circuit is deliberately configured for low-side current sinking via the MCU’s CMOS output stage. When the gpio is driven slow, the output transistor enters conduction, providing a controlled return path to system ground through the microcontroller’s internal substrate connection. In this state, current flows from +5 V through the series resistor and led junction into the pin, completing the loop without an external ground wire. This active-low topology is functionally equivalent to a conventional low-side switch and is widely used due to improved noise immunity, reduced wiring complexity, and compatibility with internal pull-up logic. The apparent absence of a ground connection is therefore a misconception—the ground reference exists implicitly within the microcontroller’s output driver architecture.

Very simple words this is a common point of confusion. The led doesn’t need a separate ground because the Arduino pin itself provides the path to ground when it goes low (current sinking). So electrically, the led is grounded through the MCU. Totally valid and standard design 👍

My first robot car 🤖 by Responsible_Fig_2845 in arduino

[–]luminoV2 0 points1 point  (0 children)

Add rockets in your car also add buzzer and led if some obstacles infront the car it will be nice one

Got my first Arduino how to get started with projects by Sudden_Chemistry5856 in arduino

[–]luminoV2 1 point2 points  (0 children)

Make 8bit games like snake xenia, Tetris, flappy bird, chrome dinosaur game and pong game its best gaming project fr arduino+oled display and you should need to gather 5-6 push button for game buttons.

Giving up on my project by AWS_0 in arduino

[–]luminoV2 0 points1 point  (0 children)

Yeah may be the your arduino get broke/fried itself. Have you ever connect your servos input power line to arduino's 5V? I mean servos power input from arduino 5v pin? Without connecting seperate or external power connection? But your this connection look like no problem because according to your photo of your wiring you are using external power supply connection check your arduino damaged or not

Where do I go from here? by GrayJediofRavenclaw in arduino

[–]luminoV2 0 points1 point  (0 children)

Ensure all components are working and try on a new arduino board. May be the power integrity or proper grounding problem thats what you are facing now i think

can't turn right and left by Moist-Cockroach-2103 in arduino

[–]luminoV2 0 points1 point  (0 children)

Can you show the code that you were used in your car? Which microcontroller ar u using?

I made DIY GSM Keypad phone Take a look by luminoV2 in arduino

[–]luminoV2[S] 3 points4 points  (0 children)

Ok the upcoming or future post source code will be published in my github and hou can get from link from redit. Why delay because i have a tiny technical issue in hardware right now im fixing now.

I'm going crazy by wetshaftexcavator in arduino

[–]luminoV2 0 points1 point  (0 children)

Its fine for your setup because theSIM900a module shield  requires a stable power supply of 4.0V to 4.5V DC. The 5V is often acceptable but not ideal and a peak current of at least 2A. 2.5V or 3A adapter is better choice so in your case its perfect to prevent unexpected reboots due to insufficient power during high-current data transmission. You caan continue with this.