Show Posts
|
|
Pages: 1 2 [3] 4 5 ... 9
|
|
32
|
Products / Arduino Due / Re: Arduino Due with USB Weatherboard
|
on: April 16, 2013, 08:45:20 pm
|
|
what are your symptoms - hangup, no data, garbled data? Is the board compatible with 3.3 volt logic on Due?. Are you connected to rx1 and tx1 and you have rx of board to tx of due and visa versa?
|
|
|
|
|
42
|
Development / Other Hardware Development / Re: My attachment for making USB game controllers
|
on: April 14, 2013, 10:36:47 am
|
|
I don't want to cast doubt on things but...
The Arduino Leonardo, Esplora, Mini, Due, and clone boards based on their designs already allow the existing USB port to emulate a mouse/keyboard. Example code exists in the Arduino IDE. While some may want to add this capability to an Uno or other board, the market would probably be low as it would have to be much cheaper than the above solutions.
|
|
|
|
|
43
|
Development / Other Hardware Development / Re: Iboard from Iteadstudio pinout?
|
on: April 14, 2013, 10:32:16 am
|
|
The A0-A7 pins are the analog pins, similar to A0-A5 on the Uno. The docs state A6 and A7 don't work quite like the others.
The other two pins are for ground and power, useful if you want to use the pins for a servo or sensor by connection via a 3 pin connector.
I documented the board a bit and sent it to them but they didn't post it. The price has not gone down so I haven't bought more than the one I put in my attic project although I really like the xbee and RF24 sockets but wish that pin assignments would be more flexible.
|
|
|
|
|
44
|
Products / Arduino Due / Re: linking with libarm_cortexM3l_math.a ?
|
on: April 14, 2013, 09:36:19 am
|
|
Great work raalst. I would hope that DMA sampling could be rolled into a library some day. Sooner than that I'd hope the Arduino Team would support formally some of the ARM libraries like the math one which includes the FFT - the power and code is already there, just make it easier for the development community to use it in the same spirit that has been done for other platforms.
|
|
|
|
|