Searduino 0.64 (GNU/Linux 64 bit)

searduino-bin-0.64-x86_64.tar.gz

 

Searduino 0.64 OS X

searduino-bin-0.64-x86_64.tar

Searduino 0.64 released

NEWS

More Arduino examples used to verify installation
If no registered listener for log msgs, then default to fprintf to stderr
Added rather stupid stub for pulseIn
Searduino version can be requested in Makefile
Documented how to set USB device manually
Started working on documenting I2C devices
Better management of Analog pins

Fixed Savannah bugs:
#36284  SEARDUINO_DEBUG not available…
#36280  Serial print functions do not work for stand alone programs
#36227  arduino_ex2c: main.c not added in Makefile
#36226  Add OS specific paths to upload script
#36285  Add pulseIn to searduino stubs
#36286  Add doc about USER_PORT
#36224  Add version handling in makefiles

GNU/Linux 32 bit:

searduino-bin-0.64-i686.tar.gz

GNU/Linux 64 bit:

searduino-bin-0.64-x86_64.tar.gz   (UPDATED LINK!!!!)

Windows 32 bit:

searduino-bin-win-0.64-i686.zip

searduino-bin-win-0.64-i686.tar.gz

 

 

Searduino 0.63 is out

NEWS

More Arduino examples used to verify installation
If no registered listener for log msgs, then default to fprintf to stderr
Added rather stupid stub for pulseIn
Searduino version can be requested in Makefile
Documented how to set USB device manually
Started working on documenting I2C devices
Better management of Analog pins

Fixed Savannah bugs:
———————
#36284  SEARDUINO_DEBUG not available…
#36280  Serial print functions do not work for stand alone programs
#36227  arduino_ex2c: main.c not added in Makefile
#36226  Add OS specific paths to upload script
#36285  Add pulseIn to searduino stubs
#36286  Add doc about USER_PORT
#36224  Add version handling in makefiles

Windows:

searduino-bin-win-0.63.zip

searduino-bin-win-0.63.tar.gz

GNU/Linux 64 bits:

searduino-bin-0.63-x86_64.tar

GNU/Linux 32 bits:

searduino-bin-0.63-i686.tar

Source code:

searduino-0.63.tar

Searduino 0.62 is out

NEWS:
Installing all headers – to make simulator API accessible
Better USB device handling

Manual:

http://download.savannah.gnu.org/releases/searduino/doc/searduino-docs-0.62.tar.gz

manual.pdf  manual.html  manual.txt

GNU/Linux:

http://download.savannah.gnu.org/releases/searduino/bin/gnu-linux/searduino-bin-0.62-i686.tar.gz

http://download.savannah.gnu.org/releases/searduino/bin/gnu-linux/searduino-bin-0.62-x86_64.tar.gz

Windows / Cygwin

http://download.savannah.gnu.org/releases/searduino/bin/cygwin/searduino-bin-0.62-i686-win.zip

http://download.savannah.gnu.org/releases/searduino/bin/cygwin/searduino-bin-0.62-i686-win.tar.gz

Source:

http://download.savannah.gnu.org/releases/searduino/src/searduino-0.62.tar.gz

Git:  http://git.savannah.gnu.org/cgit/searduino.git/tag/?id=0.61

Searduino for Ubuntu demo at ITU

searduino-bin-0.6-x86_64.tar

searduino-bin-0.6-i686.tar

Beta window searduino

searduino-win.tar.gz

searduino-win

Searduino 0.6 (0.60) is out

News in 0.6

  • New log window in Python GUI
  • Added lib-libraries for linker to add
  • Compilation warnings from pedantic mode
  • Serial window in Python GUI
  • Version number in programs (and seasim API)
  • Setting ARDUINO=100 in makefiles (used to determine version)

Fixed Savannah bugs:

 

  • 36061  analogWrite currently writes to analog pins (should be to digital pins)
  • 36049  configure error on i86
  • 36188  SCrollbar missing in Parduino’s log windows
  • 36173  Helper macros not in correct header files
  • 36162  Add debug flag (choosesn during configure) to Searduino
  • 36158  digitalWrites etc don’t show up in Mac
  • 36142  Remove generated files from git
  • 36103  Minor error in binary install instructions in manual
  • 36075  Missing version information in programs
  • 36072  Libraries for arduino are built when install
  • 36061  analogWrite currently writes to analog pins (should be to digital pins)
  • 36050  Compilation warnings on i686
  • 36220  Read status of output pin
  • 36223  SEARDUINO_PATH incorrect in verify-install.sh

Source code:

tar.gz:  http://download.savannah.gnu.org/releases/searduino/src/searduino-0.6.tar.gz

signature: http://download.savannah.gnu.org/releases/searduino/src/searduino-0.6.tar.gz.sig

Binary releases:

 

…. until 24 hours this link may be the only thing:

http://download-mirror.savannah.gnu.org/releases/searduino/

Example on how to turn an external lib into a lib for use in Searduino

Here’s a tar file as an example on how to turn Arduino code into libraries for use with Searduino:

These projects:

http://sourceforge.net/projects/arduinowifly/files/

http://arduiniana.org/2009/04/new-streaming-library/

are packed together with some Searduino Makefiles. Download this:

external-libs.tar

Searduino for Cygwin/Windows (beta)

For the first time, a binary release for Cygwin on Windows:

searduino-bin-BETA-i686-cygwin.tar  (this is “0.51″ with some additions)

Required software:

To use it you need to install the following:

  • WinAVR
  • cygwin (gcc, g++, make)

Note:

Python support is not enabled

Installation:

  • Start a cygwin shell
  • Follow the procedures for “Binary releases” -> “GNU/Linux” in the manual