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

Camera

Hello, I have an RF car and I wanna have a camera that lets me look at what it’s looking at what module should I use

Arduino Alvik motor deadband values?

For the Arduino Alvik, I see that the wheel speeds can be set to a given RPM using the following alvik.set_wheels_speed(speed, speed) If I set the speed to a very low RPM value like 1 RPM, would the bot actually turn the wheels at this rate and move forward? I ask because I'm developing a similar bot with n20 motors, and am realizing there is a deadband where the motors will not turn at all if they are given sufficient power over a certain theshold, so setting the motor to a slow RPM will result in it not turning at all. ...

Help understanding the code flow within the Alvik libraries

I'm attempting to learn more about the Arduino Alvik codebase. Specifically, I'm trying to trace the code that executes when calling a drive() command, all the way to where the individual motors speeds are updated to make the bot drive. My current understanding is that:...

Max voltage received by the Alvik motors?

The Alvik uses motors with an operating voltage of 6V. However, on pg 10 of the Alvik datasheet (https://docs.arduino.cc/resources/datasheets/AKX00066-datasheet.pdf), it looks like the motors only receive a max 5V of power during operation. Am I reading this correctly? I'm trying to understand how much voltage these motors are receive as I am using them in a similar project....
No description

I hope this qualifies here - docs.arduino.cc page error - dead link

I noticed broken link(s) on the docs.arduino.cc Serial pages. The link points to .../Serial, but the acurate link is to .../serial/ One page with known broken link: https://docs.arduino.cc/language-reference/en/functions/communication/serial/available/ ...
No description

Arduino Nano Matter with headers

Will that with headers be released and when?

Make your own Uno no longer detected

My Uno R3 is no longer detected when I plug it into the computer, so I need to reset the MEGA16U2 chip. However all the instructions involve the reset jumper pins, but this board does not have those, instead having a USB C to Serial module, see attached photo. How can I reset the chip??...
No description

Build your Uno R3 no longer detected

I have an official build your own uno R3 with USB-C and an ATMEGA16U2, but now it is not being detected when I plug it in to both my Mac and my pc. This board doesn’t have the reset jumpers next to the usb chip, it does have jumpers at the other side and I tried resetting using that but no joy. How do I set this board to be reprogrammed with dfu programmer or flip?...
No description

synth shield audio in

I went ahead and added a guitar plug into the audio input on my solder your own arduino kit with synth shield I can hear the crackle of the guitar being plugged in, but I don’t hear any other sound from it, other than the existing synth sounds the kit had me program in. Do I need to adapt the code in order to amplify the signal to the speaker or something similar? Has anyone done this with their synth shield who’s could help? Many thanks!...
No description

Arduino IDE v2.3.3 will not communicate with COM13

My Arduino IDE (v2.3.3) or something related to COM13 is broken. Windows 11 sees the port come and go as I connect and disconnect my board. However, the Arduino IDE says it can not communicate with COM13. I have tried everything I can think of, including uninstalling the IDE, forcefully removing all signs of it, and removing the .arduino15 directory in my home folder. The problem remains, and I can not use the IDE with my board (Arduino Nano 33 BLE Sense Rev2). It was working fine yesterday and then it was not working. I have no idea what happened to break it....

From Arduino Uno R3 to Arduino Due, or Arduino Mega?

So currently i have an Uno R3 and i am Running out of Flash Memory, Now i know that a Mega would 100% Be Compatible but im not So sure about the Due, I Currently have a Touch Screen Shield (https://www.az-delivery.de/en/products/3-5-tft-touch-shield) for my Uno, And i would like to get a Better Board, So im asking if anyone would know if the Shield would be Compatable with the Due?

How many UART ports does the Arduino UNO R4 have?

I saw in a website (given below) saying that the Arduino has two UART ports, one in the USB and one in 0 and 1 pins. But in the Arduino website, it shows only one. https://dronebotworkshop.com/arduino-uno-r4-minima-wifi/ Also if it does have two UART ports, is it only in one of the variants or both the variants (Minima and WiFi) have them?...
No description