スキップしてメイン コンテンツに移動

投稿

2月, 2018の投稿を表示しています

Good Arduino Boards

Arduino DUE , 80Mhz Arduino M0  , like 8bit UNO, with FTDI, 48MHz Arduino M0 Pro (with medbg) Arduino  zero   , SAMD21,  like learnado, without FTDI CHIPKIT UNO32,  PIC32MX CHIPKIT wi-fire  200Hmz, PIC32MZ rescours: https://store.arduino.cc/usa/arduino-due The Arduino Due is the first Arduino board based on a 32-bit ARM core microcontroller. With 54 digital input/output pins, 12 analog inputs, it is the perfect board for powerful larger scale Arduino projects.   [Arduino Due] 通販コード M-07386 発売日 2014/03/17 メーカーカテゴリ  Arduino Srl(アルドゥイーノエスアールエル) Arduinoシリーズの中では珍しいARMコア(Cortex-M3)を搭載したArduinoDueです。 ハイスペックな開発を行いたい方にはこちらがおすすめです。 主な仕様 ・搭載マイコン:AT91SAM3X8E ・マイコン動作電圧:3.3V ・ボード入力電圧:7-12V ・デジタルI/Oピン:x 54 ・PWM出力可能ピン:x 12 ・アナログ 入力ピン:x 12 ・フラッシュメモリ:512キロバイト ・SRAM:96キロバイト ・クロック周波数:84MHz

Arduino on SMART SAM E70 (Read 347 times)

Arduino on SMART SAM E70 Apr 25, 2017, 06:38 pm Hello all, I recently purchased an Atmel ATSAME70-XPLD evaluation board. I would like to run the Arduino IDE using this board. Didn't find any thing about this searching the forum and was wondering if anyone has attempted this at this point. I have an existing project running on a Feather M0 Proto board. I need a faster clock speed and more memory resources to tweak the application. I can rewrite the code in C++ but would prefer to use the Arduino platform. I few hints on how to proceed to accomplish this would be greatly appreciated since I have not tried this before. Thanks in advance for any advice in advance!      Re: Arduino on SMART SAM E70 #2 May 26, 2017, 10:27 am See http://forum.arduino.cc/index.php?topic=478069.msg3265673#msg3265673 It's not an easy task, especially since it looks like the ...