Buttonbox Polska :'[

I am using ATMEGA328P Type-c and I want to play Buttonbox from this link https://www.youtube.com/watch?v=Z7Sc4MJ8RPM

and everything is fine when verifying, but when it happens, I get an error

Arduino: 1.8.18 (Windows 10), Board: "Arduino Micro"

The sketch uses 9594 bytes (33%) of program memory. Up to 28672 bytes maximum.

Variable global usage 547 bytes (21%) of working memory, 2013 bytes for one-time use. Up to 2560 bytes maximum.

avrdude: butterfly_recv(): developer not responding

avrdude: butterfly_recv(): developer not responding

avrdude: butterfly_recv(): developer not responding

avrdude: butterfly_recv(): developer not responding

avrdude: butterfly_recv(): developer not responding

Developer found: Id = " "; type =

Software version = i.e.

or can someone tell me how to make such a buttonbox step by step on the 32nd floor? and how to load it onto a disc? because I'm dead :[

I moved your topic to an appropriate forum category @anon62651273.

In the future, please take some time to pick the forum category that best suits the subject of your topic. There is an "About the _____ category" topic at the top of each category that explains its purpose.

This is an important part of responsible forum usage, as explained in the "How to get the best out of this forum" guide. The guide contains a lot of other useful information. Please read it.

Thanks in advance for your cooperation.

Hi @anon62651273

You can't use an ATmega328P-based Arduino board for this project. The project requires a board that has native USB capabilities such as the Pro Micro board specified in the video.

This is because you have the wrong board selected from the Tools > Board menu in Arduino IDE. You selected Tools > Board > Arduino AVR Boards > Arduino Micro, but the Arduino Micro board is fundamentally different from an ATmega328P-based board. So it is normal and expected to get this error when attempting an upload to an ATmega328P-based board when Arduino IDE is configured for the Arduino Micro.


Even though you can't use an ATmega328P-based board for this specific project, it is still an excellent board to use for other amazing projects. If you provide more information about the board, we can provide instructions for how to configure Arduino IDE to allow you to successfully upload sketches to the board.

Can you show me step by step how to upload buttonbox to the disc?

thanks, now I see that I ordered the wrong CD from aliexpress

You are welcome. I am glad if I was able to be assistance.

Best wishes for success with your Arduino endeavors!
Per

Curious; why the ATmega328P can not be used for the matrix? (is the problem that it uses TX and RX?)

The reason is because the project is to make a "button box", where the box emulates a USB HID joystick for controlling games. You must use a board that is compatible with the "Joystick" library.

A post was split to a new topic: Arduino "button box" doesn't work with Farming Simulator 22

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.