Made a "working" microwave for my niece's toy kitchen using a ATtiny85 microcontroller programmed with an Arduino Uno v.redd.it/lngxj9rjeh681
๐Ÿ‘︎ 768
๐Ÿ’ฌ︎
๐Ÿ‘ค︎ u/wizk1
๐Ÿ“…︎ Dec 19 2021
๐Ÿšจ︎ report
What's the advantage of placing resistors like that? I saw Arduino Uno Reference Schamtic use it, wouldn't a 500Ohms res better for BOM purposes?
๐Ÿ‘︎ 15
๐Ÿ’ฌ︎
๐Ÿ‘ค︎ u/Polia31
๐Ÿ“…︎ Jan 20 2022
๐Ÿšจ︎ report
Atmega328p on Arduino UNO board: How do i figure out what system clock frequency my board is running at?

I am developing C code in Platform.io for this board, using the on-board boot loader for reprogramming flash.

I cannot tell what frequency the system clock is running at. I have USART0 configured as asynchronous, double speed, and UBBR = 207U because I am trying to reach 9600 baud rate to send messages to a serial terminal on host pc side (and the messages are legible so i assume that means that the system clock must be 16 MHz, according to datasheet). However, I also have timer1 configured as PWM to toggle OC1A pin with Top value set to 10,000 and no prescaler value (prescale = 1). When I measure the width of the signal between each toggle, i get 1248 microseconds. This means the timer1 clock is 8 MHz with no prescale.

Can someone explain this discrepancy? Is there some prescale of 2 occurring somewhere to timer1?

EDIT:
With some help, I got this resolution: https://forum.arduino.cc/t/read-fuse-bits-via-arduino-software/20724/9 Basically, uploaded a sketch using Arduino IDE which serially prints the fuse bit values (not how I wanted to resolve this but it works). Low fuse bits are 0xFF so no clock division enabled and its set to Low Power Crystal Oscillator which has to be the 16 MHz external crystal on the board. This confirms my UART settings but idk wtf is going on in my timer1 so will try to debug that...

๐Ÿ‘︎ 6
๐Ÿ’ฌ︎
๐Ÿ‘ค︎ u/NoBrightSide
๐Ÿ“…︎ Jan 18 2022
๐Ÿšจ︎ report
Do these two Arduino UNO R3 function same? Got it from two difference aliexpress shops, cosmetically look so difference. The right one is much cheaper.
๐Ÿ‘︎ 422
๐Ÿ’ฌ︎
๐Ÿ‘ค︎ u/meiseisora
๐Ÿ“…︎ Nov 07 2021
๐Ÿšจ︎ report
School project. Can't seem to be able to upload any code onto the ripoff arduino uno (XDRduino). Does anyone know a fix or should I get an original arduino uno board? I'm not very familiar with arduino reddit.com/gallery/s1fi6b
๐Ÿ‘︎ 4
๐Ÿ’ฌ︎
๐Ÿ‘ค︎ u/JustinOerlemans
๐Ÿ“…︎ Jan 11 2022
๐Ÿšจ︎ report
I just finished my latest big project, building a CNC-machine from scratch using an Arduino Uno and GRBL. I also wrote an extensive and detailed open-source guide of how you can build your own machine! See more in comments
๐Ÿ‘︎ 848
๐Ÿ’ฌ︎
๐Ÿ‘ค︎ u/maktattengil
๐Ÿ“…︎ Oct 31 2021
๐Ÿšจ︎ report
Sim card and arduino uno module

What is the best sim card and module to enable texting? Price and coverage are important. This is in the United States so 2G doesn't sound like a good idea. I've been researching and can't find a good answer.

This is for a remote alarm system that won't be connected to wifi. May be in remote areas so the best coverage is best.

๐Ÿ‘︎ 2
๐Ÿ’ฌ︎
๐Ÿ‘ค︎ u/ic3coldkilla
๐Ÿ“…︎ Jan 16 2022
๐Ÿšจ︎ report
How to I connect external power to arduino uno?

Iโ€™m using some stepper motors I got with the Elegoo starter kit (28BYJ-48 I believe). They are getting very low torque through the 5v power from the arduino, so Iโ€™m trying to use a wall 5v power supply, but canโ€™t figure out how to connect it to the motors power. Are there any new parts I have to use for this? Power supply im looking at

