GithubHelp home page GithubHelp logo

gladuin / iidx-controller Goto Github PK

View Code? Open in Web Editor NEW
36.0 36.0 6.0 148 KB

Software that enables you to create your own Arduino based beatmania IIDX controller.

License: MIT License

C++ 14.90% C 74.22% Python 10.88%

iidx-controller's People

Contributors

crazyredmachine avatar gladuin avatar mnm-isola avatar veroxzik avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

iidx-controller's Issues

about PIN out

cause some reason, i don't want to find the Pin of SS in Arduino Leonardo. and if i want misc button 4 with none light, i just change in config.h and will work? such as below
/* PINOUT */
// Pins where the LEDs are connected to
static const uint8_t led_pins[] = {
2, // button 1 led
4, // button 2 led
6, // button 3 led
8, // button 4 led
10, // button 5 led
12, // button 6 led
18, // button 7 led
20, // misc button 1 led
22, // misc button 2 led
14, // misc button 3 led
17 // misc button 4 led
};

// Pins where the buttons are connected to
static const uint8_t button_pins[] = {
    3,    // button 1
    5,    // button 2
    7,    // button 3
    9,    // button 4
    11,   // button 5
    13,   // button 6
    19,   // button 7
    21,   // misc button 1
    23,   // misc button 2
    15,   // misc button 3
    16    // misc button 4
};

Re-compile config-tool to avoid confusion for people using the spoof

So, I was using the config tool that was on the releases section.
Then I realized that my controller didn't get detected, after an hour I decided to run the config tool from source instead; and it worked.

I then decided to compare the code that got released for v1.1 and the latest commit and discovered this

(Left is the source from the releases section and Right is the latest commit)

image

I don't think there's much needed to be said here now

LED always on ?

Hello,

please bear with me, my issue may be due to me not understanding Gladuin and HID LED in IIDX entirely.

My issue:
When i connect the Gladuin-powered IIDX controller to PC USB, all LED light up constantly.
The desired behaviour however is, that the LED are off, unless a corressponding button is pressed.

What do I actually miss here?

If there is a discord or any other resource available pls let me know.

Thx for any help in advance!
Alex

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.