fat_lurch 337 Posted October 24, 2021 https://steamcommunity.com/sharedfiles/filedetails/?id=2635818948 This addon provides a framework for ARMA to communicate with Arduinos, Raspberry Pis and any other device that can connect to or emulate a Windows COM portThis addon is not currently recognized by BattleEye - You will need to disable BattleEye to experiment with this addon (The addon has been submitted to BattleEye for review and whitelisting) This addon does not do anything on its own - it provides a framework for people to develop code to communicate with devices connected to COM ports. The extension that powers this framework is written by GoogleBen. For basic usage, reference: https://github.com/FatLurch/ARMACOM For more advanced usage, reference: https://github.com/googleben/ArmaCOM Discord to discuss ARMA peripherals in general: https://discord.gg/jKVNWQt7 ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- Example 1: LED Control (Switch an LED on the Arduino on and off using a laptop in game) Arduino Code: https://github.com/FatLurch/ARMA_LED ARMA Mission: https://github.com/FatLurch/TEST_ARMACOM.vr/ Example 2: LCD Display (Display in-game data onto an LCD connected to an Arduino) Arduino Code: https://github.com/FatLurch/Basic_Serial_Display Raspberry Pi code: https://github.com/FatLurch/RPi_Serial_Display ARMA Mission: https://github.com/FatLurch/TEST_ARMACOM_LCD.vr 7 Share this post Link to post Share on other sites
fat_lurch 337 Posted October 24, 2021 Thanks KeyCat! I added the first example mission and sketch in the original post. Share this post Link to post Share on other sites
fat_lurch 337 Posted October 30, 2021 Added LCD example to original post. Also added link to Discord to discuss ARMA peripherals in general. 1 Share this post Link to post Share on other sites