본문 바로가기

Project/KUSMO

[KUSMO] 9/27

728x90

9/27

$ ssh ubuntu@192.168.0.14
  • ssh 통신을 통해 라즈베리파이와 연결

 

$ sudo snap install arduino
  • 라즈베리파이위에 arduino 설치

 

$ sudo snap install arduino
Automatically connect eligible plugs and slots of snap "arduino"                                                                                                                                          Automatically connect eligible plugs and slots of snap "arduino"                                                                                                                                          Automatically connect eligible plugs and slots of snap "arduino"                                                                                                                                          Automatically connect eligible plugs and slots of snap "arduino"                                                                                                                                          arduino 1.8.19 from Merlijn Sebrechts installed
$ arduino
/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
Picked up JAVA_TOOL_OPTIONS: 
java.awt.HeadlessException: 
No X11 DISPLAY variable was set, but this program performed an operation which requires it.
	at java.desktop/java.awt.SplashScreen.getSplashScreen(SplashScreen.java:127)
	at processing.app.Base.<init>(Base.java:240)
	at processing.app.Base.main(Base.java:150)
  • arduino를 실행하려 하면 위와 같은 오류 발생

 

 

 


https://linuxhint.com/install-arduino-ide-raspberry-pi/

 

How to Install Arduino IDE on Raspberry Pi

If you are a university student with friends who are studying electrical engineering, you have most likely heard of Arduino. This is due to the fact that Arduino is a tool that is commonly used by electrical engineering students today to create their proje

linuxhint.com