ArduinoXInput_AVR VS DxCore

Compare ArduinoXInput_AVR vs DxCore and see what are their differences.

DxCore

Arduino core for AVR DA, DB, DD, EA and future DU-series parts - Microchip's latest and greatest AVRs. Library maintainers: Porting help and adviccee is available. (by SpenceKonde)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
ArduinoXInput_AVR DxCore
2 8
70 164
- -
0.0 8.9
over 1 year ago 2 months ago
C C
GNU Lesser General Public License v3.0 only GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ArduinoXInput_AVR

Posts with mentions or reviews of ArduinoXInput_AVR. We have used some of these posts to build our list of alternatives and similar projects.
  • Legality of Emulating an Xbox 360 Controller
    1 project | /r/arduino | 19 Dec 2021
    I'm working on a project that will end up emulating an xbox controller and I'm using an atmega32u4 on a custom PCB. I've used this project for a couple simple things in the past but in the readme it says it cannot be used for commercial development because it uses Microsoft's VID and PIDs and therefore their driver. Is it possible this could be wrong?
  • Looking to build my own custom video game controller
    1 project | /r/arduino | 7 Dec 2021
    There's a library https://github.com/dmadison/ArduinoXInput_AVR to allow your arduino to emulate an xbox gamepad but it comes with a warning that it won't actually work with an xbox itself:

DxCore

Posts with mentions or reviews of DxCore. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-02.
  • Examples for Dual-mode I2C on newer AVR-0 parts?
    2 projects | /r/arduino | 2 Aug 2022
    Did you browse the examples here: https://github.com/SpenceKonde/DxCore/tree/master/megaavr/libraries/Wire/examples ?
  • Trying to monitor battery voltage on ATMega 808-XFR
    1 project | /r/avr | 20 Jun 2022
    This looks similar to what is available on the newer Dx family. The Arduino core documents this, so it may be worth reading through the source to see how it is achieved: https://github.com/SpenceKonde/DxCore/blob/master/megaavr/extras/Ref_Analog.md
  • Alternatives to Atmega328P and Atmel Studio
    1 project | /r/AskElectronics | 26 Mar 2022
    As I mentioned upthread, there is a very good Arduino core for the Dx chips. Even if you don't use it, the documentation alone is worth reading through: (https://github.com/SpenceKonde/DxCore). The same author also maintains cores for various ATTiny families.
  • Swapping to AVR128DB
    1 project | /r/arduino | 8 Feb 2022
    DxCore tells the Arduino IDE how to use the DA/DB series... https://github.com/SpenceKonde/DxCore
  • Building an Arduino on a breadboard - troubles I faced.
    2 projects | /r/arduino | 26 Jan 2022
    I'm a great fan of the newer AVR-DA and -DB chips as they offer much more value for money. They run at 24MHz without a crystal, have 16K SRAM and 128KB flash, more peripherals (e.g. two UARTs) and can be programmed with just a USB/serial adapter (no hardware programmer required). Available in the same 28-pin DIP package for about the same price. There's an excellent Arduino core available with full instructions: https://github.com/SpenceKonde/DxCore
  • Atmega2560-16au substitute?
    1 project | /r/arduino | 11 Nov 2021
    The newer chips are really easy to use. All the chip really needs is the usual soft reset circuit (10K resistor + 100nF cap) and a 100nF cap on each power pin. Read through the readme's here: https://github.com/SpenceKonde/DxCore
  • What IC can I use instead of an AtMega, that can run on a 3V lithium battery? I don't want to change the system clock.
    1 project | /r/AskElectronics | 20 Jul 2021
    Try the new AVR-Dx family. Still familiar AVR but will run at 24MHz down to 1.8V without a crystal. You can pick up e.g. AVR128DA28 in 28 pin DIL with 16K RAM and 128K flash for a couple of pounds/dollars/euros. Put it on some strip board with a couple of capacitors and resistors. The supporting Arduino core is https://github.com/SpenceKonde/DxCore

What are some alternatives?

When comparing ArduinoXInput_AVR and DxCore you can also consider the following projects:

ArduinoXInput - XInput library for USB capable Arduino boards

duino-coin - ᕲ Duino-Coin is a coin that can be mined with almost everything, including Arduino boards.

lgt8fx - Board Package for Logic Green LGT8F328P LGT8F328D and LGT8F88D

AVR-ADC-Wrapper - A static, type checked wrapper for AVR devices' ADC.

FightboardHybrid - Custom firmware for the Fightboard and Fightboard MX by thnikk, supporting XInput and Nintendo Switch

Arduino-BinaryCounter - A simple demonstration of the binary system using an Arduino.

Sunrise-Plugin - A Dashlaunch Plugin that allows Halo 3 to connect to a custom game server by patching Winsock.

goldfish - A small, thin, USB-C, Pro Micro compatible microcontroller

Arduino_Boards - Board definitions for SparkFun-manufactured AVR, ARM, and ESP-based Arduino boards.

Ethernet - Ethernet Library for Arduino

XboxMediaUSB - Creates a new drive for Xbox consoles or adds missing permissions.