๐Ÿ‘︎ 2
๐Ÿ’ฌ︎
๐Ÿ‘ค︎ u/Monsoon_Man_
๐Ÿ“…︎ Jan 20 2022
๐Ÿšจ︎ report
I designed an arduino uno that fits on a 1 x 1 inch square PCB
๐Ÿ‘︎ 67
๐Ÿ’ฌ︎
๐Ÿ‘ค︎ u/BradyBeast128
๐Ÿ“…︎ Dec 10 2021
๐Ÿšจ︎ report
I made my plant scream when it needs watering using Arduino Uno and SonicPi youtu.be/Lvn9Oo6x5OA
๐Ÿ‘︎ 4
๐Ÿ’ฌ︎
๐Ÿ‘ค︎ u/Illustrious_Ad6408
๐Ÿ“…︎ Jan 16 2022
๐Ÿšจ︎ report
How do I send audio signal to this amplifier using Arduino Uno or ESP8266? What should I connect to the โ€œRโ€, โ€œLโ€, โ€œGโ€ poets?
๐Ÿ‘︎ 4
๐Ÿ’ฌ︎
๐Ÿ“…︎ Jan 22 2022
๐Ÿšจ︎ report
My best Arduino Uno project
๐Ÿ‘︎ 84
๐Ÿ’ฌ︎
๐Ÿ‘ค︎ u/IloveBeatSaber
๐Ÿ“…︎ Dec 25 2021
๐Ÿšจ︎ report
Increasing the audio volume on the amplifier after halfway point shuts down the audio from playing. How to achieve the maximum volume with my Arduino Uno using a 6V (4AA) battery pack?
๐Ÿ‘︎ 6
๐Ÿ’ฌ︎
๐Ÿ‘ค︎ u/wromit
๐Ÿ“…︎ Jan 11 2022
๐Ÿšจ︎ report
Will Arduino uno R3 clone work just the same as original. Accordong to the website, arduino image below is a cloned one, but I wouldnt mind if it works fine like the original. Especially for apple A5.
๐Ÿ‘︎ 8
๐Ÿ’ฌ︎
๐Ÿ“…︎ Dec 26 2021
๐Ÿšจ︎ report
Using the Unity engine to help my Arduino Uno with audio visualization :D v.redd.it/nyuo97yqww781
๐Ÿ‘︎ 25
๐Ÿ’ฌ︎
๐Ÿ‘ค︎ u/MangoButtermilch
๐Ÿ“…︎ Dec 26 2021
๐Ÿšจ︎ report
I've been trying to set up communications between two arduino UNOs using NRF24L01 modules. I am receiving random symbols when I open the serial monitor. Can anyone help narrow down the causes for this. The code I am using is the Basic TX and RX codes from the NRFLite library I got from the arduino w reddit.com/gallery/roskl3
๐Ÿ‘︎ 9
๐Ÿ’ฌ︎
๐Ÿ‘ค︎ u/makerdroid47
๐Ÿ“…︎ Dec 26 2021
๐Ÿšจ︎ report
unpacking Arduino Uno Mini limited edition reddit.com/gallery/rni7ob
๐Ÿ‘︎ 98
๐Ÿ’ฌ︎
๐Ÿ‘ค︎ u/elcheveredj
๐Ÿ“…︎ Dec 24 2021
๐Ÿšจ︎ report
Trying to use Arduino Uno as UART. "No data received from device"

Hi,

So it might not be the right sub.

I am trying to use my UNO as an UART ttl to usb to flash some custom firmware (tasmota) onto a Sonoff Dual R3. But no matter what i do it seems to just give me errors.

 

Not even sure how to provide any proper logs or anything, as i am not really getting any.

I connected reset to gnd.

Tx to tx and rx to rx

3.3v to 3.3v and gnd to gnd.

But i wont read any data!

Tried through Arduino IDE, ESPTool, Tasmotizer, but no luck.

Am i doing something wrong? Is this not possible to do with an arduino?

