Loading...
  Show Posts
Pages: [1] 2 3 ... 8
1  Using Arduino / General Electronics / Re: does a Tip122 have a issolated heatsink? on: May 18, 2013, 12:11:08 pm
that sort of tape is great,

BUT:

it has no long term mechanical strength,

its a plastic, and one part will slide wrt the other with time and heat.

used on things like CPU heat sinks its great,
    little mechanical stress to the parts, it lays flat most of its life,
 
2  Using Arduino / General Electronics / Re: My serious fail with ribbon cable on: May 18, 2013, 12:06:41 pm
related note:

on a ribbion cable, you have a lot of capacative coupling wire to wire,

thats why half the pins are joined, to ground, so alternate conductors are ground, and alternat conductors are signal.

I've seen -5 v spikes coming out of 1 m of ribbion cable with insufficient earths, when the input is only + 5 volts .

its the edges.

oh BTW: the above blew the receiver circuit.
   the reason was that the pin numbering on the cable / schematic was wrong, so instead of alternate conductors in the ribbion being ground, 40 wires on the left were earth, the 40 on the right were signal !!
3  Topics / Home Automation and Networked Objects / Re: Wi-Fi Remote Control Arduino Android application. on: May 18, 2013, 11:53:05 am
try downloading another item,

like a free game ( solitaire ? ) from the app store.


4  Topics / Home Automation and Networked Objects / Mains Controller? DMX ? on: May 17, 2013, 09:21:20 am
Its just a thought

can I bounce the thought here.

the old question, controlling mains loads, such as heaters, with spare PV power.

Now I dont like playing with mains voltages, and I know the wife would be happier if I did not have a home brewed mains controler.

SO looking back a few years, I used to work in the theater, and we had remote controlled lamp dimmers, controlled over DMX, which is a differential low voltage system ,

We have DMX shields already in existence, and a 4 channel , 10 amp per channel DMX dimmer costs less than 100 Euro,

so thought was, use an Arduino with a DMX shield to control the dimmers,
   the arduino also receiving info from something like the EmonTx,
   
Any thoughts on would this be usefull to any one else , is it a good idea or mad ?

Ta
5  Development / Other Hardware Development / Re: The Black Diamond, a new Arduino Due workalike on: May 13, 2013, 02:11:29 pm
would really like to see a eprom / flash interface so that as the user above says,
   constants can be stored.

Even a one wire interface for constants would be great.
 
how do I store a MAC address,
   or calibration data that I've spent ages setting up....

I can, but others might not want to use VHDL / verilog to configure the Lattic device.
6  Development / Other Hardware Development / Re: Air flow sensor on: February 06, 2013, 02:26:37 am
so could u post what u are looking at then please.

some one else might gain from the info
7  Development / Suggestions for the Arduino Project / Re: Bit by SoftwareSerial on: February 03, 2013, 02:13:47 pm
I would make a few comments.

software serial was made I understand to add extra serial ports to a device that had not sufficient.
  I certainly used it to provide a 5th port on the mega when the design called for one.


I have also used it to give me multiple outputs on a design I needed, wit h no inputs. the -1 was added about that time, may be a year or so ago me thinks, but could be out there.

I think software serial was around before the mega, so was not as such designed for it, or not for it.
   its there if needed.

8  Development / Suggestions for the Arduino Project / Re: Bit by SoftwareSerial on: February 03, 2013, 03:20:34 am
Hi

this is not an answer, more sympathy.

I bumped into the same problem with software serial on the mega,
    in that I'd wired the serial port on software serial to pins that did not support interupts.

qQED : it did not work,
   I had to move the pins to one of those that does support interrupts on input
     and software serial worked,

9  Development / Suggestions for the Arduino Project / Re: Does Arduino need a real-time scheduler? on: January 16, 2013, 02:04:20 pm
to answer the question
   yes it dosn't

depends what your doing with the thing.

would be nice if a simple rtos was available,

as for the comment back a while about the good old 8008,
   the work on the apollo computer used a rtos / interupt / schedular system,
     its what saved the 11 mission when buzz left the  return to orbit  radar on as well as the landing radar.

http://ed-thelen.org/comp-hist/vs-mit-apollo-guidance.html

have fun
10  Development / Other Software Development / Re: SoftwareSerial magic numbers on: January 05, 2013, 07:09:16 am
well done

testing this sort of thing is a real pain I know,
   
11  Development / Other Software Development / Re: SoftwareSerial magic numbers on: January 04, 2013, 03:21:48 am
robtillaart

like the idea of a formula,
    but could be slow to change baud rate could it not.

not certain, and for interest,
   did you try two boards connected using the standard software serial code,
      did you try two boards using the standard hardware uart.

12  Development / Suggestions for the Arduino Project / Re: Please consider using a Installer and Web Updater on: January 02, 2013, 01:47:54 pm
Peter_I

makes you wonder why so many people seem to make a hash of installing,
    and come to the forum, or ask friends.

and why an installer gets asked for so often.

but thats another question.

have a good new year.

life ah,

13  Development / Suggestions for the Arduino Project / Re: Please consider using a Installer and Web Updater on: January 01, 2013, 07:48:34 am
Hi

good comments,

I think the library installer you mention has been cracked by Eried in the windows system.

did not know that arduino was in the linux package managent system,
    interesting. I use linux on my servers, centos, I'll have to have a look for a development system for arduino.

have a good new year,
14  Development / Suggestions for the Arduino Project / Re: Please consider using a Installer and Web Updater on: December 31, 2012, 11:33:17 am
must be the time of year tuxduino,

I think windows is covered , Eried seems to do a great job on that,
   
you do seem 'focused' on msi files and windows in your comments,
     which as I say seem to be covered,

15  Development / Suggestions for the Arduino Project / Re: Please consider using a Installer and Web Updater on: December 31, 2012, 07:46:51 am
Hi

msi is windows is it not ?

I think Eried has windows well covered thanks,

Pages: [1] 2 3 ... 8