Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)AR
Arduino

All about Arduino boards and programming.

Members
939
Posts
20
Active Today
19
Created
5 yr. ago
  • Arduino @lemmy.ml
    otacon239 @lemmy.world

    I might have a slight addiction

  • Arduino @lemmy.ml
    bistdunarrisch @lemmy.world

    PCB etched with toner transfer method

    cross-posted from: https://lemmy.world/post/21224425

    This was my first try developing my own pcb with the toner transfer method. I did this project many years back but it works perfectly to this day.

    It filters an audio signal and drives led strips so they pulsate to the beat of a song.

  • Arduino @lemmy.ml
    PlutoniumAcid @lemmy.world

    Hello, anyone here?

    I'm looking for Arduino discussions and there's plenty on Reddit but almost dead silence here.

    Is this all there is?

  • Arduino @lemmy.ml
    promitheas @programming.dev

    Newb when it comes to these subjects but really want to learn the hardware side of things - Help with old repository for EDTracker

    Hello guys! While I am a relatively experienced programmer, I have practically zero experience on the hardware/electronics side of things. I really want and need (I'd like to work in embedded systems) to get this stuff in my "tool belt" of skills, but I am really worried that I will do something wrong or order the wrong parts because it is quite an old project I will be trying to build.

    I would like to make this project (EDTracker github) so that i can play all my sim games that benefit from head tracking again. I had one which was pre-built but the connector broke. I would prefer a version with the magnetometer (9150 or 9250). The problem is that due to my inexperience I have no idea where to search for cheap(ish) components, or even if the components listed in the docs are still available or if there are better ones that do the same thing.

    I realise this is not much (almost nothing) to go on, but I would really appreciate any help at all th

  • Arduino @lemmy.ml
    Smorty [she/her] @lemmy.blahaj.zone

    First compile works, second time fails

    I have recently started working on my school project which involves writing some c++ for the ESP32. At school everything works fine, but at home only the first time I compile and upload the project (using the Arduino IDE), does it actually work correctly. So the communication is there, it just seems that the first compilation step does something to the program, as every time after that first compilation it refuses to compile. Here are the console outputs of the two compilations:

    ::: spoiler First compilation (successful) [___](WARNUNG: Kategorie '' in der Bibliothek ESP Insights ist ungültig und wird auf 'Uncategorized' festgelegt WARNUNG: Kategorie '' in der Bibliothek ESP RainMaker ist ungültig und wird auf 'Uncategorized' festgelegt WARNUNG: Kategorie '' in der Bibliothek WiFiProv ist ungültig und wird auf 'Uncategorized' festgelegt Der Sketch verwendet 295301 Bytes (22%) des Programmspeicherplatzes. Das Maximum sind 1310720 Bytes. Globale Variablen verwenden 26792 Bytes (8%) des

  • Arduino @lemmy.ml
    slyuser @lemmy.ml

    Aimbot in AimLab Using Arduino Leonardo

    www.slyautomation.com Arduino IDE: Aimbot in AimLab Using Arduino Leonardo

    We can use Arduino IDE to Improve on the last article: How to Create an Easy Color Detection Bot: A Step-by-Step Guide! Want the Arduino IDE code for the arduino aimbot? Click Here The quest for precision and efficiency in aimbotting with color has reached new heights with the integration of Arduino...

    Arduino IDE: Aimbot in AimLab Using Arduino Leonardo

    Hey Made a script to aimbot in aimlab just to challenge myself with learning opencv and color detection. Feel free to use code for your own similar projects!

  • Arduino @lemmy.ml
    tomjuggler @lemmy.world

    Monkey Squirter ESP8266 project in action - keeping vervets away from the garbage bins.

  • Arduino @lemmy.ml
    half_built_pyramids @lemmy.world

    Simultaneous joystick 3-axis protocol

    cross-posted from: https://lemmy.world/post/10852531

    Working on a joystick. Seems like any protocol I use to read from peripherals is going to be bottlenecked by having just one input. My microcontroller might have multiple ADCs, but there's just one processor stepping through them. Same for spi, or i2c, or uart. There's really only ever one sensor reporting back its data at a time.

    I know this might not matter for measurement resolution. Especially if you're polling at like 115k serial or something, but...

    That's 8 bits per axis, and three axis. Now that's at least 34 bits. To sample each axis we're down to only 4.5k samples per second. Plus whatever other cycles the controller has to handle... even if I spent half that time doing microcontrolle cycles at like 2k we're probably still well with the best star craft apms or whatever. I'd still like to find some way to really over engineer this thing.

    I read a little about tdm, but that's out of my league and I don't kn

  • Arduino @lemmy.ml
    O Galdo @lemmy.ml

    Arduino chrono-thermostat

    Crossposted from: https://lemmy.ml/post/9698836

    This setup allows Arduino to read temperature, control relay based on setpoints, display info on OLED screen, and manage date/time settings with user input through buttons. Adjust based on specific hardware/project requirements.

    Designed to replace the faulty electronic control of a blue heat radiator.

    Code and simulation at Wokwi

    Licensed under GNU GPLv3.

  • Arduino @lemmy.ml
    deczzz @lemmy.dbzer0.com

    Anyone knows if the Uno rev 4 supports HID / the keyboard library to emulate keyboard presses?

    I have previously used Arduino Leonardo as it supports the keyboard.h library that enables HID keyboard presses. The latest update of the library is from May 5, 2022. Anyone knows if the Uno rev 4 supports the keyboard library?

  • Arduino @lemmy.ml
    SpaghettiYeti @lemmy.world

    WYSIWYG Program for Arduino

    Hey all,

    I've been sitting on a starter kit for a Mega 2560 R3 board and sensors for over a year. I want to get into it, so bad, but I frankly don't have the time to learn to code this with my job the way it is.

    Is there a WYSIWYG program anyone favors, especially for someone new to Linux (I'm using a Raspberry Pi 3 Model B running Raspbian and I have a Raspberry Pi 4 Model B too) and Arduino (board model Mega 2560 R3)?

    I found these options. Anyone have experience with them?

    Visuino

    Embrio

  • Arduino @lemmy.ml
    LazaroFilm @lemmy.world

    I turned this touchscreen RP2040 into a touchpad.

    cross-posted from: https://lemmy.world/post/2463460

    I took a WaveShare RP2040-Touch-LCD-1.28and made a program to use it as a touchscreen. This is still very much in the beta phase but the proof of concept works. Here’s my GitHub repo for it.

    I’m planning on integrating it into my next split near the thumb cluster.

  • Arduino @lemmy.ml
    LazaroFilm @lemmy.world

    Need help with IMU QMI8658

    I know this is MicroPython, but I was having the same issue through Arduino. The IMU on the WaveShare 1.28 module has a fusion engine but I can’t seem to access it via I2C. More detail in the SO post linked.

  • Arduino @lemmy.ml
    Cybermass @lemmy.world

    What's your favorite sensors?

    Modules, chips, and everything in between! What are your favorite sensors?

  • Arduino @lemmy.ml
    CreeperODeath @lemmy.world

    This is super simple but I'm pretty happy with it

    I did this with a small Arduino uno kit

  • Arduino @lemmy.ml
    OrakMoya @lemmy.ml

    What do you guys think of the Teensy 4.1?

    Seems like a beast to me! I've been thinking of using it for a DIY drums project that needs a lot of analog reads and processing per second.

  • Arduino @lemmy.ml
    Ripred @lemmy.ml

    Hey all!

    I've been here for a couple of weeks or so checking things out. So far so good. Since it looks like we're doing this I wanted to say hi to everyone who's migrating or just perusing.

    All the Best!

    ripred

  • Arduino @lemmy.ml
    YellowGas @lemmy.one

    Here from Reddit

    Visiting here from Reddit's r/arduino before the June 12th blackouts. Really liking how Lemmy operates but notice the Arduino community here is less than sparse. Given time, hopefully we can build this community for Arduino enthusiasts who are displeased with Reddit as a platform. I hope to see this place grow over time!

    I haven't been a part of the Arduino subreddit for very long - but I've never seen "Africa" performed with stepper motors before! If nothing else, check out the post lower in this community!

  • Arduino @lemmy.ml
    Salamander @mander.xyz

    "Africa" (Toto) - Played on 32 Stepper Motors

    While looking into why a stepper motor sometimes makes a sound while stopped, I found.... stepper motor music covers!

  • Arduino @lemmy.ml
    SnowCode @lemmy.ml

    How to code for Arduino in terminal

    If you feel tired about the Arduino IDE and you are fan of terminal. I recommend you to try 'ino' as well as micro as editor.

    Ino

    Ino is a Python tool to build and upload code to Arduino boards. It is also very lightweight and fully open-source.

    1. Install Ino : pip2 install ino
    2. Create and initialize the project:
     shell
        
    mkdir project
    cd project
    ino init
    
      
    1. To configure the settings about the board, you can use the following template: name this file ino.ini and add it into the root folder of your project.
     ini
        
    [build]
    board-model = mega2560
    
    [upload]
    board-model = mega2560
    serial-port = /dev/ttyACM1
    
    [serial]
    serial-port = /dev/ttyACM1
    
    
      
    1. Code your script by modifying the file src/sketch.ino
    2. Build and upload to the Arduino (using the settings of the file ino.ini) run: ìno build && ino upload

    Now each time you want to upload the project to the board you just need to run ino buid && ino upload. Ino will use the configuration of ino.ini to build your