Loading...
  Show Posts
Pages: 1 [2] 3 4 ... 9
16  Products / Arduino Due / Re: native USB losing bytes with SerialUSB.write on: April 21, 2013, 01:56:00 pm
Can you post some of your code?
17  Products / Arduino Due / Re: Due pinout diagram on: April 21, 2013, 01:15:37 pm
It looks like the physical pin color was shifted from dark gray to light blue.  The LED and SPI physical pin bubbles remain dark gray (no pun intended).
18  Products / Arduino Due / Re: SPI bus tristate problem on: April 21, 2013, 12:37:04 pm
Right, the SPI pins can only be pulled from the "SPI" header (MOSI digital 75, MISO digital 74, SCLK digital 76).  The select lines supported are digital pins 4 and 10.  All these are 3.3 volt logic even though there is a 5 volt pin on the SPI header, apparently for legacy. The pinout diagram is at http://arduino.cc/forum/index.php/topic,132130.0.html

SPI "extended" function call documentation for Due is at http://arduino.cc/en/Reference/DueExtendedSPI  It would infer that the pin state is set in SPI.begin as that is when they can no longer be used for general I/O.

Are your pin numbers, select, and function calls all per above?  Are your logic lines ok with 3.3 volt signals?
19  Development / Suggestions for the Arduino Project / IDE Enhancement Suggestion on: April 19, 2013, 11:43:03 am
This isn't a crosspost, more of a notation

I kindly request the Arduino team look at forum post http://arduino.cc/forum/index.php/topic,118440.0.html and incorporate IDE enhancements into the main code branch.

Thank you for your consideration.
20  Products / Arduino Esplora / Re: Esplora Game Released on: April 18, 2013, 05:48:10 pm
This build and game was posted to Make magazine http://blog.makezine.com/2013/01/14/arduino-esplora-video-game/
21  Products / Arduino Esplora / New Arduino Blog Post on: April 18, 2013, 05:46:43 pm
New Arduino Blog post in German and English on using Esplora as a tethered game controller:

http://arduino.cc/blog/2013/04/18/lets-go-german-with-arduino-video-tutorials/

Check this forum to see games with an attached display http://arduino.cc/forum/index.php/topic,142511.0.html
22  Using Arduino / Interfacing w/ Software on the Computer / Re: getting rid of Strings on: April 17, 2013, 11:51:56 am
Glad you got it working
23  Products / Arduino Due / Re: Arduino Due with USB Weatherboard on: April 16, 2013, 09:00:49 pm
can the weatherboard communicate at 3.3 volt?  if it is using 5v signals it could fry the Due input rx
24  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?
25  Using Arduino / Interfacing w/ Software on the Computer / Re: getting rid of Strings on: April 16, 2013, 07:22:32 pm
double check tx on arduino goes to rx of target and visa versa.  many seriall programs work to pc but they forget to cross them on hooking to real hardware.
26  Using Arduino / Interfacing w/ Software on the Computer / Re: avrdude :stk500_getsync() error.duemilanove on: April 16, 2013, 07:18:24 pm
that error means you need to change the board type in the arduino IDE. Play around until one works
27  Using Arduino / Interfacing w/ Software on the Computer / Re: slow usb data transfer on: April 16, 2013, 07:16:30 pm
you might ask in the Due subforum
28  Using Arduino / Interfacing w/ Software on the Computer / Re: Uploading code to Iteaduino Bt v1.1 on: April 16, 2013, 07:14:21 pm
that message means that the board selection is not correct.  go to the iteadstudio site and see what type of arduino it is supposed to emulate then select that board in the arduiino software.. best wishes
29  Products / Arduino Due / Re: DUE IRremote proof of concept on: April 15, 2013, 09:34:11 pm
great work.  when you believe its ready, post your lib on the library thread
30  Community / Products and Services / Re: Serial Numeric Keypads, FREE with shipping to good home on: April 15, 2013, 09:28:00 pm
sounds like cool tech for an alarm system
Pages: 1 [2] 3 4 ... 9