๐Ÿ‘︎ 2
๐Ÿ’ฌ︎
๐Ÿ‘ค︎ u/gahd95
๐Ÿ“…︎ Dec 26 2021
๐Ÿšจ︎ report
Sketch only runs on one of my Arduino Unos? Description in comments: v.redd.it/j7ah272e5a081
๐Ÿ‘︎ 271
๐Ÿ’ฌ︎
๐Ÿ‘ค︎ u/manistthebastard
๐Ÿ“…︎ Nov 18 2021
๐Ÿšจ︎ report
Trying to debug a breadboard project that doesn't have much to do with Arduino using my UNO, but I'm getting gibberish results. any help appreciated.

I'm basically printing a byte I'm getting from a hardware chip using the following function:

void onClock()
{
 CLOCK_STATE = !CLOCK_STATE;
 digitalWrite(CLOCK_OUT, CLOCK_STATE);
 char out[30];
 int read = 0;
 for (int i = 0; i < 8; i++) {
  Serial.print((int)digitalRead(DATA_START + i));
 ย (read <<= 1) += digitalRead(i);
 }
 printf(out, " ย  ย %x %d %c", read, read, digitalRead(READ_WRITE) ? 'R' : 'W');
 Serial.write(out);
 Serial.println();
 delay(10);
}

