From owner-freebsd-questions@freebsd.org Mon Dec 5 15:23:27 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4D84C6704C for ; Mon, 5 Dec 2016 15:23:27 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 587E61E2B for ; Mon, 5 Dec 2016 15:23:27 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id uB5FNKuP047996 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 5 Dec 2016 08:23:20 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id uB5FNIgD047993; Mon, 5 Dec 2016 08:23:20 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Mon, 5 Dec 2016 08:23:18 -0700 (MST) From: Warren Block To: Patrick Mahan cc: freebsd-questions@freebsd.org Subject: Re: Looking for some direction In-Reply-To: Message-ID: References: User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.1 (wonkity.com [127.0.0.1]); Mon, 05 Dec 2016 08:23:20 -0700 (MST) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Dec 2016 15:23:27 -0000 On Sun, 4 Dec 2016, Patrick Mahan wrote: > On 12/4/16 6:51 AM, Warren Block wrote: >> On Sat, 3 Dec 2016, Patrick Mahan wrote: >> >>> All, >>> >>> I am buying an arduino board to do some hobbyist stuff in robotics and other >>> real-time control (sound, audio, etc). I see that there are multiple arduino >>> ports in the ports tree, but I don't see a mailing list for arduino directly and >>> what I have seen via google-fu seems to be a few years out of date. >>> >>> Is there a group of tinkers inside the FreeBSD community who are currently >>> playing with the latest arduino platforms? >> >> Define "latest" :) >> > > Well, I've got the what is labeled arduino-1.6.13-linux64.tar.xz and > arduino-1.6.13-macosx.zip. Looking at the Makefile for the ports tree I see > there is a > devel/arduino which seems to be centered on v1.0.6 while devel/arduino16 seems > to be 1.6.12. Well, I meant the hardware. The original Arduinos were all Atmel microcontrollers. Newer ones can have Atmel, ARM, or other CPUs. The IDE is the same, but the compiler toolchains needed for the non-Atmel processors might not be available as ports. >> Unfortunately, the FreeBSD Arduino ports are only for the Atmel >> microcontrollers. Other processors like ARM and the ESP8266 need both a newer >> version of the Arduino port and the associated toolchain. >> > > Well, I'm ordering the Arduino 101 > (https://www.arduino.cc/en/Main/ArduinoBoard101) which seems like a good entry > platform for doing both robotics and as a control board for controlling various > lighting items, etc. (this is something I'm working on with my son-in-law who > wants to be a DJ). It uses the Intel Curie architecture and has 14 Digital I/O > pins, 4 PWN pins and 6 analog pins plus a accelerometer/gyro. The Curie is a > hyrid 32-bit x86 core and ARC core. I kind of doubt the toolchains for this are available as ports, but admittedly don't know. >> That said, the ATmega microcontrollers are pretty capable, and the Arduino IDE is >> the same across platforms. It's inexpensive to try it out. > > It is that, $30 for the 101, I'm thinking of buying 4. > > Thanks, > > Patrick > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >