Is Goldilocks not available anymore?
@johnb, I noticed you said the Goldilocks is retired in you other post. I was hoping to be able to get more. Will they be available for ordering? Or do we have to wait for the next version and how soon would that be?
Re: Is Goldilocks not available anymore?
This is true, we don't have any more retail units available. The next unit will be the new 1284P board which we're discussing at the following page:hiduino wrote:@johnb, I noticed you said the Goldilocks is retired in you other post. I was hoping to be able to get more. Will they be available for ordering? Or do we have to wait for the next version and how soon would that be?
viewtopic.php?f=7&t=5707
Re: Is Goldilocks not available anymore?
First, if you're using linux there is an enumeration problem between LUFA and linux. Just resetting the 32u2 doesn't achieve re-enumeration. You actually need to power cycle the interface. This doesn't seem to affect WinXP from what hiunino is reporting on another thread.
__________________________
irag
__________________________
irag
Re: Is Goldilocks not available anymore?
I think everyone (eg. Seeed, Sparkfun, Freetronics and me) have realised that using the ATmegaxxU2 as a USB-Serial interface is fraught with problems.
Using a FTDI solution is in every way better.
https://www.sparkfun.com/products/12757
http://www.seeedstudio.com/depot/Seeedu ... p-669.html
http://www.freetronics.com/collections/ ... -cellphone
http://feilipu.me/2013/12/01/goldilocks-v2-part-1/
The next Goldilocks will certainly not be using a ATmegaxxU2 for the interface.
Using a FTDI solution is in every way better.
https://www.sparkfun.com/products/12757
http://www.seeedstudio.com/depot/Seeedu ... p-669.html
http://www.freetronics.com/collections/ ... -cellphone
http://feilipu.me/2013/12/01/goldilocks-v2-part-1/
The next Goldilocks will certainly not be using a ATmegaxxU2 for the interface.
-
- Freetronics Staff
- Posts:853
- Joined:Tue Apr 09, 2013 11:19 pm
- Location:Melbourne, Australia
- Contact:
Re: Is Goldilocks not available anymore?
Just to clarify Freetronics' position on this: There are regrettably some problems with the unique atmega32u2 firmware installed on the Goldilocks. However we don't know of any significant problems with the 16u2 firmware that is used on almost all our other Arduino-compatible boards. It's generally reliable and 100% compatible with the Arduino reference designs. We don't have any immediate plans to stop using it.feilipu wrote:I think everyone (eg. Seeed, Sparkfun, Freetronics and me) have realised that using the ATmegaxxU2 as a USB-Serial interface is fraught with problems.
Using an FTDI-based chip is also a valid approach, which is why Jon designed it into the ArduPhone design for the 2014 Arduino MiniConf. It's also useful if you're making a Duemilanove compatible board (like the Seeed one). However they're both workable solutions, and we're not exclusively abandoning one for the other.