Search the Community

Showing results for tags 'Arduino'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Community
    • Gadget Factory Reboot 2022-2023
    • Gadget Factory
    • Documentation
    • FPGA Discussions
    • Community Projects
  • Soft Processors
    • Migen/LiteX/Risc-V
    • ZPUino
    • J1 Forth
    • AVR8 Soft Processor
  • Electronics
    • Modules
  • Papilio Platform (Retired)
    • Papilio General Discussion
    • Papilio Pro
    • Papilio One
    • Papilio DUO
    • Papilio Wings
    • DesignLab IDE
    • DesignLab Libraries
    • RetroCade Synth
    • Papilio Arcade
    • Papilio Loader Application
    • Papilio Logic Sniffer
    • Pipistrello
    • Retired
  • Open Bench (Retired)
    • Open Bench Logic Sniffer at Dangerous Prototypes
    • OpenBench Logic Sniffer at Gadget Factory
  • GadgetBox Universal IoT Hardware (Retired)
    • GadgetBox General Discussion
  • Gadget Factory Internal Category

Categories

  • Papilio Platform
    • Papilio One
    • Papilio Plus
    • Papilio Wings
    • LogicStart MegaWing
    • ZPUino
    • Papilio Pro
  • Papilio Arcade
  • RetroCade Synth
  • Logic Sniffer
  • FPGAs
  • DesignLab
    • Example Projects
    • Libraries

Categories

  • Papilio FPGA
    • Papilio UCF (User Constraint) Files
    • Papilio Bit Files
  • Papilio Arcade
  • RetroCade Synth
  • General
  • Beta (Test) Releases
  • Books

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 3 results

  1. http://www.nxlab.fer.hr/fpgarduino/ The FPGArduino project provides pre-built software tools and FPGA configuration bitstreams which transform popular FPGA development boards into microcontroller systems programmable using the intuitive Arduino development environment. https://github.com/f32c/arduino If you like it you can support it by adding support for your board...
  2. Version 2.3.0

    13,198 downloads

    ZAP IDE has been replaced by the easier to use DesignLab IDE which integrates schematic based circuits with Arduino style code. Please download the latest DesignLab IDE files for the latest Papilio software. ZAP (ZPUino Arduino Papilio) IDE is specially designed to get you up and running quickly with Soft Processors on the Papilio FPGA boards. It has everything needed to start running sketches on the AVR8 and ZPUino Soft Processors in a single download. Based on the Arduino IDE (1.5.2) and specially modified for Soft Processor based System on Chip designs. Supports: ZPUino Soft ProcessorVersion 1.0 Version 2.0 (experimental) [*]AVR8 Soft Processor More Info: ZAP IDE QuickStart ZPUino User Guide Soft Processor Tutorials Soft Processor Reference Versions: Once you go to the download section you will see different files to download, the files marked with expert do not include a java jre and are a little smaller to download. If you already have a compatible jre you can try downloading the expert version, but for a hassle free experience we recommend downloading the larger version that has everything included.
  3. Version 1.5.2-1.0

    20,442 downloads

    This is the first test release of the Arduino IDE with a plugin to work with the pcDuino. This includes both Arduino IDE 1.5.2 and pcDuino plugin 1.0. Usage: Unzip the archive to your pcDuino - recommend using a file system on a sd card. run arduino executable as the ubuntu user change the board type to pcDuino look for pcDuino examples select the "Upload" icon - program will compile and should start a new window running the program. Details: All generated executables are saved in your sketch directory (/home/ubuntu/sketchbook) as {sketchname}.cpp. Even though it has a cpp extension it is an executable that you can run. Pressing the "compile" icon will update the executable in the sketch directory without running it.