All Projects → ChrisMicro → Arduinoonpc

ChrisMicro / Arduinoonpc

Projects that are alternatives of or similar to Arduinoonpc

Bmp180
A Temperature/Altitude/Pressure display based on Arduino, BMP180, and a Nokia 5110 LCD module.
Stars: ✭ 6 (-66.67%)
Mutual labels:  arduino
Photonreset
Helpful tips for restoring a Particle photon to an almost factory new condition
Stars: ✭ 7 (-61.11%)
Mutual labels:  arduino
Mid
Make it Digital: the BBC's Digital Creativity initiative
Stars: ✭ 17 (-5.56%)
Mutual labels:  arduino
Arduino Plays Piano Tiles
Stars: ✭ 6 (-66.67%)
Mutual labels:  arduino
Practice Of Arduino
开源硬件存代码区
Stars: ✭ 6 (-66.67%)
Mutual labels:  arduino
Esp32 ble wedo
A library to control LEGO wedo 2.0 with the ESP32 through Bluetooth low energy
Stars: ✭ 16 (-11.11%)
Mutual labels:  arduino
Vitotronic Interface 8266
ESP8266 WiFi to serial interface, built to connect to a Viessmann Vitotronic heating control.
Stars: ✭ 6 (-66.67%)
Mutual labels:  arduino
Crittergram Capture Cam
Arduino sketch to accompany the Crittergram Capture Cam for Weekend Projects
Stars: ✭ 17 (-5.56%)
Mutual labels:  arduino
Dead Reckoning
Robot code for my dead reckoning robot
Stars: ✭ 6 (-66.67%)
Mutual labels:  arduino
Signalbox
DCC Project
Stars: ✭ 17 (-5.56%)
Mutual labels:  arduino
Lightbottle
Stars: ✭ 6 (-66.67%)
Mutual labels:  arduino
Smarter air filter
Arduino + Smart Air Filter Automatic switch ON/Off Smart Air Filter according on the air PM value.
Stars: ✭ 6 (-66.67%)
Mutual labels:  arduino
Ardutester
ArduTester – Arduino Component Tester (mirror)
Stars: ✭ 16 (-11.11%)
Mutual labels:  arduino
Testing
Test Sketches for the SODAQ boards
Stars: ✭ 6 (-66.67%)
Mutual labels:  arduino
Bmp180
Altitude, Pressure and Temperature Sensor
Stars: ✭ 17 (-5.56%)
Mutual labels:  arduino
Conatra
Sinatra-style syntax for the Internet of Things (CoAP/CoRE, Arduino)
Stars: ✭ 6 (-66.67%)
Mutual labels:  arduino
Outputcontrollerrelay8x2
Arduino sketch for controlling outputs on a pair of Relay8 shields for a home automation controller. See http://www.superhouse.tv/12-building-an-arduino-home-automation-controller for more information
Stars: ✭ 7 (-61.11%)
Mutual labels:  arduino
Esp8266 Redis
An Arduino library for Redis that works on ESP8266.
Stars: ✭ 18 (+0%)
Mutual labels:  arduino
Dimswitch
Arduino library to control dimmable ballasts for fluorescent light tubes
Stars: ✭ 17 (-5.56%)
Mutual labels:  arduino
Myarduino
my repository for arduino source code
Stars: ✭ 16 (-11.11%)
Mutual labels:  arduino

ArduinoOnPc

What?

With this software you can run an Arduino Sketch on your PC. You don't need an Arduino hardware. The focus here is mainly on TFTs connected to an Arduino.

This software is made for Linux using the X11 window manager. If you want to use it on windows the only current option is a virtual machine.

Why?

Some Arduino boards do not have a debugging possibility. To find the errors in your sketches it might be usefull to be able to use a debugger. Using this tool you can debug your program locally, and develop without having to tinker with any additional hardware.

Installation

Requirements

You need gcc and make installed.

X11

To emulate a TFT this project uses X11. Therefore you have to install X11 support.

Debian/Ubuntu

sudo apt-get install libx11-dev

Arch Linux

sudo pacman -Sy libx11

Compilation

Makefile

# cd into any example in examples folder, for example:
cd examples/Adafruit_touchpaint

# Compile the code
make

# Execute
./Adafruit_touchpaint
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].