Arduino

From: ANT_THOMAS 3 Feb 2015 23:33
To: koswix 310 of 542
Gotta love the markup on stuff like that. They're clearly still making money on the $99 sales.

Reminds me of the extortionate prices of lab equipment when I was working at a uni. Stirrer hot plates being one of the items that made me angry. They're just a hot plate with a magnetic part spinning under the plate so you can pop a stirrer bar in the flask and get things stirring. Not sure I saw even the basic models under around £300.
EDITED: 3 Feb 2015 23:33 by ANT_THOMAS
From: koswix 3 Feb 2015 23:53
To: ANT_THOMAS 311 of 542
Yeah. Niche market /low volume sales = silly prices.
From: ANT_THOMAS 6 Feb 2015 18:59
To: ALL312 of 542
Bought some dip sockets from China for my shift registers. Came as a pack of 30, thought they'd arrive in a small jiffy bag....
EDITED: 6 Feb 2015 19:00 by ANT_THOMAS
From: Chris (CHRISSS) 6 Feb 2015 23:55
To: ANT_THOMAS 313 of 542
That looks like quite a large package.

Ive had some success with my Arduinos (dismantled the one for my lights) and the transceivers. I had one plugged into my phone and the other into the laptop. Tried the led remote example with the RF24 library and it worked but unreliably. Had to almost touch the things together to connect. I might try adding caps to see if that helps.

My FTDI cable doesn't seem to be working to program my mini though. The USBASP does. And the FTDI works with the serial monitor.
From: ANT_THOMAS 7 Feb 2015 00:05
To: Chris (CHRISSS) 314 of 542
Are you having issues getting it to reset? I found it a real pain in the arse to time it right (yj).
EDITED: 7 Feb 2015 00:05 by ANT_THOMAS
From: Chris (CHRISSS) 7 Feb 2015 00:53
To: ANT_THOMAS 315 of 542
I'm not really sure what the problem is. Could be resetting it at the correct time.

Although now I'm not sure if I've broken it. I tried my USBASP cable to repgoram the bootloader. I'd read somewhere to try that. Not when I try to do anything, even with the USBASP, it says it's not responding :S
From: Chris (CHRISSS) 7 Feb 2015 02:01
To: ALL316 of 542
I was getting an error trying to reflash the bootloader but I fixed that. I had to update the firmware on the USBASP using my Uno so it could set the clock speed when programming. Managed to get the bootloader working.

When I try and upload a sletch now it says content mismatch.
From: Chris (CHRISSS) 7 Feb 2015 02:14
To: ALL317 of 542
Ok, it's working, but only if I upload it really slowly. Better than nothing I guess. Still can't get the FTDI to work.
From: Chris (CHRISSS) 9 Feb 2015 21:56
To: ALL318 of 542
Looks like it was the Arduino board. I had another Pro Mini turn up today. Soldered the program pins to it and the FTDI cable worked with no problems.
From: Chris (CHRISSS) 9 Feb 2015 23:41
To: ALL319 of 542
Got it working. Yay! I used AVRDude to burn the bootloader instead.
EDITED: 9 Feb 2015 23:41 by CHRISSS
From: Chris (CHRISSS)10 Feb 2015 23:32
To: ALL320 of 542
I've been playing around with the RF24Network now I have both my Minis working. Setting up 2 to communicate between each other seems straight forward enough but not so easy to do with more. The library comes with an example for multi node setup with a branch configuration but only for the child nodes, doesn't show how to do the base.

I've got two sending some temperature information to a base now though. I plugged one into a battery pack and it's outside reading the cold temperatures out there now. It's in a plastic tub with the temperature sensor in its own so the heat from the other components doesn't warm it up. Hopefully it won't rain, I don't think it will be water tight.
From: ANT_THOMAS11 Feb 2015 22:34
To: ALL321 of 542
My big protoboards have finally arrived. Time to figure out the layout.
From: Chris (CHRISSS)12 Feb 2015 01:56
To: ANT_THOMAS 322 of 542
My first protoboard for my LCD screen took hours to make. I assume it's for the world clock.

I'm currently trying one of my Minis outside again. Transmitting temp every minute and also the voltage at VCC. Found a way to measure the voltage without needing to use one of the analog pins which is handy.

I'm trying to use 4 AA NiMH batteries but take 3 different voltages off a 4 pack. Using 2 batteries for the radio (can't go above 3.6V), 3 for the Mini and all 4 for the temp sensor (that can't go below 3V).
From: ANT_THOMAS12 Feb 2015 14:02
To: Chris (CHRISSS) 323 of 542
I don't think I'll manage to do many long solder tracks. I might use a lot wires instead.
From: Chris (CHRISSS)12 Feb 2015 15:24
To: ANT_THOMAS 324 of 542
Good idea. Those solder tracks were a pain to do.
From: ANT_THOMAS12 Feb 2015 15:31
To: Chris (CHRISSS) 325 of 542
I think I might do one for a common 12V in and maybe a common ground. I've got a load of telephone cable and CAT6 which should be suitable.
From: ANT_THOMAS12 Feb 2015 19:37
To: ALL326 of 542
It was looking neat on the smaller board until I remembered the transistors. I think I'll need to use the bigger board.
From: Chris (CHRISSS)12 Feb 2015 21:04
To: ANT_THOMAS 327 of 542
I saw a tip that looked handy for long rails like that. Run a naked bare (that's the word I'm looking for) cable along the breadboard where you want the track and solder along that. Easier to do and less solder.
From: ANT_THOMAS12 Feb 2015 21:53
To: Chris (CHRISSS) 328 of 542
Not a bad idea. I suppose then you only need to solder the connections and that keeps the wire secure.

Unsure whether to go transistors standing up or lying down.

Lying down takes quite a bit more space but I should have plenty to spare on this board.
EDITED: 12 Feb 2015 22:14 by ANT_THOMAS
From: graphitone12 Feb 2015 23:55
To: ANT_THOMAS 329 of 542
What's this going to end up being? If you've already mentioned it, I've missed it.