Etienne Landon 1f422f280f mid residency commit 7 lat temu
..
analog 445d703a81 added fraise grada 7 lat temu
bin 1f422f280f mid residency commit 7 lat temu
boards 445d703a81 added fraise grada 7 lat temu
bootloader 1f422f280f mid residency commit 7 lat temu
core 445d703a81 added fraise grada 7 lat temu
crt 445d703a81 added fraise grada 7 lat temu
dcmotor 445d703a81 added fraise grada 7 lat temu
dimmer 445d703a81 added fraise grada 7 lat temu
dmx 445d703a81 added fraise grada 7 lat temu
dmx_slave 445d703a81 added fraise grada 7 lat temu
doc 1f422f280f mid residency commit 7 lat temu
eeparams 445d703a81 added fraise grada 7 lat temu
extra 1f422f280f mid residency commit 7 lat temu
fraisedevice 445d703a81 added fraise grada 7 lat temu
fruit 445d703a81 added fraise grada 7 lat temu
hx711 445d703a81 added fraise grada 7 lat temu
i2c_master 445d703a81 added fraise grada 7 lat temu
olds 445d703a81 added fraise grada 7 lat temu
pid 445d703a81 added fraise grada 7 lat temu
pied 1f422f280f mid residency commit 7 lat temu
ramp 445d703a81 added fraise grada 7 lat temu
servo 445d703a81 added fraise grada 7 lat temu
spimaster 445d703a81 added fraise grada 7 lat temu
switch 445d703a81 added fraise grada 7 lat temu
utils 1f422f280f mid residency commit 7 lat temu
.gitignore 445d703a81 added fraise grada 7 lat temu
LICENSE.txt 445d703a81 added fraise grada 7 lat temu
README.md 445d703a81 added fraise grada 7 lat temu

README.md

fraise-logo

FRAISE : FRAmework for Interfacing Software and Electronics


Fraise is :

  • a protocol for communication between microcontrollers
  • some conventions about the communication physical layers and associated connectors
  • a multi-platform integrated development and runtime environment hosted by Pure Data for microcontroller boards

Fraise boards are currently powered by Microchip's PIC18F26K22 8-bit microcontrollers, which have similar capabilities to Arduino's ATmega328.

Compilation of the firmware is done with SDCC and gputils; Fraise ships with the compiler's binaries for Linux-x86, Windows and OSX (Linux-arm to come), and automates from Pd all the compilation and upload processes.

fruit-utils


##dependencies :

PureData + externals :

  • zexy
  • moonlib
  • hcs
  • ggee
  • comport

On 64 bit linux, the compiler requires 32 bit compatibility libraries. On Debian-like do :

sudo apt-get install libc6-i386

sudo apt-get install lib32stdc++6

##installation :

Install Pd + externals (or pd-extended). Get deken if it is not already installed, to be able to download latest versions of the externals.

Download latest Fraise version from Github : https://github.com/MetaluNet/Fraise/archive/master.zip.

Extract the archive somewhere, declare this path into Pd preferences.

On Linux, you may need to add your user to the dialout group, to have read/write permissions on the USB device /dev/ttyACM0. Just do :
sudo adduser [your_username] dialout

then logout and re-login.

##examples :

Open fruit/example/exampleFruit.pd with Pd.

##documentation :

Fraise library is generated by doxygen, and is published there : http://metalunet.github.io/Fraise-doc

Also, have a look at http://metalu.net/ressources-techniques/fraise.


Antoine Rousseau 2007-2016

license : GNU GPL (see LICENSE.txt )