MENU

Fun & Interesting

【ワンコイン】最新ラズパイ『Raspberry Pi Pico』で電子工作!遊び倒してみました!

社畜商会 135,435 4 years ago
Video Not Working? Fix It Now

続き → https://www.youtube.com/watch?v=Wc2E_SFMUEg ラズパイの最新モデル『Raspberry Pi Pico』が発売されたので購入して遊んでみました。 これまでのラズパイとは違って「マイコン」と呼ばれるものになりますがなかなか遊びがいがあるデバイスでした。 電子工作向け、500円でお手軽。まずは買ってみましょう。オススメです。 --- スイッチサイエンスさんの販売ページ https://www.switch-science.com/catalog/6900/ ラズパイPicoの公式サイト https://www.raspberrypi.org/documentation/rp2040/getting-started/ Thonnyの配布サイト https://thonny.org/ 動画内で書いたコード(Lチカ、温度センサー)の参考元 https://datasheets.raspberrypi.org/pico/raspberry-pi-pico-python-sdk.pdf 液晶(SSD1306)のドライバコード ❌https://github.com/raspberrypi/micropython/blob/pico/drivers/display/ssd1306.py ❌https://github.com/micropython/micropython/blob/master/drivers/display/ssd1306.py ⭕https://github.com/stlehmann/micropython-ssd1306/blob/master/ssd1306.py ↑上のリンクが切れてるので下のリンクを試してみてください 液晶(SSD1306)の表示用サンプルコード https://github.com/raspberrypi/pico-micropython-examples/blob/master/i2c/1306oled/i2c_1306oled_using_defaults.py

Comment