You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mixly is a visual programming editor for Arduino.
Users can drag blocks together to build programs.
The code is based on Google's Blockly which is free and open source.
How to use this project?
Step 1.Download and unzip the project.
Step 2.Download Arduino IDE : Windows ZIP file for non admin install (160MB)-Not the windows installer !!! https://www.arduino.cc/en/Main/Software (Donate or just download)
Step 4.open unzipped "arduino-1.8.5-windows" Directory to find "arduino-1.8.5" Directory
Step 5.cut or copy "arduino-1.8.5" Directory to unzipped "mixly_arduino" directory
Step 6. Open the file "mixly_arduino\setting\config.properties" with text editor.
Replace text : arduino-x.x.x/ with arduino-1.8-5/
Step 7.Run Mixly.jar to start Mixly.
Step 8.(optional)If you want to run from mixly.bat:
rightclick "mixly_arduino\mixly.bat"
select : edit
Replace text : start .\arduino-1.x.x.x\java\bin\javaw -jar Mixly.jar
with : start .\arduino-1.8.5\java\bin\javaw -jar Mixly.jar
Save
The text was updated successfully, but these errors were encountered:
Mixly_Arduino
https://github.com/xbed/Mixly_Arduino/wiki ( English version on the right)
http://mixly.org (google translate to English)
Mixly is a visual programming editor for Arduino.
Users can drag blocks together to build programs.
The code is based on Google's Blockly which is free and open source.
How to use this project?
Step 1.Download and unzip the project.
Step 2.Download Arduino IDE : Windows ZIP file for non admin install (160MB)-Not the windows installer !!!
https://www.arduino.cc/en/Main/Software (Donate or just download)
Step 3. unzip arduino-1.8.5-windows.zip anywhere you want (better use 7-ZIP software : http://www.7-zip.org/download.html )
Step 4.open unzipped "arduino-1.8.5-windows" Directory to find "arduino-1.8.5" Directory
Step 5.cut or copy "arduino-1.8.5" Directory to unzipped "mixly_arduino" directory
Step 6. Open the file "mixly_arduino\setting\config.properties" with text editor.
Replace text : arduino-x.x.x/ with arduino-1.8-5/
Step 7.Run Mixly.jar to start Mixly.
Step 8.(optional)If you want to run from mixly.bat:
rightclick "mixly_arduino\mixly.bat"
select : edit
Replace text : start .\arduino-1.x.x.x\java\bin\javaw -jar Mixly.jar
with : start .\arduino-1.8.5\java\bin\javaw -jar Mixly.jar
Save
The text was updated successfully, but these errors were encountered: