実現したいこと
Raspberry Pi PicoにArduino ISPを書き込んで、AVR開発をしたい。
前提
- Raspberry Pi PicoにArduino ISPを書き込み
- Raspberry Pi PicoでATTiny85にblinkの書き込み
をしようとしましたが、2の時点で次のようなエラーが発生します。
発生している問題・エラーメッセージ
avrdude: Yikes! Invalid device signature. Double check connections and try again, or use -F to override this check. An error occurred while uploading the sketch
設定
-
Raspberry Pi PicoにArduino ISPを書き込み
ボード: Tools / Bords / Arduino Mbed OS RP2040 Bodes / Raspberry Pi Pico
プログラム: File / Examples / 11. ArduinoISP / ArduinoISP -
Raspberry Pi PicoでATTiny85にblinkの書き込み
ボード: Tools / Bords / ATTinyCore / ATtiny25/45/85(No bootloader)
プログラム: File / Examples / 1. Basics / Blink
配線
Raspberry Pi Pico | ATTiny85 |
---|---|
3.3V | VCC |
GND | GND |
GP14 | RESET |
GP15 | MOSI |
GP16 | MISO |
GP17 | SCK |
ATTiny85 | - |
---|---|
PB1 | 1K-LED-GND |
試したこと
的外れだとは思いますが、ATTiny85のRESETピンをプルアップしたり、GP14間に0.1uFのコンデンサを入れましたが状況は変わりませんでした。
また、Raspberry Pi Picoのボード設定を非公式版に変更、ATTiny85のボード設定をOptiboot版に変更等してみましたが、同様でした。
補足情報(FW/ツールのバージョンなど)
Debian 11.5
ArduinoIDE 1.8.19
あなたの回答
tips
プレビュー