RasPiArduino icon indicating copy to clipboard operation
RasPiArduino copied to clipboard

Arduino Framework for RaspberryPI

Results 85 RasPiArduino issues
Sort by recently updated
recently updated
newest added
trafficstars

https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.6.x-package_index.json-format-specification It would very useful wrap up the install process using the package json format defined by Arduino.

Hi Guys, i want to compile an ESP8266 sketch wich includes FS.H. It complains it's not found. Whta do I need to change in the sketch to make it work?

On a Windows 10 environment, I am attempting to compile a trivial Arduino Sketch. When I try this, the compilation fails and the error logs shows: ``` C:\Program Files (x86)\Arduino\arduino-builder...

Hello, any idea why I cannot compile my sketch and faced to error ```ctags pattern is missing```? I installed RasPiArduino like described in that [video ](https://www.youtube.com/watch?v=lZvhtfUlY8Y)and try to compile that...

Hi ! Maybe I´m doing something wrong but this code did not work: ``` File script = FileSystem.open("wlan-stats.sh", FILE_WRITE); script.print("#!/bin/sh\n"); script.print("ifconfig wlan0 | grep 'RX bytes'\n"); script.close(); // close the...

There is a sample sketch provided as part of the Bridge library called "Process". It is supposed to run the `curl` app and log its response and then `cat` the...

Problems, BLINK sketch - running often kills the Pi's network connection... just a blink sketch - pin 18 - flashing on and off - first time I've ever had a...

hello, which pre-emptive multithreading libs are working with your RasPiArduino framework? Are there code examples available?

Tried the RasPiArduino on a Pixel version of Raspbian and it fails every time I try to use the ttl serial (Pins 8,10). I2C and Digital IO still seems to...