Here is a list of all the postings Bob Mc has made in our forums. Click on a thread name to jump to the thread.
Thread: Telescope adapter |
05/01/2018 12:19:42 |
Hi Stephen.. had a look for anything I could adapt but have nothing suitable... will keep an eye open for you.. rgds..Bob. |
04/01/2018 20:05:13 |
Hi Stephen... I have cut similar threads for my binocular telescope ... see pic below.. It would have been much easier to have a single larger diameter reflector and the Binoviewer ... believe me its a better option than a binocular scope! To make the adapter would require machining a piece from the solid or better still a circular pipe fitting... will have a scout round in me junk box...but I am not saying I will make it for you ... Will let you know tomorrow. rgds...Bob... |
04/01/2018 19:01:02 |
Hi Stephen.. I had a similar problem with focussers I bought from China and I know how frustrating it can be... what I don't understand is that you say one end of a 10mm tube is 71mm internal diameter and the other is a 42 mm male external diameter...? My suggestion is that if you can buy the tubes with the threads cut in them, could you not cut each tube up and somehow fit them together which is a lot easier than cutting threads. ...Bob.. |
Thread: Gas detectors |
06/12/2017 22:04:56 |
Thanks again to all who have replied... I don't mind being put right on this one ... thanks Allan W for spelling it out.. I really do appreciate the responses and will now be ordering a gas det asap.... will make a nice Xmas pressie for the Missus...!! rgds....Bob.. |
06/12/2017 16:57:57 |
Thanks to all for your replies.. I don't know why I didn't see the 'gas detectors' as some of you have listed but it was a while ago since I looked..probably forgotten.... links much appreciated. As I understand it then... the carbon monoxide detector will detect household gas but it is best to have a gas detector as well. By the way the free fitting service is something to do with the Fire Service, if you are over 65 you are an 'At Risk' person, the chap who turned up checked exit points and gas installations and gave some tips on safety issues and fitted two detectors, I thought it was really good. Again thanks for your replies..... ...Bob...
|
06/12/2017 13:09:52 |
Ok.. its not related to model engineering but perhaps there are some of you out there who might throw some light as to why I can't seem to find anything for household use which states it is a Gas detector/sensor. I had a knock on the door and a real nice guy...a British Gas engineer told me that I was eligible for free fitting of carbon monoxide detectors ... all paid for.. "well put them in" says I; after he had gone I began to think.... isn't carbon monoxide what you get when some volatile vapour such as petrol is burned..? This don't make sense now... but I admit I don't know much about these things.. I would have thought that carbon monoxide is what you get when perhaps there has been a gas leak and perhaps a room full of gas is ignited...and then carbon monoxide would be present and the detectors would alert me to the fact that the house has just blown up...!!! Is carbon monoxide the same stuff as household gas itself...? don't know.. I would have thought that sensing a build up of gas would be more appropriate...but I hope to be educated.... ...Bob...
|
Thread: A bit of humour |
29/09/2017 19:25:41 |
Ian....the cat count has changed...!! it all adds up now but it didn't before.... how did the 3 cats become 2...? Bob. |
29/09/2017 12:50:25 |
Ian.... am I missing something....? it was a travesty of justice that the teacher told him he was wrong in saying the answer he gave in the second paragraph was incorrect...! but I suppose if he did have a cat at home then his answer should have been 8... so the teacher was right in saying he was wrong and Johnny was wrong as he always included the cat at home in his calculations... ... I must get out more often.. Bob..
|
Thread: Ardunio DRO? |
28/09/2017 21:44:28 |
Hi Peter.... try 'Digital Caliper Remote Display' in the Keyword search title.. Rgds...Bob.. |
Thread: Digital caliper remote display |
14/08/2017 16:22:58 |
Dave.....you beat me to it....!!! |
14/08/2017 16:21:39 |
Hi Dave/Ian... Dave .... glad to hear you have solved the problem, I was confident you would. Ian... I know you asked Dave and perhaps he will give some advice, however if you are new to Arduino and having got hold of two LCD board I would imagine they are the LCD version 1 as mentioned in https://arduino-info.wikispaces.com/LCD-Blue-I2C. I think it best if you get the LCD display program going first ... you need to download the library mentioned at the top of the page of the above website, then there is a small program to download for Version 1. If you have never had a go at these displays previously please note that if you do not see any characters on the display at first or if they seem a bit dull you use the brightness control on the little piggy back I2C board. anyway....best of luck.....Bob..
|
09/08/2017 12:01:01 |
Hi all ...John/Ken John Haine asks about a 3rd axis display... the program I posted could be altered for this purpose, but I can only give an indication of what would need to be done, which is to copy one of the sub programs for example 'void Read Y' and change all the Y's & y's to Z & z's then insert an instruction to 'Read Z' after 'Read Y' was finished...and back to 'Read X' after 'Read Z' is finished, you would also have to alter the Setup & definition parts to include the inputs/outputs etc... I am not able to provide much more info as I am busy making a readout for my mill using a rotary encoder.. you would also need to find a bigger display than I used in my build.. mine could show 3 readings but only on two rows... Hi Ken... "come a long way" .....yes I only wanted to show it could be done..! to be honest I can't remember exactly where I got the program from perhaps it would be better to wait and see what Dave comes up with as the program I posted has got a lot of superfluous material and wants thinning down, there are certainly a number of people on the www giving programs for this and it does seem the case that most of the cheap calipers are using the BCD format...Binary Coded Decimal. One of the things that could be done in the meantime is to get an LCD display, mine is a 16x2 character lcd and find out how to write to it... that would be a good start and it is quite simple, if you can get that up and running using an arduino you are half way there... lcd's are about £5 quid on ebay. Bob...
|
09/08/2017 08:46:46 |
Hi Duncan../..Dave.. Duncan..Yes you are right...! there are a lot of curly braces in the setup and to be honest I don't know why! but this prog was copied off the www. and since it worked I didn't see any reason to alter it apart from making it read two calipers.. I must admit again that I am certainly not an expert with programming these things, Dave seems to have a far better understanding of programming. Dave.... you say you have fitted a capacitor to get rid of sporadic readings... I fitted mine at the caliper end which stopped a similar problem... which Neil has done as well. ..Bob.. |
08/08/2017 16:56:17 |
Hi Dave... I can certainly commiserate with you "electronics & computers losing their appeal" . Les is right...the trace definitely looks like a BCD format see .. http://robotroom.com/Caliper-Digital-Data-Port-3.html ... which means you will be able to use my code..as posted. I also didn't use the battery in the calipers rather using the +5v from the Arduino for the level shifter... and potting down the 3v3 from the Arduino for the caliper 1.5v supply using two 6k2 resistors. The LCD I originally powered using the +5v Arduino supply but I found it caused the screen to be a bit dim....the maximum LCD volts is 7v, so rather that making a power supply circuit for this, I found a 3.3v zener and put it in series with the LCD and the 9v Battery... now its as bright as needed. rgds..Bob.. |
06/08/2017 20:41:15 |
Thanks Dave for the lcd address program .... will definately have a look at that one. Thanks Banders who agrees with Neil that the connector is not a good idea, I soldered mine which is a pita as the case needs taking off otherwise the plastic case will suffer...perhaps Dave will find a better solution. Also thanks Les... I didn't know the label hides the screw...and the hack for getting a remote display from the Wixey is what I want....can't understand how I missed that... I think I will be using a rotary encoder for the azimuth display.. Anyroad up.. I have just been using my new dro and there is a small problem as it seems I selected a couple of resistors for a divider network to give the ~1.5v supply for the calipers, it now transpires that when the battery gets lower in voltage then the caliper voltage goes down as well ...obvious! ...and the readings dissapear..! so I will be removing the bottom resistor and fitting a zener perhaps or could use an LED as a regulator .. not a big problem. Here is a pic of the dro.. ...Bob..
|
06/08/2017 17:16:48 |
Hi Ken, Dave, Neil ... and all... Just a short digression... as some of you may know I have an interest in astronomy .. my scope is a 6inch binocular reflector... I have a need for a remote digital azimuth angle readout and wondered if anyone has any information for these things.... see pic.. I can't even get into the thing... or if there are any other types which have a remote readout... below..pic of scope and below that with angle gauge in question... sorry its blurry but I think you will know the type.. rgds..Bob..
|
05/08/2017 19:23:23 |
Part 2.
#include <Wire.h> #include <LiquidCrystal_I2C.h> LiquidCrystal_I2C lcd(0x27, 2, 1, 0, 4, 5, 6, 7, 3, POSITIVE);
void setup() lcd.begin(16,2); { lcd.setCursor(0,0); lcd.setCursor(0,1);
void ReadX(){ void decodex()
void decodey()
|
05/08/2017 19:22:53 |
So... I finally finished it... (I can't post all of this in one go on the forum) this is Part 1. Program is Part 2.
Ken did mention an IC level shifter which is a better idea, but I had a load of small signal transistors in me junk box and I was getting impatient... so just cobbled it together. The 1.5v supplies for the calipers were simply taken from a potential divider which has a 6k2 connected to the 3v3 output of the Arduino and a 4k7 down to ground 0v ... gives about 1.4v at the mid point. The wiring to the Arduino is best followed using the program inputs .. you will see clockpinx and datapinx and clockpiny and datapiny defined. I used a D type connector for the two calipers.. there is not much wiring to do, I did however wire reset to zero switches in the box which just ground the reset buttons in the calipers, you would have to take the calipers apart to fit wiring and I must say it is a bit fiddly, there is not much room for manouver... or is is manouvre sorry can't spell. One thing which was different with the Lcd I purchased was that the I2C address was slightly different but there seem to be only two addresses used.... either 0x3F of 0x27. The program below is for use with two calipers which I just put together with a minimal knowledge of programming and copying what was on the www. Hope you might find some of the build info useful.. if you have any questions let me know ... just don't ask me difficult questions about programming..!!
|
04/08/2017 20:45:08 |
Thanks Ken, Dave, Ian.. Yes Ian... I got an email advert this morning about the bluetooth connection app for a digital caliper... but could the idea be used in a 2 or 3 axis requirement..? . The other thing is that I am actually only going to use one caliper on the Y axis on my milling machine as there is not much travel, however the X axis is quite long and I intend to use a rotary encoder which I purchased some time ago and am determined I am going to use it on something! Anyway... the real reason is that I get such a feeling of satisfaction from doing things my own way and when it works and looks the part I am on cloud 9...! Thanks for all your posts ... it is a real buzz to get appreciation. Bob..
|
04/08/2017 16:55:08 |
Have been doing some more work soldering the Arduino Nano and level shifting components on the pcb, this is done prior to fitting the pcb in the box, I am 'hot glueing' the LCD and veroboard pcb in place, it can be removed if necessary with a bit of heat . I will be trying this set up using a caliper for the 'y' axis only ... I intend to use a rotary encoder for the 'x' axis, and as you are only interested in one axis display I won't be showing any of the rotary encoder workings. pic below.... the pcb component side .. minus transistors...you may note I have two sets of components either side of the Arduino, this is initially for the two sets of level shifters ie, one for 'x' axis calipers and one for 'y' axis caliper.. for a single axis you obviously only need to have one set of these. Below ... the other side but not yet cut the tracks . Below...I cut out a slot to take the Arduino mini usb port and trial fitted the board. So... its coming on... hope to have it up and running in a day or two...and let you see the program ... just hope all Arduino experts are not looking... but hey who cares ! ... so long as it does what it is supposed to do. ..Bob... |
Want the latest issue of Model Engineer or Model Engineers' Workshop? Use our magazine locator links to find your nearest stockist!
Sign up to our newsletter and get a free digital issue.
You can unsubscribe at anytime. View our privacy policy at www.mortons.co.uk/privacy
You can contact us by phone, mail or email about the magazines including becoming a contributor, submitting reader's letters or making queries about articles. You can also get in touch about this website, advertising or other general issues.
Click THIS LINK for full contact details.
For subscription issues please see THIS LINK.