All Projects → Lauszus → Sanguino

Lauszus / Sanguino

Sanguino add-on for the Arduino IDE, based on http://code.google.com/p/sanguino/

Programming Languages

c
50402 projects - #5 most used programming language

Labels

Projects that are alternatives of or similar to Sanguino

Binarykeyboard
A keyboard with two buttons that types in binary.
Stars: ✭ 141 (-5.37%)
Mutual labels:  arduino
Arduino Eepromex
Extended EEPROM library for Arduino
Stars: ✭ 143 (-4.03%)
Mutual labels:  arduino
Arduino Hmc5883l
HMC5883L Triple Axis Digital Compass Arduino Library
Stars: ✭ 146 (-2.01%)
Mutual labels:  arduino
Liquidmenu
Menu creation Arduino library for LCDs, wraps LiquidCrystal.
Stars: ✭ 141 (-5.37%)
Mutual labels:  arduino
E Books
A collections of FREE ebooks
Stars: ✭ 143 (-4.03%)
Mutual labels:  arduino
Stm32 O Scope
STM32F103 based minimalist oscilloscope.
Stars: ✭ 145 (-2.68%)
Mutual labels:  arduino
Arduino Lorawan
User-friendly library for using arduino-lmic with The Things Network and other LoRaWAN™ networks
Stars: ✭ 140 (-6.04%)
Mutual labels:  arduino
Arduino Libs
Arduino Libs & Examples: ADS1147, ADS7846, DAC8760, DS1307, RV8523, MCP2515, WS2812, S65-Display, MI0283QT-2/-9/-11, HX8347D, ILI9341, SSD1331
Stars: ✭ 148 (-0.67%)
Mutual labels:  arduino
Liveov7670
A step-by-step guide to building the circuit for this project:
Stars: ✭ 143 (-4.03%)
Mutual labels:  arduino
Esp8266 Mfrc522
MFRC522 RFID module connected to ESP8266 (ESP-12) WiFi module
Stars: ✭ 147 (-1.34%)
Mutual labels:  arduino
Jarduino
Program your Arduino in Java
Stars: ✭ 141 (-5.37%)
Mutual labels:  arduino
Arduino Fsm
Arduino library for implementing a finite state machine.
Stars: ✭ 142 (-4.7%)
Mutual labels:  arduino
Openbot
OpenBot leverages smartphones as brains for low-cost robots. We have designed a small electric vehicle that costs about $50 and serves as a robot body. Our software stack for Android smartphones supports advanced robotics workloads such as person following and real-time autonomous navigation.
Stars: ✭ 2,025 (+1259.06%)
Mutual labels:  arduino
Tmc2130stepper
Arduino library for Trinamic TMC2130 Stepper driver
Stars: ✭ 141 (-5.37%)
Mutual labels:  arduino
Wifly Shield
WiFly Shield -- A shield for the Roving Networks RN-52 WiFly Module.
Stars: ✭ 147 (-1.34%)
Mutual labels:  arduino
Teensypolysynth
A polyphonic synth build for teensy 3.2 and teensy audio adapter.
Stars: ✭ 140 (-6.04%)
Mutual labels:  arduino
Esp32 Blecollector
ᛡᛒ BLE Scanner + Data persistence on SD Card for M5Stack, Odroid-Go, ESP32-Wrover-Kit and other models
Stars: ✭ 145 (-2.68%)
Mutual labels:  arduino
Esp8266 game engine
Used ili9341 or ST7735. Contains a virtual machine running games from RAM.
Stars: ✭ 149 (+0%)
Mutual labels:  arduino
Jtag2updi
UPDI programmer software for Arduino (targets Tiny AVR-0/1/2, Mega AVR-0 and AVR-DA/DB MCUs)
Stars: ✭ 147 (-1.34%)
Mutual labels:  arduino
Esp8266 Tiny Door And Window Sensor
Battery powered door and window sensor with ultra low standby power. Arduino, ESP-12, Reed switch, ATtiny, LDO
Stars: ✭ 146 (-2.01%)
Mutual labels:  arduino

Sanguino

Developed by Kristian Sloth Lauszus, 2012

The code is released under the GNU General Public License.


Build Status

This is a Sanguino third-party hardware add-on for the Arduino IDE.

To use this add-on simply add the following url: https://raw.githubusercontent.com/Lauszus/Sanguino/master/package_lauszus_sanguino_index.json to the Arduino boards manager. Please see the following page for more information: https://learn.adafruit.com/add-boards-arduino-v164.

Advanced users can install the hardware add-on manually by creating a folder named "hardware" inside your sketchbook directory. Now move the Sanguino directory inside that folder. The structure would look like this:

  • Arduino/
    • hardware/
      • Sanguino/
        • avr/
        • bootloaders/
        • variants/
        • README.md
        • boards.txt

PlatformIO

It is also possible to use this add-on with PlatformIO. For instace you can use the Sanguino ATmega644 or ATmega644A running at 16 MHz by creating the following entry in your platformio.ini file:

[env:sanguino_atmega644p]
platform = atmelavr
framework = arduino
board = sanguino_atmega644p

This will also allow you to specify the upload speed by adding the following entry:

upload_speed = 57600

This is needed if you have not burned the Optiboot bootloader.

The list of boards can be found here: http://docs.platformio.org/en/latest/platforms/atmelavr.html#sanguino.

ATmega1284

Since the ATmega1284 is not supported by Avrdude. You will have to burn the bootloader manually from the command line. See this file for help: ATmega1284.md.

Also check out the following site for more information: http://blog.stevemarple.co.uk/2013/01/how-to-use-atmel-atmega1284-non-p.html.

For more information see the following site: http://www.arduino.cc/en/Guide/Environment#thirdpartyhardware or send me an email at [email protected].

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].