Need Help: Using Small ARM Boards for Strategy Game Automation Research

  • Hi,
    For your use case, there are a few key points:
    1 If you want to run Clash of Clans directly on the hardware, it must support Android with sufficient CPU, RAM, and GPU. Low-memory devices without GPU cannot run it. The Pico, Lyra, and Aura series do not meet these requirements.
    2 If your goal is automation or timing analysis, a better approach is to use a Linux board to control a phone via USB HID (simulating touch or input). Most Luckfox boards support this, including low-end models like the RV1103 series.
    3 If you want to build a hardware-level RPA system (with feedback from the screen), it becomes more complex and typically requires image recognition, depending on your specific needs.