SkillAgentSearch skills...

Arscons

!! DEPRECATED !! scons script for Arduino sketch

Install / Use

/learn @suapapa/Arscons
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

!!DEPRECATED!! This repo is not maintained over 8 years! Recommand to use arduino-cli

Arscons : scons script for Arduino

build & upload Arduino sketch on the command line with scons!

  • No java needed!
  • Use Arduino IDE's conf. so, all board which supported by Arduino supported by arscons.
  • Works on Ubuntu Linux, Mac OS X and Windows.
  • Need pyserial to triggering reset just before upload.

Basic Usage:

  • make a folder which have same name of the sketch (ex. Blink/ for Blink.pde)

  • put the sketch and the SConstruct under the folder.

  • to make the HEX do following in the folder:

    $ scons

  • to upload the binary, do following in the folder:

    $ scons upload

  • refer Expert Usage for change the confs.

  • refer Arscons Users for arscons in practice (and hacks!)

Thanks to:

View on GitHub
GitHub Stars74
CategoryDevelopment
Updated3mo ago
Forks19

Languages

Python

Security Score

77/100

Audited on Dec 26, 2025

No findings