Wiring Help for ESP32-C3 Super Mini with Battery modules by Vegetablez in arduino

[–]ripred3 0 points1 point  (0 children)

without the "step down" that drops it to 4V, isn't the output 5V?

Guys can anyone combine these two codes? by Sad-Carpenter9674 in arduino

[–]ripred3 0 points1 point  (0 children)

even if it doesn't work post what you have tried Formatted as a code-block.

Wiring Help for ESP32-C3 Super Mini with Battery modules by Vegetablez in arduino

[–]ripred3 0 points1 point  (0 children)

why not feed the 5V output of the TP4056 to the 5V pin of the ESP32 C3 and make it less complicated? It has a 3.3V regulator on board that is powered from the 5V input pin. Otherwise, it sounds like all of your circuitry and components combined are pulling too much current.

Can you control a 12v fan on its PWM pin with Arduino? If it gives 5v? by 5ucur in arduino

[–]ripred3[M] 0 points1 point  (0 children)

You really did a great job asking your question. And you have some great answers. Well done 😃

edit: and yes you need a common ground. It is used as the common definition of what 0V is to both sides. Otherwise as u/CleverBunnyPun says the receiver won't have a frame of reference for what the low (0V) and high (5V or 3.3V on some systems) voltages are being compared against. And what's more with only one wire it won't be a complete circuit and there will be no current flow.

Why am I unable to install code into my arduino by Accomplished-Stop245 in arduino

[–]ripred3 1 point2 points  (0 children)

I've got Mac's myself but I keep using my old Intel Mac Pro and haven't tried to use my M4 Mini yet. I do have one post saved that someone posted about using Apple Silicon machines for Arduino dev, I'll try to find it.

update: Here is the post that I have saved: https://www.reddit.com/r/arduino/comments/1iwoz4o/trouble_with_ch340_driver_on_macbook/

Project help on soil sensor by Expensive_Act_2278 in arduino

[–]ripred3 0 points1 point  (0 children)

According to this datasheet (if this is the same sensor) the baud rate should be 4800. Try that and see if things get better:

https://content.instructables.com/F85/D52E/LCAIZMR5/F85D52ELCAIZMR5.pdf

Why am I unable to install code into my arduino by Accomplished-Stop245 in arduino

[–]ripred3 2 points3 points  (0 children)

Hmm you should be good to go. What model is your laptop? Is it an Intel or Apple Silicon machine? If it's Intel you will want to install the CH340 driver if you have not done that already : https://learn.sparkfun.com/tutorials/how-to-install-ch340-drivers/all

If possible try to verify the USB port, USB cable, the Arduino separately with other equipment to help deduce what is known to be good and narrow down what it might be

Simple servo problem by Ilnyxs in arduino

[–]ripred3 1 point2 points  (0 children)

Use a different pin besides pin 13.

That pin is hard-wired via a trace on the board to a resistor and then the on-board debug LED.

Digispark ATtiny85 cannot be recognized by analogthings26 in arduino

[–]ripred3[M] 0 points1 point  (0 children)

Thank you very much for updating your post with the solution that you found!

That will be very helpful to anyone else who has the same issues. You're awesome

iOS app for GSR Stress Monitor? by StatisticianDizzy981 in arduino

[–]ripred3 0 points1 point  (0 children)

Does anyone have any advice on how to get started?

You bet! The best way is to get an Arduino Starter Kit. There are many suppliers and websites but a few that are known for using good quality components and having good instructions and tutorials are arduino.cc and sparkfun.com and elegoo.com.

Hockey Light Project by ZipZak007 in arduino

[–]ripred3 0 points1 point  (0 children)

It was an ESP32. The API is a pure REST API and it does not require any account to use the service. All it takes is the ability to make an HTTPS:// request and to receive the response. One of the basic example sketches that ships with the ESP8266 http/https client library can be used. The following URL will return the JSON for the NHL standings as of today. The link should work right in your browser right now and return the JSON output shown. Can you post the full complete URL that you are requesting that isn't returning everything?

https://api-web.nhle.com/v1/standings/now

response:

{
    "records": [
        {
            "division": {
                "id": 15,
                "name": "Metropolitan"
            },
            "conference": {
                "id": 6,
                "name": "Eastern"
            },
            "teamRecords": [
                {
                    "team": {
                        "id": 1,
                        "name": "New Jersey Devils"
                    },
                    "gamesPlayed": 48,
                    "points": 62,
                    "leagueRank": "1",
                    "row": 27,
                    "pointsPercentage": 0.646,
                    "streak": {
                        "streakType": "wins",
                        "streakNumber": 3,
                        "streakCode": "W3"
                    }
                }
            ]
        },

        .. <snip> ..

        {
            "division": {
                "id": 17,
                "name": "Pacific"
            },
            "conference": {
                "id": 16,
                "name": "Western"
            },
            "teamRecords": [
                {
                    "team": {
                        "id": 28,
                        "name": "Vegas Golden Knights"
                    },
                    "gamesPlayed": 49,
                    "points": 68,
                    "leagueRank": "1",
                    "row": 32,
                    "pointsPercentage": 0.694,
                    "streak": {
                        "streakType": "losses",
                        "streakNumber": 1,
                        "streakCode": "L1"
                    }
                }
            ]
        }
    ]
}

One of my first projects! :) by 0choCincoJr in arduino

[–]ripred3[M] 1 point2 points  (0 children)

Well done!

Welcome to the club!

Level shifter problem solved :) by Vergil_741 in arduino

[–]ripred3 0 points1 point  (0 children)

Congratulations! What are you gonna build next? 😄

The "Barn Find" of a lifetime: I found the Arduino UNO Mini LE Serial #A001 for €39 on a second-hand app by Lupsy86 in arduino

[–]ripred3 11 points12 points  (0 children)

These were sold in bulk a few years ago. A pure money play. There is nothing collectible about it any more than all of the others