2013年11月16日土曜日

Arduino Pro Mini Clone


3Dプリンタが大はやり、が、部屋の中でプラスチックを溶かすのは嫌だなと思っていた。たまたまebayでExtruder用の部品が結構簡単に入手できるようになってきていることを知って、どんなもんかとRepRapを覗いてみると、RepRapでもPCBを作っている。やはりメジャー、関わっている人数が違うのか随分進んでいるよう。これを使わせて頂ければRPiでPCからでもUSBでCNCを制御できる、と試してみることに。

まずは、Arduinoが一番手っ取り早そうなのでebayをチェック。チップを購入して作るよりちょっと罪悪感があるがクローンの方が安く、あまり考えずに端子がたくさんあって安いのがいいやと購入。

到着したものがこれ。なんのことはない共通の端子がいっぱいなだけ。



よく見ると他の出品写真には載っている上の列の右から2番めのコンデンサがない。

いちおうArduino Pro MIniとあったが、Deek-Robotというものの更に派生品なのか回路図もなんにもないので何かと思って接続を確認すると、ResetとAREFの間に接続されている。

といことは、無いのが正解ではないか、余計な端子があるおかげでAREFがAtmega328
から離れたところまで引き回されてコンデンサを通してResetに繋がる。すなおに考えればADCの精度が悪くなるような気がするが。

もとのパッドを使わずにお隣がグランドなので左にずらして付ければバイパスできるが取り敢えずそのままで。

Blinkで動作確認。


6 件のコメント:

  1. Good afternoon,

    My name is John writing you from Spain, I hope you understand a little English.

    You're the only person I've found with this arduino, I have but also what you are left with the red light and does nothing more. I'm trying to turn up a bootloader using Arduino one, but I am not able, can you help?

    my email is unbas [dot] forum [at] gmail [dot] com

    Thank you very much!

    返信削除
    返信
    1. Hi Jhon,

      I didn't do nothing special thing.

      Connect VCC, RXD, TXD, DTR to USB-Serial converter. Start Arduino IDE. Select serial port and "Pro or Pro Mini" board. Open "Blink" example sketch. Upload.That's all...

      Sorry for my strange english.

      削除
  2. I do not have any usb-serial converter, I only have an Arduino UNO to upload the sketch, I tried to do it using the Arduino UNO as ISCP but I always have errors 0x00, 0x15 and others.

    I'll try to do as I say. You Might hang some wiring diagram? My Mini Pro has 2 RXD 2 TXD and which of them connect?

    Forgive the questions but I have tried everything to make it work and do not get

    Thank you very much for answering

    返信削除
    返信
    1. I only have this Arduino. So I don't know how to upload the sketch with Uno.
      If you have the Uno with DIP type Atmega chip, you could try as follows.

      Remove Atmega chip on Uno from the socket.
      Connect,
      Uno IO0 - Pro Mini RXD
      Uno IO1 - Pro Mini TXD
      Uno RESET - Pro Mini DTR
      Uno 5V - Pro Mini VCC
      Uno GND - Pro Mini GND
      All pins that have same marking are same function.

      This might not be the solution you want...

      削除
  3. Do not know if I will serve but I'll try. Thank you very much for your answers

    返信削除
  4. just press reset before trying to upload... :) Hope this helps.

    返信削除