|
hace 8 años | |
---|---|---|
.. | ||
analog | hace 8 años | |
bin | hace 8 años | |
boards | hace 8 años | |
bootloader | hace 8 años | |
core | hace 8 años | |
crt | hace 8 años | |
dcmotor | hace 8 años | |
dimmer | hace 8 años | |
dmx | hace 8 años | |
dmx_slave | hace 8 años | |
doc | hace 8 años | |
eeparams | hace 8 años | |
extra | hace 8 años | |
fraisedevice | hace 8 años | |
fruit | hace 8 años | |
hx711 | hace 8 años | |
i2c_master | hace 8 años | |
olds | hace 8 años | |
pid | hace 8 años | |
pied | hace 8 años | |
ramp | hace 8 años | |
servo | hace 8 años | |
spimaster | hace 8 años | |
switch | hace 8 años | |
utils | hace 8 años | |
.gitignore | hace 8 años | |
LICENSE.txt | hace 8 años | |
README.md | hace 8 años |
FRAISE : FRAmework for Interfacing Software and Electronics
Fraise is :
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.
##dependencies :
PureData + externals :
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 )