Skip to content

sofken-banyosai2022/art-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

art-project

art-project

Description

Interactive art using microcomputers

  • Arduino Software

    The software to generate programs to write to Arduino.

  • LED Controller

    The main software that controls LEDs.

  • Music Player

    The software that plays music based on signals sent from the LED Controller.

How to Use

Arduino Software

  1. Change directory:
cd arduino/software
  1. Install the dependencies:
npm install
  1. Put .env in ./arduino/software:
WiFi_SSID = '"****"'
WiFi_PASSWORD = '"****"'
IP_ADDRESS_IP = '***, ***, ***, ***'
IP_ADDRESS_GATEWAY = '***, ***, ***, ***'
IP_ADDRESS_SUBNET = '***, ***, ***, ***'
OSC_PORT = '*****'
  1. Put units.json in ./arduino/software/data:
{
  "main_units": [{
    "name": "main1",
    "mac": "{0x00,0x00,0x00,0x00,0x00,0x00}"
  }, {
    "name": "main2",
    "mac": "{0x00,0x00,0x00,0x00,0x00,0x00}"
  }],
  "units": [{
    "number": 1,
    "name": "unit1",
    "mac": "{0x00,0x00,0x00,0x00,0x00,0x00}"
  }]
}
  1. Run node.js:
npm run build

LED Controller

  1. Move files in ledController to openframeworks project.

Music Player

  1. Move files in musicPlayer to openframeworks project.

About

Interactive Art Using Microcomputers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published