'_'

clean up JS + PI wall + RaspberryPI 본문

자료용/HTML_CSS_JAVASCRIPT

clean up JS + PI wall + RaspberryPI

YISUP 2018. 10. 30. 06:39

-images

http://downloads.raspberrypi.org/raspbian/images/

raspbian-2015-05-07/ 2015-05-07 16:54


https://beautifier.io/


http://matthewepler.github.io/2016/01/05/piwall.html


- for somereason raspberryPi 1 only plays MJPG (motion jpg) with 640x480

http://www.bigasoft.com/ > converter

https://mediaarea.net/en/MediaInfo > this for media information


host verification ; when raspberry PI software changes and fail to connect via ssh

https://askubuntu.com/questions/45679/ssh-connection-problem-with-host-key-verification-failed-error

sudo nano /root/.ssh/known_hosts


Time&Date set without Internet ; https://www.raspberrypi.org/forums/viewtopic.php?t=182089

sudo date -s '2017-02-05 15:30:00'


5 Inch configuration

https://www.instructables.com/id/Setting-Up-an-800X400-5inch-HDMI-LCD-for-Raspberry/




Loop the Video + OMX player


https://www.raspberrypi.org/documentation/raspbian/applications/omxplayer.md


while true
do
   avconv -re -i movie.avi -vcodec copy -an -f avi udp://239.0.1.23:1234

done




https://gist.github.com/cpmpercussion/607e7fd5ad1f5b1cf4fc76950e6bcd13




 PI WALL 

https://github.com/goodtft/LCD-show

https://www.waveshare.com/wiki/3.5inch_RPi_LCD_(A)#Driver


 NetWork 


https://gist.github.com/chatchavan/3c58511e3d48f478b0c2

https://kerneldriver.wordpress.com/2012/10/21/configuring-wpa2-using-wpa_supplicant-on-the-raspberry-pi/#comments

https://www.raspberrypi.org/documentation/configuration/wireless/desktop.md

https://raspberrypi.stackexchange.com/questions/9257/whats-the-difference-between-wpa-roam-and-wpa-conf-in-the-etc-network-inte



Below are settings I succeed to connect. Also seems like it is usb-port sensitive, which means you need to plug wifi dongle to specific usb port



'자료용 > HTML_CSS_JAVASCRIPT' 카테고리의 다른 글

font family  (0) 2018.10.27
image responding to window size  (0) 2018.05.13
api_p5.js  (0) 2018.02.03
JavaScript_p5.js_array  (0) 2018.02.02