Bluno General Arduino

Connecting an Atmel-Ice-Basic to Beetle using eClip?

userHead empty3teen 2017-02-05 00:48:27 5101 Views3 Replies
Connecting an Atmel-Ice-Basic to Beetle (DFR0339) using eClip?

The SPI pin-outs from the ICE (reference:make_clickable_callback(MAGIC_URL_FULL, ' ', 'http://www.atmel.com/webdoc/atmelice/atmelice.connecting_spi.html', '', ' class="postlink"')) do not appear to match the Beetle (reference:make_clickable_callback(MAGIC_URL_FULL, ' ', 'https://www.dfrobot.com/wiki/index.php/Bluno_Beetle_SKU:DFR0339', '', ' class="postlink"')). The eChip appears to be a direct pin-to-pin connection (reference:make_clickable_callback(MAGIC_URL_FULL, ' ', 'https://www.dfrobot.com/index.php?route=product/product&product_id=1307', '', ' class="postlink"')).
Reference for Uno ICSP:make_clickable_callback(MAGIC_URL_FULL, ' ', 'https://www.arduino.cc/en/uploads/Main/arduino-uno-schematic.pdf.', '', ' class="postlink"')

Signal ICE-AVR-pin ICE-SPI-6-pin Beetle-SPI-pin
SCK 1 3 5
GND 2 6 2
MISO 3 1 1
VTG 4 2 3
/Reset 6 5 4
MOSI 9 4 6

Is the Beetle “ICSP1” connector labeled correctly in the reference? Am I missing something? Do I need a different ICE-AVR-to-ICE-SPI cable?
Bob
2017-02-09 16:02:12 Hi

Oh, sorry. I checked the interface in the wiki and the schematic, and got a reply from my colleague that ICSP on the schematic is a standard interface, the ICSP in the wiki is extraction interface, you can refer to the picture to connect directly.

Let me know if you have any problem.
userHeadPic Wendy.Hu
2017-02-06 20:45:40 This picture is from Beetle here:make_clickable_callback(MAGIC_URL_FULL, ' ', 'https://www.dfrobot.com/wiki/index.php/Bluno_Beetle_SKU:DFR0339.', '', ' class="postlink"')
Are the pins in this picture labeled correctly?
Bob
userHeadPic empty3teen
2017-02-06 11:29:11 Hi

I checked the Uno ICSP interface and the Bluno Beetle and found that their interface is same. It should be
SCK 3
GND 6
MISO 1
VTG 2
/Reset 5
MOSI 4

So I guess you might be mistaken. Please check the following picture of the Beetle schematic:
[attachment=0]QQ图片20170206112157.png[/attachment]
Hope this will help you. :)
userHeadPic Wendy.Hu