#author("2020-12-05T08:56:31+00:00","default:admin","admin") #author("2020-12-19T11:45:12+00:00","default:admin","admin") -[[ラズパイマガジン:http://itpro.nikkeibp.co.jp/linux/raspi/]] -[[「Raspberry Pi3 Model B」で遊んでみよう!Part1:http://pc.watch.impress.co.jp/docs/column/nishikawa/1004255.html]] -[[「Raspberry Pi3 Model B」で遊んでみよう!Part2:http://pc.watch.impress.co.jp/docs/column/nishikawa/1006048.html]] -[[開発者は1000台想定--「Raspberry Pi」が3000万台以上売れたワケ:https://japan.cnet.com/article/35163409/]] *Raspberry Pi 4 [#x5a971e7] -[[Argon NEO - Raspberry Pi 4用ケース:https://www.switch-science.com/catalog/6803/]] *Raspberry Pi 400 [#x103a657] -[[「Raspberry Pi 400」はキーボードにパソコンが入った約1万円の偉業:https://www.gizmodo.jp/2020/11/raspberry-pi-400-review.html]] -[[持ち運びに最適、見た目もかわいい実力派——キーボード一体型「Raspberry Pi 400」日本最速レビュー:https://fabcross.jp/category/make/20201203_raspberrypi400.html]] *OS [#q4399dad] -[[「圧倒的に速い」──ラズパイにOSをインストールする新ツール「Raspberry Pi Imager」:https://www.itmedia.co.jp/news/articles/2006/05/news031.html]] -[[Raspberry Pi 初期設定:https://qiita.com/HeRo/items/c1c30d7267faeb304538]] **Raspbian [#k5783e82] **Android [#a9d40c14] -[[Android ThingsをRaspberry Pi 3にインストール:http://qiita.com/aoinakanishi/items/fae26dc1ad0f16b58558]] -[[Raspberry Pi 3で、Android-6.0.1:http://qiita.com/mt08/items/1cef63cf9ed804d0f237]] -[[Google、Raspberry Pi 3でAndroidを正式サポートか:http://itpro.nikkeibp.co.jp/atcl/idg/14/481542/053000234/]] -[[Android ThingsというヤツがRaspberry Piにやってきた(環境セットアップまで):http://sh1k1ya.hatenablog.com/entry/2016/12/14/Android_Things%E3%81%A8%E3%81%84%E3%81%86%E3%83%A4%E3%83%84%E3%81%8CRaspberry_Pi%E3%81%AB%E3%82%84%E3%81%A3%E3%81%A6%E3%81%8D%E3%81%9F%EF%BC%88%E7%92%B0%E5%A2%83%E3%82%BB%E3%83%83%E3%83%88%E3%82%A2]] *Raspbianの設定 [#jfe586f4] **最初にやること [#bf8d2a9b] $ sudo apt-get update $ sudo apt-get upgrade -y $ sudo rpi-update $ sudo reboot **フォント [#ea983c92] -[[【Raspberry Pi】PixelのシステムフォントをNotoに変更する:http://studio.beatnix.co.jp/kids-it/hardware/raspberry_pi/system-font-noto/]] **Bluetoothスピーカー [#v7020560] -[[Raspberry PI 3 で Bluetooth(A2DP):http://qiita.com/nattof/items/3db73a95e63100d7580a]] -[[RaspberryPi Bluetoothスピーカーで音を出す方法:http://www.trifields.jp/how-to-sound-using-bluetooth-speaker-1981]] **セキュリティ [#v93f3864] ***Ban4ip [#r8fbc6a6] -[[fail2banをやめてBan4ipにしませんか?:https://linux.yebisu.jp/memo/1079]] -Interface 2017年3月号 p.117 - 122 **プリンタ [#ee53c7bc] -[[第11回「ラズベリーパイをプリントサーバにして社内便利化計画!」:http://deviceplus.jp/hobby/raspberrypi_entry_011/]] *Python [#j252a318] **[[BerryConda:https://github.com/jjhelmus/berryconda]] [#e109af25] -[[RaspberryPiでcondaを使いたいしpython3.6も使いたい:https://qiita.com/saragai/items/52de118c1aef1efeb284]] -BerryConda をインストール $ wget https://github.com/jjhelmus/berryconda/releases/download/v2.0.0/Berryconda3-2.0.0-Linux-armv7l.sh $ chmod +x Berryconda3-2.0.0-Linux-armv7l.sh $ ./Berryconda3-2.0.0-Linux-armv7l.sh : Do you approve the license terms? [yes|no] [no] >>> yes : Do you wish the installer to prepend the Berryconda3 install location to PATH in your /home/pi/.bashrc ? [yes|no] [no] >>> yes $ cd $ . .bashrc $ python -V Python 3.6.1 -これで自分専用の Python 環境ができるので、以降 pip コマンドなどは sudo を付けずに実行する *Raspberry Pi 400 [#x103a657] -[[「Raspberry Pi 400」はキーボードにパソコンが入った約1万円の偉業:https://www.gizmodo.jp/2020/11/raspberry-pi-400-review.html]] -[[持ち運びに最適、見た目もかわいい実力派——キーボード一体型「Raspberry Pi 400」日本最速レビュー:https://fabcross.jp/category/make/20201203_raspberrypi400.html]] *AI [#pd0725ef] -[[Raspberry Pi 人工知能ツールをインストール【Python3】:http://qiita.com/PonDad/items/9fbdf4d694f825dd1b6e]] *I2C [#rb8161de] **設定 [#p7b1b11f] -[[Raspberry Pi で I2C を利用するための設定:https://www.qoosky.io/techs/2316d68b2e]] **デバイス [#u7f10503] ***OLED [#r00828fc] -[[Raspberry PiでI2C接続の128×64 OLEDに日本語を表示(美咲フォント):http://ytkyk.info/blog/2016/06/19/raspberry-pi%E3%81%A7128x64%E3%81%AEoled%E3%81%AB%E6%97%A5%E6%9C%AC%E8%AA%9E%E3%82%92%E8%A1%A8%E7%A4%BA%E7%BE%8E%E5%92%B2%E3%83%95%E3%82%A9%E3%83%B3%E3%83%88/]] -[[raspberry pi でI2C接続の有機ELを使って時計を作る:https://qiita.com/raoakakaaakaua/items/7b9318ce539782da6731]] -[[Raspberry Pi 3で SPI接続の SSD1306 0.96インチ OLEDディスプレイを使用する方法:http://www.neko.ne.jp/~freewing/raspberry_pi/raspberry_pi_3_oled_0_96inch_spi_ssd1306/]] -[[raspberrypi3 yoctoでSSD1306 OLEDディスプレイを動かす:http://mickey-happygolucky.hatenablog.com/entry/2016/10/07/024608]] -[[Raspberry Pi で、128x64 OLED LCD ディスプレイを動作させる:http://b.ytyng.com/blog/RaspberryPi%E3%81%A7%E3%80%81128x64OLEDLCD%E3%83%87%E3%82%A3%E3%82%B9%E3%83%97%E3%83%AC%E3%82%A4%E3%82%92%E5%8B%95%E4%BD%9C%E3%81%95%E3%81%9B%E3%82%8B/]] -[[OLED を Raspberry Pi のコンソールにする:http://purose.net/fanout/index.php?OLED%20%E3%82%92%20Raspberry%20Pi%20%E3%81%AE%E3%82%B3%E3%83%B3%E3%82%BD%E3%83%BC%E3%83%AB%E3%81%AB%E3%81%99%E3%82%8B]] ***RTC [#i1769162] -[[Raspberry Pi(ラズベリーパイ)で秋月のリアルタイムクロックRTC-8564NBをバックアップ回路付きで使う:http://www6.plala.or.jp/empty_space/note0132.html]] -[[low voltage detected, date/time is not reliable.:http://portaltan.hatenablog.com/entry/2017/01/13/100844]] *パーツ [#c2665a14] -[[Kuman 44個キット Raspberry Pi用センサー センサーモジュール 38センサーモジュール+ADC0832チップセット+GPIO拡張ボード+ジャンパーワイヤー 電子部品 電作キット 実験用 Raspberry Pi 3 2 Model B B+ A A+に適用 K47:https://www.amazon.co.jp/Kuman-Arduino%E7%94%A8%E3%82%BB%E3%83%B3%E3%82%B5%E3%83%BC-%E3%82%BB%E3%83%B3%E3%82%B5%E3%83%BC%E3%83%A2%E3%82%B8%E3%83%A5%E3%83%BC%E3%83%AB-%E5%AE%9F%E9%A8%93%E7%94%A8-Arduino-Raspberry/dp/B01FYQ6EWC?th=1]] -[[Raspberry Pi拡張コネクタ用ブレッドボード接続アダプタ[RoHS]:https://www.monotaro.com/p/2688/1277/?gclid=Cj0KEQjwhMjKBRDjxb31j-aesI4BEiQA7ivN-JoD8APtMiDwUA6NzWXC-77lZdWES-7ffbjzMSdiU5UaAmkh8P8HAQ&utm_medium=cpc&utm_source=Adwords&cm_mmc=Adwords-_-cpc-_-PLA-_-26881277&ef_id=UJtCjgAAALSPFiKZ:20170627141209:s]] -[[サンワサプライ、モジュール式のラズパイ用センサーキット:https://pc.watch.impress.co.jp/docs/news/1091011.html]] -[[ラズパイを学習リモコン化できる基板が登場。2,500以上の家電製品に対応:https://pc.watch.impress.co.jp/docs/news/1095841.html]] *GPIO [#z50d3b60] -[[RaspberryPi の GPIO のプルアップ/ダウン設定について:http://manabi.science/library/2015/09132143/]] *クラスタ構成 [#v9127de3] -[[1060台の「Raspberry Pi」で構成するスーパーコンピュータ:https://fabcross.jp/news/2019/20191028_raspberry-pi.html]] -[[「Raspberry Pi」を使ったクラスタ--5台連結から大規模750台構成まで:https://japan.techrepublic.com/article/35122751.htm]] -[[OctaPi: cluster computing and cryptography:https://www.raspberrypi.org/blog/octapi/]] -[[Wee Archlet: our homemade Raspberry Pi cluster:https://www.epcc.ed.ac.uk/blog/2017/06/15/wee-archlet-our-homemade-raspberry-pi-cluster]] -[[Building a 300 node Raspberry Pi supercomputer:https://www.zdnet.com/article/building-a-300-node-raspberry-pi-supercomputer/]] -[[Affordable and Energy-Efficient Cloud Computing Clusters: The Bolzano Raspberry Pi Cloud Cluster Experiment:https://arxiv.org/pdf/1709.06815.pdf]] *C# [#c133fb5f] -[[C#でもラズパイIoTができる! .Net Coreで環境構築しよう:https://codezine.jp/article/detail/11677]] *OpenCV [#hd4fbfcd] -[[UbuntuでのOpenCVのインストール:https://riptutorial.com/ja/opencv/example/27794/ubuntu%E3%81%A7%E3%81%AEopencv%E3%81%AE%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB]] ... default で入っているOpenCVが使えない場合 **環境構築 [#v07d6add] -[[Raspberry Pi + Python 3 に OpenCV 3 をなるべく簡単にインストールする:https://qiita.com/masaru/items/658b24b0806144cfeb1c]] -[[ラズパイでpython3にopencvを入れたらエラーが出た【対処法】:https://qiita.com/XM03/items/48463fd910470b226f22]] -必要になるライブラリを先に入れておく $ sudo apt-get install libhdf5-dev libhdf5-serial-dev libhdf5-103 $ sudo apt-get install libqtgui4 libqtwebkit4 libqt4-test python3-pyqt5 $ sudo apt-get install libatlas-base-dev $ sudo apt-get install libjasper-dev -OpenCVをインストール $ sudo pip3 --default-timeout=1000 install opencv-python -このままだと Python で import cv2 とやるとエラーになるので、さらに以下を実行 --以下を実行 $ LD_PRELOAD=/usr/lib/arm-linux-gnueabihf/libatomic.so.1 --.bashrcに以下の1行を追加 export LD_PRELOAD=/usr/lib/arm-linux-gnueabihf/libatomic.so.1 --.bashrcの変更を反映 $ . .bashrc **動画キャプチャ [#df671a0b] -[[Python, OpenCVで動画を読み込み(ファイル・カメラ映像):https://note.nkmk.me/python-opencv-videocapture-file-camera/]] *カメラ [#j665c960] -[[Raspberry Piで室内カメラを作る①:https://qiita.com/henjiganai/items/b491e498d7d367306cd5]]