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

hi, How would it be possible to use the WiFi/WebServer libs by piduino via Arduino IDE/API? (Finally the Pi has already built-in WiFi connections)

git clone installation fails: The command "https:" is either misspelled or could not be found. Arduino IDE installed on Windows 11 PC ``` D:\Arduino\hardware\RaspberryPi>git clone https://github.com/me-no-dev/RasPiArduino piduino The command "https:"...

hi, Is it now also possible to operate Raspberry Pi 3B (not 3b+ !) with Stretch?

I read the thread on getting to run on Pi3. Any chance of updating for executing bins on Pi Zero w?

Followed the instructions under macOS with both Versions of the Arduino IDE 1.18.19 nor 2.0.4. Installed the files into the current dir ~/Library/Arduino15/packages/arduino/hardware/RaspberryPi/piduino . Also installed the toolchain from https://github.com/me-no-dev/RasPiArduino/releases/download/0.0.1/arm-linux-gnueabihf-osx.tar.gz...

Hi,I have the same problem. I followed the instructions to install the RasPIArduino framework and I'm able to compile the sample code without problems, but I can't see the IP...

When I try to compile a program for the Pi Zero W 2 it refuses to run with the error `UNKNOWN_REVISION: 0x00902120, MODEL: 0xFFFFFFFF` the revision mentioned is the revision...

I attempting to compile the radiolib/si443x/Si443x_Receive_Interrupt example for raspberry pi but it does not succeed, it compiled successfully for Arduino Uno and ESP32. for Raspberry Pi it gives to me...

RaspiArduino has some problem with this library ```#include int counter = 0; void setup() { Serial.begin(9600); LoRa.setPins(22, 9, 8); while (!Serial); Console.println("LoRa Sender"); if (!LoRa.begin(433E6)) { Console.println("Starting LoRa failed!"); while...

Is Yield(); supported to give yield to the operating system?