I expect to receive 8 bits as 0s and 1s, then the same number represented in hex, then again in decimal, and finally either an R or a W for read/write, but I'm getting results like this:
00000111โธฎโธฎหณโธฎ=โธฎโธฎโธฎ%โธฎโธฎโธฎโธฎโธฎyโธฎโธฎโธฎโธฎ0โธฎโธฎ;-}[wโธฎ1.
can anyone figure out whats going wrong?

๐Ÿ‘︎ 3
๐Ÿ’ฌ︎
๐Ÿ‘ค︎ u/Itay_123_The_King
๐Ÿ“…︎ Dec 25 2021
๐Ÿšจ︎ report
Ok so I'm new and trying to make a flight yoke using an Arduino Uno

So firstly I would like to know if it is possible And secondly how would I get the 5 potentiometers to talk to my flight Sim through the board Thanks in advance

๐Ÿ‘︎ 2
๐Ÿ’ฌ︎
๐Ÿ‘ค︎ u/curlyfries36
๐Ÿ“…︎ Dec 23 2021
๐Ÿšจ︎ report
open NUL error Arduino Uno

Hi, today I got my Arduino Uno

I have connected it to my PC, but in device manager it gets recognised as "Serial USB-Device (COM3)" instead of "Arduino Uno", yet when I open the IDE, I am able to select the port "Arduino Uno COM3" (https://imgur.com/a/hmE1ViC)

If I try to upload the Blink code from the examples, I get this error, which is the same if I don't have the arduino plugged in as well.

open NUL: The system cannot find the file specified.

Error compiling for board Arduino Uno.

The arduino itself has the LED at L blinking and an LED at "On" turned on and my computers does the typical sound whenever I plug/unplug the Arduino from my computer.

I have installed the CH34 driver as well, but the problem persists. Any help would be appreciated

๐Ÿ‘︎ 3
๐Ÿ’ฌ︎
๐Ÿ‘ค︎ u/TheCringeLordx
๐Ÿ“…︎ Dec 28 2021
๐Ÿšจ︎ report
Gianluca Martino's Jolly Is a Drop-In Upgrade to Add Wi-Fi to Your Arduino Uno โ€” and More pmdway.com/blogs/news/giaโ€ฆ
๐Ÿ‘︎ 5
๐Ÿ’ฌ︎
๐Ÿ‘ค︎ u/FatBaldingWhiteMan
๐Ÿ“…︎ Jan 22 2022
๐Ÿšจ︎ report
I made video who introduce the arduino uno board for newbies. youtu.be/-XKKzKJcbKY
๐Ÿ‘︎ 5
๐Ÿ’ฌ︎
๐Ÿ‘ค︎ u/MatthieuF44
๐Ÿ“…︎ Jan 21 2022
๐Ÿšจ︎ report
Trouble loading to ATmega328 with Arduino Optiboot (Uno) on customer PCB

Hello - I am an older engineer trying to learn new tricks and have decided to go outside my comfort zone exploring building my own Arduino capable boards following the directions from this website (https://easyelectronicsproject.com/arduino/atmega328p-pcb/) and this video

https://youtu.be/UC_krQh5q5Y

I also acquired some PCB boards from PCBWay using the Gerber files provided by the site. I have soldered everything together with all the components and used an ATmega328 with Arduino Optiboot (Uno) from Sparkfun. Everything seems to look good until it came time to upload a simple "Blink" script from the Arduino IDE examples library. Then I got the dreaded AVRDUDE error. I tried contact the website owner - but no reply

I am running on a MacBook with macOS Catalina (10.15.7) and the latest Arduino IDE. I am also FTDI3.3V 5V FT232RL USB to TTL Serial Converter Adapter Module for Arduino to connect (see image below)

Any suggestions on how to troubleshoot and find out why I am getting this error - "avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x00".

I suspect maybe the cable lacks data transfer so I ordered some new ones (which I needed anyways)

If anyone has a better suggestion on how to make your own board with the 320P chip - I welcome it!

Thanks!!

Verbose Output from Blink Script:

============================

avrdude: Version 6.3-20190619

Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/

Copyright (c) 2007-2014 Joerg Wunsch

System wide configuration file is "/Applications/Arduino.app/Contents/Java/hardware/tools/avr/etc/avrdude.conf"

User configuration file is "/Users/richardmeagher/.avrduderc"

User configuration file does not exist or is not a regular file, skipping

Using Port : /dev/cu.usbserial-A50285BI

Using Programmer : arduino

Overriding Baud Rate : 115200

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x00

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x00

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x00

avr

... keep reading on reddit โžก

๐Ÿ‘︎ 7
๐Ÿ’ฌ︎
๐Ÿ‘ค︎ u/Ritgrad83
๐Ÿ“…︎ Dec 13 2021
๐Ÿšจ︎ report
IKEA Skadis to Arduino Uno/Mega Mount v.redd.it/rgms3qq3vyv71
๐Ÿ‘︎ 493
๐Ÿ’ฌ︎
๐Ÿ‘ค︎ u/Soosua
๐Ÿ“…︎ Oct 27 2021
๐Ÿšจ︎ report
Arduino Uno case that makes it 2 times faster v.redd.it/xtt3c5fln1n71
๐Ÿ‘︎ 1k
๐Ÿ’ฌ︎
๐Ÿ‘ค︎ u/Tomclo1
๐Ÿ“…︎ Sep 12 2021
๐Ÿšจ︎ report
32 Step Switch with arduino uno and stepper motor - Problem with code

https://imgur.com/a/IOeRgoc

this is the picture of the hardware

___________________________________________

Hello everyone, i have a beginner problem

this switch is taking its timing from a clock input (A0)

each time there is a clock signal , the arduino gives 25 pulses and the switch goes to the next position (WORKS)

now ,also there are other conditions , such as a direction input . when active and the clock gets triggered the motor rotates in the opposite direction (WORKS INTERMITTENTLY)

more complicated functions are that instead of 25 pulses to the stepper driver , you can select an option where 50 pulses move the stepper motor 2 positions instead with the next clock.........

if i get these building blocks right , i think i can finish it myself.

this is what i have so far.....

any help is appreciated:

Regards and happy holidays to all.

_____________________________________________________

//C++ Code

//

int counter;

int counter2;

int memory;

void setup ()

{

pinMode (A0, INPUT); // Clock (Momentary Signal)

pinMode (A1, INPUT); // Direction ( Latching Button)

pinMode (2, INPUT); // +2 Once ( Momentary Button)

pinMode (3, INPUT); // +4 Once ( Momentary Button)

pinMode (4, INPUT); // +8 Once ( Momentary Button)

pinMode (5, INPUT); // +16 Once ( Momentary Button)

pinMode (6, INPUT); // +2 Always (Latching Button)

pinMode (7, INPUT); // +4 Always (Latching Button)

pinMode (8, INPUT); // +8 Always (Latching Button)

pinMode (9, INPUT); // Reset ( Momentary Button)

pinMode (13, INPUT); // Reset Sensor (Momentary Signal from IR Sensor)

pinMode (10 , OUTPUT); // Direction

pinMode (11 , OUTPUT); // Steps

pinMode (12 , OUTPUT); // Voltage Enable

}

void loop ()

//________________________________________________________________________________________

// 1 Step

{

if (digitalRead(A0) == HIGH)

{

for (counter = 0; counter < 25 ; ++counter)

{

digitalWrite (11, HIGH);

delay (2);

digitalWrite (11, LOW);

delay (2);

}

while (digitalRead (A0) == HIGH)

{

}

}

else if (digitalRead (A1) == HIGH && digitalRead (A0) == HIGH )

{

for (counter = 0; counter < 25 ; ++counter)

{

digitalWrite (10, HIGH);

digitalWrite (11, HIGH);

... keep reading on reddit โžก

๐Ÿ‘︎ 2
๐Ÿ’ฌ︎
๐Ÿ‘ค︎ u/i_dont_like__people
๐Ÿ“…︎ Dec 12 2021
๐Ÿšจ︎ report
Xbox series x controller with arduino uno

I have Xbox series x controller (in most cases it works same as Xbox one controller) and want to connect it directly to my arduino uno board. I can get my hands on HC05 or HC06 (don't know which one I need yet). I also did some research. Xbox 360 controller won't work because it uses radio signal instead of Bluetooth. That's not the case for newer controllers. Theoretically it should be possible for arduino to get inputs directly from controller. The question is, how?

๐Ÿ‘︎ 2
๐Ÿ’ฌ︎
๐Ÿ‘ค︎ u/a2bme5152
๐Ÿ“…︎ Jan 15 2022
๐Ÿšจ︎ report
Arduino uno starter help
๐Ÿ‘︎ 11
๐Ÿ’ฌ︎
๐Ÿ‘ค︎ u/ramborocks
๐Ÿ“…︎ Dec 07 2021
๐Ÿšจ︎ report
I just finished my latest big project, building a CNC-machine from scratch using an Arduino Uno, GRBL and 40x 3d-printed parts. I also wrote an extensive and detailed open-source guide of how you can build your own machine! See more in comments
๐Ÿ‘︎ 132
๐Ÿ’ฌ︎
๐Ÿ‘ค︎ u/maktattengil
๐Ÿ“…︎ Oct 31 2021
๐Ÿšจ︎ report
DooM on Arduino UNO with sound (instructions in video description) youtu.be/qEyaYCywqRk
๐Ÿ‘︎ 16
๐Ÿ’ฌ︎
๐Ÿ‘ค︎ u/MyNameIsFifty
๐Ÿ“…︎ Dec 31 2021
๐Ÿšจ︎ report
Would it be possible to use this keypad with an Arduino Uno and determine which button on the pad is pressed?
๐Ÿ‘︎ 3
๐Ÿ’ฌ︎
๐Ÿ‘ค︎ u/bjthedj11
๐Ÿ“…︎ Dec 26 2021
๐Ÿšจ︎ report
Arduino Uno R3 for Apple A5 CPU

Will any arduino uno r3 board with usb host shield work, oh they are other specific things to look out for. Thanks for your feedback

๐Ÿ‘︎ 2
๐Ÿ’ฌ︎
๐Ÿ“…︎ Dec 25 2021
๐Ÿšจ︎ report
This is how I am celebrated Halloween. I made this smoking Halloween Pumpkin using ic 555 mist maker circuit and arduino uno. I added pixel leds and ir sensor for motion detection. All details available in comment v.redd.it/xab8eyg9n0x71
๐Ÿ‘︎ 157
๐Ÿ’ฌ︎
๐Ÿ‘ค︎ u/edisonsciencecorner
๐Ÿ“…︎ Nov 01 2021
๐Ÿšจ︎ report
I just finished my latest big project, building a CNC-machine from scratch using an Arduino Uno, GRBL and 40x 3d-printed parts. I also wrote an extensive and detailed open-source guide of how you can build your own machine! See more in comments
๐Ÿ‘︎ 115
๐Ÿ’ฌ︎
๐Ÿ‘ค︎ u/maktattengil
๐Ÿ“…︎ Oct 31 2021
๐Ÿšจ︎ report
I want to build project which one is best Arduino Uno or Mega?
๐Ÿ‘︎ 3
๐Ÿ’ฌ︎
๐Ÿ‘ค︎ u/Due_Ad9933
๐Ÿ“…︎ Dec 13 2021
๐Ÿšจ︎ report

Please note that this site uses cookies to personalise content and adverts, to provide social media features, and to analyse web traffic. Click here for more information.