uArm Serial No.: UARM-C8FD19405604
Firmware Version: 3.2.0
Operation System: Win 10
uArm Controlling Method: Arduino (Marlin) GCode and control with Java Serial interface
Hello uArm-Team,
is it possible (is there a way) to switch the uArm starting signal (“the beep”) permanent off (and when it is off, can it bei switched on again)?
Reason / need:
We work in one room with many groups on different projects, and the starting signal (beep) is very annoying to the other groups. Somethimes it is a “kind of pain”, when the uArm - team is testing.
Hi jmhems,
I think in oder to archeive that it would be neccesary to modifiy the uArm firmware.
I myself did not try to compile it myself yet. (there should be manuals available for the marlin how to get it to compile)
in the file pins_swift.h there is the setting “#define BEEPER_PIN 44” I assume that if you change that to -1 (that seems to be the default for not supported pins) there would be no more beeps.
Hi, jmhems,
I have set the setting " #define BEEPER_PIN 44 in the file pins_swift.h (uArm firmware Marlin 3.2) to 0 and the little tormentor is silenced.
All the best Klaus
to change the pin (-number) for the beeper is the solution I´am searching for. Thank you very much.
After the change I´ve compiled the Marlin-Version 3.2.0 (Marlin.ino in the foulder …\lib\Marlin..) and uploaded this one into the Arduino Board of the uArm. After this upload we can communicate via Java and serial Port with the uArm SwiftPro AND: We don´t disturb other groups with the beep of the bot.
Have a great year 2020 and greetings to the whole uArm-family!