Jump to content
fat_lurch

ARMA COM (Communicate with an Arduino from ARMA)

Recommended Posts

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 port

This 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

  • Like 7

Share this post


Link to post
Share on other sites

Thanks KeyCat!

 

I added the first example mission and sketch in the original post.

Share this post


Link to post
Share on other sites

Added LCD example to original post.

 

Also added link to Discord to discuss ARMA peripherals in general.

  • Like 1

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×