Loading...
  Show Posts
Pages: [1] 2 3 ... 708
1  Using Arduino / Microcontrollers / Re: ArduinoISP on Arduino DUE on: Today at 05:00:54 pm
Has anybody similar experiences with the tiny's max ISP speed?

I do.  There is some variance (I assume because of different fabs / batches).  With some processors I have had success programming over the recommend SPI bitrate but never by more than double.  I have never had problems using 125 KHz SCK for targets running at 1 MHz and 2 M SCK for targets running at 8 MHz.

Quote
(I could have mis interpreted the data sheet).

My interpretation is not the same.  This is from the t85 datasheet...

Quote
Low: > 2 CPU clock cycles for fck < 12 MHz, 3 CPU clock cycles for fck >= 12 MHz
High: > 2 CPU clock cycles for fck < 12 MHz, 3 CPU clock cycles for fck >= 12 MHz

That is greater than 2 CPU clock cycles for CPU clock speeds less than 12 MHz.

Quote
I see no way to configure the Due for a slower SPI.

Use bit-banging.  Nick Gammon has an implementation on his site that can probably be dropped-in.
2  Community / Website and Forum / Re: Attached images working differently? on: Today at 01:57:57 pm

 smiley-grin

Kudos to the admin.  I reported the problem last night and its already fixed.   smiley-cool
3  Development / Suggestions for the Arduino Project / Re: Compiler bug in the 1.0.x series of the Arduino IDE on: Today at 01:02:39 pm
is this going to be fixed ?

What did your Google searching reveal?
4  Community / Website and Forum / Re: Attached images working differently? on: Today at 12:58:04 pm

The image thumbnail or the missing capacitor?
5  Using Arduino / Project Guidance / Re: Mounting circuit boards to wood? on: Today at 04:04:46 am
You had me till 120v, 100w.
120v, 100w, wood...
Those lines only intersect in -- Calamityville.
UL-Listed NOT!

That can't be true or these would not be available...
https://www.google.com/search?q=100w%20in%20ceiling%20light
6  Using Arduino / Project Guidance / Re: Mounting circuit boards to wood? on: Today at 04:03:20 am

Looks somewhat relevant...
http://www.fpl.fs.fed.us/documnts/fplmisc/rpt1464.pdf

Quote
With prolonged exposure at all of the temperatures used there was a gradual darkening of the wood, accompanied by loss of weight and shrinkage in the trans-verse dimensions of the specimen.
...
Samples which had been exposed to 107°C. for 1,050 days assumed a light chocolate shade.

Obviously, you need to ensure the wood temperature will always be well below 107°C.  And, you need to ensure good ventilation in case a problem occurs with the first condition.
7  Using Arduino / Installation & Troubleshooting / MOVED: Help me! With Arduinodroid! on: Today at 01:20:02 am
This topic has been moved to General Discussion.

http://forum.arduino.cc/index.php?topic=167499.0
8  Using Arduino / Installation & Troubleshooting / Re: Suddenly can't compile any project anymore, avr-g++ returns 3 on: Today at 12:52:24 am

@avbeek reported...
....and C:\temp\sketch_may05a.cpp only contains an include of arduino.h, no code at all

Is that also true for you?
9  Development / Other Software Development / Re: Sleep mode demo code on: Today at 12:00:40 am

Nice.  Thanks.
10  Using Arduino / LEDs and Multiplexing / Re: Attiny85 sofeware PWM and analogread not be used simultaneously? on: May 20, 2013, 11:52:10 pm
It's for ATTiny85 3 channel software PWM to drive RGB LED

Why would you use something like that?  The ATtiny85 processor is capable of generating three PWM signals without any special library.
11  Using Arduino / Programming Questions / Re: Tlc5940 and IR library won't work together on: May 20, 2013, 10:02:40 pm

https://www.google.com/search?q=artcfox+tlc5940
https://sites.google.com/site/artcfox/demystifying-the-tlc5940
http://flipmu.com/files/2011/04/Demystifying-the-TLC5940.pdf
https://plus.google.com/112449749826562830126/posts/AknDJsLaCx5
12  Development / Other Software Development / Re: divmod10() : a fast replacement for /10 and %10 (unsigned) on: May 20, 2013, 08:36:20 pm

No timing comparison to the div / ldiv functions?
13  Development / Other Software Development / MOVED: Sumo Bot Code Help on: May 20, 2013, 08:29:53 pm
This topic has been moved to Programming Questions.

http://forum.arduino.cc/index.php?topic=167457.0
14  Using Arduino / Installation & Troubleshooting / MOVED: Trying to get extra cores working on 1.5.2 on: May 20, 2013, 01:16:12 am
This topic has been moved to Other Software Development.

http://forum.arduino.cc/index.php?topic=165212.0
15  Using Arduino / Installation & Troubleshooting / Re: Suddenly can't compile any project anymore, avr-g++ returns 3 on: May 20, 2013, 12:16:18 am

What happens if you run avr-g++ (without any arguments) from the command-line?
Pages: [1] 2 3 ... 708