Show Posts
|
|
Pages: [1] 2 3 ... 155
|
|
2
|
Using Arduino / Networking, Protocols, and Devices / Re: nRF24L01+ and roles
|
on: May 23, 2013, 09:39:51 pm
|
|
The first question to be answered is what does the role pin do... If you had taken the time to read ALL the documentation you'd know... From the pingpair sketch... // sets the role of this unit in hardware. Connect to GND to be the 'pong' receiver // Leave open to be the 'ping' transmitter const int role_pin = 7;
|
|
|
|
|
5
|
Using Arduino / Project Guidance / Re: how to get ir code
|
on: May 23, 2013, 01:38:54 am
|
|
Mr Google is your friend.. Answers come here much faster to those that took the time to begin searching, and asking questions about the answers found in the search, Not asking others to search for you... or write code for you What you want is available as a sketch (sketches, I think), I've seen it... There or somewhere. There are More Arduino groups, webpages and Sig's (Special interest groups) then you have the time to count... Cataloging them all would be a large piece of work. Mr Google also searches the Forum too. Which might save you another search. Have you taken the time to search the Playground... They'res a lot of IR stuff there... Too.
Doc
|
|
|
|
|
6
|
Development / Other Software Development / Re: NEW: Ide plugin for Atmel Studio
|
on: May 22, 2013, 05:17:11 pm
|
|
Thank You Sir.. I asked because there are others like myself that don't always use an Arduino Uno for code and any little advantage helps. Although there isn't a lot of spare room in many of the smaller chips... Once the code is debugged and works in a bigger one porting most code can be easily done.
Doc
|
|
|
|
|
8
|
Development / Other Software Development / Re: [MOD] Arduino Enhanced Release 1.0.4 for Windows (installer, drivers, etc) +SRC
|
on: May 22, 2013, 04:05:42 pm
|
|
I can program any chip from either method... as I've said Unfortunately, I can't help you much more. I use an AMD FX 6100 6 core processor running at 3.3 GHz with Win7 Ultimate. I've read comments from various people about this issue and unless there is a wiring issue?. I made several several myself before I put power to it.. Even after all the years I've still not learned that I'm not infallible. I may know the words but I've not yet comprehended them yet. So I make mistakes, I check my work and look that all is as intended, twice... Before I ever apply power I use my fluke to verify LED polarity, It's just what works for me.
Doc
|
|
|
|
|
9
|
Development / Other Software Development / Re: [MOD] Arduino Enhanced Release 1.0.4 for Windows (installer, drivers, etc) +SRC
|
on: May 22, 2013, 01:25:08 pm
|
|
I've used ArduinoISP to burn bootloaders and program both with RS232 or ISP and the modded 1.04 release... 328's and 85's are all I've programmed so far but the setup works flawlessly With no issues. as a matter of fact ver 1.01 won't work to do the same task. I made the adafruit shield but I modified it so that I could plug the 6 pin ISP cable into any ISP connector and program the chip from my shield... Necessary because I modified the shield to program 2313's and 85's.. and the 6 pin ISP connector.
Doc
|
|
|
|
|
10
|
Using Arduino / General Electronics / Re: How to mount components in a box?
|
on: May 22, 2013, 01:35:41 am
|
|
Epoxy works best in my experience, I used to have 1 in 10 separate from the panel until I began roughing up the plastic and fixing a small washer (I like outside star lock washers) and a grey epoxy resin used for automotive repairs called JB Weld. The curing time can be accelerated by heating to 45 deg C or 115 F for 30 minutes. This was a technique that I used to make field testable models that let me finalize circuit board sizes, mounting holes and cutouts required for a final drawing, PCB layouts (mounting holes) and battery holders for SLA batteries in both plastic and aluminum.
Doc
|
|
|
|
|
12
|
Using Arduino / General Electronics / Re: Voltage pulses on digital pin, how to fix?
|
on: May 20, 2013, 07:52:10 am
|
|
You could also put a 470 uF cap from Vcc to ground on the SD card... Do you have a separate 3V3 supply for the SD card, Most I've seen work @ 3V3 not 5V and If this is the case the 3V3 supply is limited in current capacity. The filter cap should help keep the supply "stiff".
Doc
|
|
|
|
|
15
|
Using Arduino / General Electronics / Re: USB D+/D- Resistors
|
on: May 17, 2013, 11:27:53 pm
|
|
There are sometimes low voltage zeners used there, Most low voltage zeners aren't very accurate and tend to be high in zener (avalanche) voltage. The USB signal as I remember is about 800 mV differential signalling so 27 could well mean 2.7V zener diodes too...
|
|
|
|
|