Arduino

From: ANT_THOMAS 5 Jan 2015 11:58
To: Chris (CHRISSS) 125 of 542
Most Arduinos can take 6-20V on the Vin so you shouldn't need a regulator (there's one onboard).
From: Chris (CHRISSS) 5 Jan 2015 12:17
To: ANT_THOMAS 126 of 542
Both my SainSmart and the nanos say up to 12V.
From: Chris (CHRISSS) 5 Jan 2015 13:03
To: ANT_THOMAS 127 of 542
Had a quick look on Google. Depends how much current the board will be consuming. If it's not doing too much it should be ok with the 18V, otherwise it would need another regulator that could handle tthe current.
From: Chris (CHRISSS) 6 Jan 2015 14:03
To: ANT_THOMAS 128 of 542
A quick question about the mini boards: what cable is required to program the board? Is it just a cable or is there a circuit board between the two?

I might buy an 8MHz mini to make a custom transmitter to use my Taranis controller with my Hubsan X4.
From: ANT_THOMAS 6 Jan 2015 14:08
To: Chris (CHRISSS) 129 of 542
The Pro Minis (without USB) need a USB to Serial (FT232) adapter of some sort to program them.

Because my adapter doesn't have the correct reset pin or something like that it's a pain to use, I've got to reset the board at exactly the right point to get sketches to load.
From: ANT_THOMAS 6 Jan 2015 14:10
To: Chris (CHRISSS) 130 of 542
From: Chris (CHRISSS) 6 Jan 2015 15:14
To: ANT_THOMAS 131 of 542
Much obliged once again Anthony. I'll have a look at that video later. Too many things I want to do already that I don't have parts for.
From: Chris (CHRISSS) 7 Jan 2015 21:29
To: ALL132 of 542
A little graph of the temp monitoring using a LM35. The temp at the start was in my bedroom, dropped when I brought the laptop into the kitchen. Went back up with the oven on. The drop down to 6°C ish was when I put two frozen peas either side of the sensor.

I have quite a few things on the way from China <twiddles thumbs>
Attachments:
From: 99% of gargoyles look like (MR_BASTARD) 7 Jan 2015 21:33
To: Chris (CHRISSS) 133 of 542
And to think our forefathers had to go down the pub and play skittles for laughs. Indeed, we are reaching an apex of civilisation.
From: koswix 7 Jan 2015 22:28
To: 99% of gargoyles look like (MR_BASTARD) 134 of 542
There's still a skittle pub in Edinburgh, it's awesome.
From: graphitone 7 Jan 2015 22:40
To: koswix 135 of 542
But how hot is it? If Chris doesn't get there, we'll never know.
From: Chris (CHRISSS) 8 Jan 2015 09:43
To: 99% of gargoyles look like (MR_BASTARD) 136 of 542
Playing skittles in a pub does sound like a lot of fun. I did need something to do while cooking my chicken kievs though.
From: ANT_THOMAS 8 Jan 2015 11:13
To: ALL137 of 542
Data!

EDITED: 8 Jan 2015 11:14 by ANT_THOMAS
From: Chris (CHRISSS)10 Jan 2015 01:03
To: ANT_THOMAS 138 of 542
Nice data :) What do use to protect your Arduino outside? And how long do they last sending data wirelessly?

I have got a button fading my LCD brightness in and out. Need to actually show something on it though.

From: ANT_THOMAS10 Jan 2015 02:08
To: Chris (CHRISSS) 139 of 542
The outside one is on a cable hanging out of the window. I did have a solar/battery powered one but there wasn't enough sunlight where it was placed.

The others are wireless for sending data but plugged in for power.
From: Chris (CHRISSS)10 Jan 2015 02:27
To: ANT_THOMAS 140 of 542
I see, dangling out of a window sounds good :) Any idea how long they'd last on a battery?

New video. Got it running a very basic clock at the mo. For some reason when it gets to 32 seconds it starts counting up really quickly and I have noooo idea why. Probably be easier when I get my RTC.

From: Chris (CHRISSS)10 Jan 2015 02:33
To: ALL141 of 542
int instead of unsigned int. Oops.

Oops again. That should be unsigned long. With unsigned int it does the same after 65 seconds instead. It will start going nuts after 50ish days now.

EDITED: 10 Jan 2015 02:51 by CHRISSS
From: Ken (SHIELDSIT)10 Jan 2015 09:10
To: Chris (CHRISSS) 142 of 542
Go on with your bad clock making self!  I'd like to make one of those word clock things with mine.  But I have way way way too many projects that I'd like to try, I need to complete at least one before I start another!
From: Chris (CHRISSS)10 Jan 2015 09:40
To: Ken (SHIELDSIT) 143 of 542
It's not a very accurate clock. It was about 3 seconds out this morning, so after about 6 hours. It uses the millis() function so probably not that accurate (or my time keeping code is bad). Could probably tweak it though. Think an RTC would be easier though. One on the way.

I like the word clocks. Seen a few of them made with Arduino. Have a look for Equinox clock. Not a word one but I like it lots.

This one will be an alarm clock which will /hopefully/ help me get out of bed in tthe mornings.

I've already got a list of things I'd like to build:
Freezer temp alarm
Birthday reminder
Wireless temp
Heating controls
Transmitter for quadcopter
EDITED: 10 Jan 2015 09:41 by CHRISSS
From: ANT_THOMAS10 Jan 2015 09:49
To: Chris (CHRISSS) Ken (SHIELDSIT) 144 of 542
I've got a type of world clock project in mind. It'll be a big job though. I'll definitely post it if I do it.