Show Posts
|
|
Pages: 1 2 3 [4] 5 6 ... 24
|
|
46
|
Using Arduino / General Electronics / Re: Safety System For Two Relays
|
on: March 17, 2013, 07:38:10 pm
|
|
See a quick drawing attached.
As soon as you energise one of the relays it will switch that load on, but it also breaks the circuit for the other relay, meaning you can't energise it.
Whichever relay is switched first will switch it;s load and prevent the other from being used. When you release that relay you can then energise the other one.
There is no way you can energise both relays at once.
|
|
|
|
|
47
|
Using Arduino / General Electronics / Re: AC relays - get relay that can handle double the voltage?
|
on: March 17, 2013, 07:13:42 pm
|
|
Get a relay with contacts rated for the voltage you want to switch. That's what a specification is for.
I don't know what the supply tolerances are in US, with Osgeld saying he's seen 110v one day and 130v the next, but here in the UK the stautory limits are 230V +10%/-6% giving a legal variation of 216.2V to 253V.
It used to be 240V +/-6% so similar limits at 120V would allow 112.8V to 132V, so it's quite possible depending on time of day and load factors.
You'd still just get a relay rated at 120VAC though.
|
|
|
|
|
48
|
Using Arduino / Displays / Re: LCD information requested
|
on: March 17, 2013, 06:21:38 pm
|
|
Why not just de-solder the ribbon cable and solder your own wires on? Might be easier.
Is it a 2 line display? The '162' in the 'P16245B-C R3' code *could* signify 16x2. It's a wild guess as there's no image of the front.
|
|
|
|
|
50
|
Using Arduino / Microcontrollers / Re: migrating from Atmega328 to Atmega644
|
on: March 16, 2013, 07:05:20 am
|
|
Looking at prices it seems most places sell the 1284 cheaper than the 644 anyway.
Whatever you get you'll need to set the fuses as a minimum. For this you'll need an ISP programmer or another Arduino to use as an ISP.
The easiest way would be to burn the 644 or 1284 bootloader and then use a USB > UART converter to continue uploading via USB. You could upload sketches directly using ISP as well.
If using Arduino IDE the you'll need to add some entries to the boards.txt file and also some pin definitions.
The 644 and 1284 optiboot bootloaders can be done using IDE with either an external ISP or an Arduino as ISP.
I'm now using Nick Gammons programmer sketch to bootloader 1284's but it doesn't have 644 capability at the moment so that has to be done via ArduinoISP. I'm going to go back and see if I can work out how to add 644 to Nicks sketch.
I'm now using 1284 on my own board design for my project. This includes onboard ports for directly plugging in nRF radio modules, SD card, Ethernet, Bluetooth, GPS, accelerometer, matrix keypad, custom buttons, digital audio amplifier, RGB LED strip, shift register control, dual power input with 3 voltage monitor circuits and multiple I2C device headers. My v2 design includes RTC connectors, RFID and the ability to use a 328 with limited peripherals where minimum functionality is required.
I'm finding the 1284 to be a great coding workspace after the 328. I have some 644's that I need to try boot loading and testing on my board.
|
|
|
|
|
52
|
Using Arduino / Audio / Re: New library for PWM playback from SD cards: SimpleSDAudio
|
on: February 27, 2013, 03:01:13 am
|
|
Have you tried with a different SD card?
I have some SD cards that just won't initialise in my card reader. I have two cards exactly the same, 2gb and same make and model, and only one will work with the reader. Both work in the pc. I also have some microSD that won't work either, where others do.
|
|
|
|
|
54
|
Community / Products and Services / Re: Where to advertise my android bluetooth interface software?
|
on: February 26, 2013, 04:24:52 am
|
|
I've just installed the beta on my phone. I'll have a play with it and provide feedback.
1) if you configure the screen and commands from the uC then do you have to do this every time? I.e settings lost and each connected device configures the connected BTInterface screens?
2) Is any particular version of Android required? I'd like to install in a cheap phone with PAYG SIM to provide mobile remote interface with the SMD ability.
It looks promisimg with some feedback to mature. :-)
Thanks
|
|
|
|
|
56
|
Community / Products and Services / Re: Cheap Fusion PCB Service(Color Free) !!
|
on: February 24, 2013, 05:04:51 pm
|
|
There is an option to leave comments at checkout. I'm sure you could leave a note to ask them to ship as not requiring signature, due to it being difficult for you due to working hours.
I like the signature touch as it shows they are serious about making sure your items reach you. If there is no signature then there is also no proof where an item may have gone missing in the delivery chain.
Anyway, I've now built the first board and tested it as working well. There are a couple of minor errors on my part, but nothing serious enough to prevent use.
Here's a couple of photo's below. I've also just submitted another 2 orders and will be following with some more in the next day or two. So far I can't recommend them highly enough. They tick all the boxes; Price, Options, Quality, Service, Delivery.
|
|
|
|
|
57
|
Community / Products and Services / Re: Cheap Fusion PCB Service(Color Free) !!
|
on: February 13, 2013, 03:40:26 pm
|
|
Boards from Elecrow just collected from the Post Office. They were sent as signature required, which is another nice touch on top of the emailed photo's and tracking.
I've only had a chance to look at one quickly but the quality looks very good.
I need to get some components soldered in the next few days and test these properly to make sure I've made no mistakes. I'll then report back.
Order placed 29th January. Order received in UK 13th February. Two weeks from order to delivery. :-)
|
|
|
|
|
59
|
Using Arduino / General Electronics / Re: Chinese Pcb Manufacturer Reccomendation.
|
on: February 11, 2013, 03:01:57 pm
|
|
After seeing this I thought I'd email Sitopway for a quote.
Just received it and they quoted me 50USD for 10pcs 100mm x 100mm dual layer, red soldermask, top/bottom silkscreen on 16mm FR4.
That's 20USD more than Elecrow, so looks like I'll be sticking with them.
The OP said 5.2GBP for 130mm x 140mm, so I wonder if that was just per single PCB, ie 10 pcs was 52GBP? That would make more sense at about 80-90USD for 10 pcs 130mm x 140mm, based on what they have quoted me.
|
|
|
|
|
60
|
Using Arduino / Microcontrollers / Re: Unable to locate library files
|
on: February 11, 2013, 11:05:37 am
|
|
If you're struggling to locate a particular library used in a specific project then it may be more productive to contact the author of that project for support.
Hopefully they can tell you where to get the library. It may be one of their own for that particular sketch.
|
|
|
|
|