-
The new firmware (4e2ce) does not enumerate ...
dmesg results with:
[ 1067.968406] usb 1-1.4: device descriptor read/64, error -110
[ 1073.074002] hub 1-1:1.0: unable to enumerate USB device on por…
-
I just wanted to use the Xmegaduino fork on my self-made Xmega board with a 32A4U chip. Since it is quite similar to the 32A4 (except for the built-in USB?!), I just tried to use the Akafuino X bootlo…
-
e6f1fafabf2c6667b0713379c4ff64ab6caae6c4
xmega firmware builds and loads correctly
however, running TakkTile.py gives the following result:
--1-- [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14,…
-
I just downloaded and compiled Xmegaduino on Windows 7 64-bit. The build succeeds, but when I try to start ardunio.exe, either through "ant run", double clicking on the exe file or running it from a c…
-
Serial communication code in comm is currently written in C/C++, other modules (esp. sensors, action, navigation) need a Python interface.
Basic requirements of such an interface:
- expose movement, …
-
## Moved this into a new issue:
@whitetd
Is anyone else still having problems with it dropping a line early in the
start?
I've just been repeating the line and it works but a bit of a pain. using
u…
-
Hi there,
thanks for the great work. One remark: all over the code I see attributes "always_inline". This causes (very recent ...) gcc's to fail, and the compiler is right: it rightly complains that …
-
USART in synchronous mode was selected due to DMA capabilities, but CS control needs make DMA use not feasible.
The XMEGA's SPI peripheral can run 4x times faster than the USART peripheral, but not …
-
Copied from Googlecode;
Reported by project member GorillaCoder, May 6, 2011
Serial communication was flaky. Karl added hard coded settings to fix it for 38.4K, 57.6K and 115.2K. Would be nice to rep…
-
I ran into a problem with the acceleration code. All the acceleration phases work fine but on deceleration I get unnaturally long ends. Basically the motion decelerates and right before it should stop…