Arduino

A

Arduino

Official Arduino Discord - Discuss all things Arduino!

Join

hardware-help

coding-help

official-product-help

project-showcase

general-help

pcb-help

adafruit-help

official-product-help

robotics-help

sensors-help

coding-help

hardware-help

esp-help

pi-help

i2c-serial-help

Ran out of analog pins

hi guys so i am making a project that requires 7 force sensors, but arduino uno only has 6 analog pins. is there any way for me to get more analog pins (without upgrading arduino)?

Nano 33 Rev 2 Broke

I only got this yesterday but its not working anymore. When i plug in the power the led will sometimes turn on and sometimes work, if i squeeze the board together it will stay on a little more. It also wont connect to the ide anymore. It also gets pretty hot when i plug it in.

EBYTE E01-2G4M27SX Module help

Hi guys, Ive got a quick question. The module has a IPEX Connector - unfortunately I cant find any information about which connector it uses and how I can find a similar connector on LCSC https://www.lcsc.com/datasheet/C2971733.pdf...
No description

Raspi 4 to Esp32 connection via hotspot

hello, I'm new to this. So me and my friends are planning to purchase two esp32 for a project. Our plan to connect the two esp32 to the hotspot of our Raspberry Pi 4 for the Pi to control the esps and to pass data around. Is our plan possible? We are on a strict budget so we want to make sure that our plan is possible before purchasing.

Em5820 not receiving commands

My thermal printer cant seem to receive commands Here is the code #include <SoftwareSerial.h> SoftwareSerial Printer(5, 6); // RX, TX...
No description

Arduino nano burned

So this is my setup i am powering the arduino nano from my pc usb it is must for me cuz it takes data from my input and the expansion board is taking 12v 5a and 2 mg996r servo is connected to the expansion board so whats wrong here why my nano got burned
No description

4 motors 4 dof arduino

So my problem is that I have a diagram on 3 motors and I would like to put on 4 motors but how to do it thank you
No description

Help with fixing CPAP

Hi guys I know its not arduino related. But I really like help with this since its health related. All I know so far is that it started losing turbine power. Tonight it stopped once, then I simply restarted it believing I was dreaming or something. Then it stopped a few hours later. I could not restart it. It started beeping and now shows this message. That's all I know so far.
No description

Need 15mah curved lipo

Im making a smart ring from esp32 c3 SoC and need a curved lipo battery give recommendations thx πŸ™‚

Need connections help for the electronics

I was doing a project at where the Nema17 stepper motor should uplift the weight of 300gms. Got the leadscrew,nema17-4kg.cm torque. driver- DRV8825. Arduino-UNO R3. Adapter-12V,5A (input220v AC.output12V DC). Screw terminal bar....

Rfid and photoresistor controlled lamp.

I've bought all the modules and items I think I need, and I'm a complete begineer, can someone help me to understand a few things?

Super Capacitor Accumulator for Racing Gocart

I am on an engineering team working on an electric go-cart for the E-Velocity competition. We are trying to figure out how it would be possible to build a super capacitor accumulator to give us an advantage. The theory is that because the competition is limited to 2kw of battery draw that when we are not using the throttle (eg cornering/breaking) we would be able to store the energy in a super capacitor in order to use it later as a 'boost'. Any help is appreciated as this is a problem of implementation....

HELP THIS ERROR IS HAVING ME GO CRAZY

I have tried a different cabel, computer, and board and it still gives me this Sketch uses 1930 bytes (5%) of program storage space. Maximum is 32256 bytes. Global variables use 50 bytes (2%) of dynamic memory, leaving 1998 bytes for local variables. Maximum is 2048 bytes. avrdude: stk500_recv(): programmer is not responding...

Glorious Model O V2 Mouse Not Working with Arduino Leonardo

Hi everyone, I’m trying to get my Glorious Model O V2 mouse to work with an Arduino Leonardo using a USB Host Shield. I’ve tested the shield and my setup with an older, basic mouse, and it works fine the Arduino detects it and responds as expected. However, when I plug in the Model O V2, nothing happens. No connection sound, no response in the Arduino sketch, nothing. I’ve tried using the HIDUniversal and HIDMouseReportParser libraries, but the mouse still isn’t detected. Has anyone successfully connected a Model O V2 (or other high-end gaming mice) to an Arduino Leonardo? Are there any known compatibility issues or workarounds?...

Server Resorces And help

If you have been sent here there is most likely a point that you need help with. Enjoy
No description

Essential tools to buy

Guys, I'm about to buy some tools for soldering and measuring, and I'd like your opinion, because I'm tired of buying cheap cr@p that lasts 1 week. My budget is limited, so I cant keep buying "slightly better versions" just to see if they will work. I'm asking you guys to suggest (if its not against server rules) the tools you like the most, like rework station, solder suction, aligator clips, ceramic tweezers, multimeter probes, power sources, banana plugs/wirings... etc....
No description

Help

Hi everyone! Could someone help me draw a correct schematic for the circuit in my photo? Goal / Logic β€’ Inputs: A and B are push buttons (2 legs each). β€’ Output: LED X should be ON when (A is pressed) OR (B is NOT pressed)....
No description

Help connecting XIAO to micro SD card

Hi! Could I have some help? I've never used SD/micro SD cards in Arduino and it isn't going very well....
No description

Arduino Serial Communication to Analog Way Tetra Vio (TVC401)

I am trying to communicate with a TVC401 device via its built in serial protocol. The commands are simple, like "0RA", "1RA", etc. Commands are sent upon receiving IR signals, from a universal remote. I've tested the remote and basic serial functionality (RS232, 9600 baud, 8N1, straight DTE/DCE interface) of the microcontroller with a USB serial adapter. I've also tested the functionality of the TVC401 with the same USB serial adapter. I asked this question in general help before, but I only had an ATTiny85 to test with. I've tested with the following configurations. 1. ATTiny85 "TinySoftwareSerial", the default Serial implementation in ATTinyCore. - Nothing. 2. Arduino Uno Rev3 board, Hardware Serial to the TVC401 and Software Serial for Debugging....
Next