Go to advanced search

by RDS
Sun Nov 20, 2016 5:13 pm
Forum: Python
Topic: Spurious Readings - Help Requested
Replies: 52
Views: 7172

Re: Spurious Readings - Help Requested

joan wrote:No, you haven't had a recent update.
I don't actually know how to obtain an update but seeing as it is working well at the moment, I think I will leave it as it is!
by RDS
Sun Nov 20, 2016 3:44 pm
Forum: Python
Topic: Spurious Readings - Help Requested
Replies: 52
Views: 7172

Re: Spurious Readings - Help Requested

Thanks Joan, mine returns 0.6.0a3.
I am using Python 3 so I enclosed the Item to be printed in Brackets.

This seems lower than the version you quoted, unless Python 3 is different?
by RDS
Sat Nov 19, 2016 10:57 pm
Forum: Python
Topic: Spurious Readings - Help Requested
Replies: 52
Views: 7172

Re: Spurious Readings - Help Requested

I was away for 3 weeks from the beginning of September, so I switched my Pi off completely. Since I returned and switched it on again, it has been almost faultless and in fact I have not seen any spurious pulses at all. I have read on another thread tonight about another member having problems with ...
by RDS
Fri Oct 28, 2016 11:53 am
Forum: Camera board
Topic: Ordinary or NOIR
Replies: 4
Views: 878

Re: Ordinary or NOIR

@RaTTuS
Thanks, that's a good point, I had not considered!

Is there a spec somewhere for the Ordinary Pi Camera, showing the Lux level that it works at, because maybe that one would be suitable for my needs. I just want to experiment with Time Lapse.
by RDS
Fri Oct 28, 2016 7:39 am
Forum: Camera board
Topic: Ordinary or NOIR
Replies: 4
Views: 878

Re: Ordinary or NOIR

Thank you, I was hoping that would be the answer.
by RDS
Thu Oct 27, 2016 10:06 pm
Forum: Camera board
Topic: Ordinary or NOIR
Replies: 4
Views: 878

Ordinary or NOIR

Apologies in advance for such a basic question but I would like buy the Pi camera and be able to use it in Darkness or Daylight conditions. I understand that I need the NOIR version for Night Time use but can the NOIR version also be used in Daylight conditions.
by RDS
Sat Sep 24, 2016 8:18 am
Forum: Beginners
Topic: Automate a python script on boot
Replies: 2
Views: 625

Re: Automate a python script on boot

I have not tried it yet but this looks very useful.
Thanks for sharing.
by RDS
Tue Aug 23, 2016 9:43 pm
Forum: Beginners
Topic: Detecting Electric Current
Replies: 34
Views: 6301

Re: Detecting Electric Current

mspark wrote: Do a search for solar immersions, the units I fitted came from immersun but other manufactures are out there.

Thanks but when looking for details about Immersun, I came across this page: https://www.immersun.co.uk/
by RDS
Sun Aug 21, 2016 9:53 pm
Forum: Automation, sensing and robotics
Topic: Lap Counting sensors.
Replies: 5
Views: 1821

Re: Lap Counting sensors.

I designed and built a Scalextric Lap counter about 25 - 30 years ago, using logic chips. I struggled for quite while with how to identify when a car completed a lap initially by trying to shine a light across the slot etc. Eventually, I had complete success by cutting the live portion of the track,...
by RDS
Thu Aug 11, 2016 11:20 am
Forum: Python
Topic: python script for raspberry pi project
Replies: 8
Views: 1834

Re: python script for raspberry pi project

@promzguru
It is as stderr has stated but very easily shows the output of the GPIO.
It may not fully suit what you need but I think it could be a very good start.
by RDS
Mon Aug 08, 2016 7:47 am
Forum: Python
Topic: python script for raspberry pi project
Replies: 8
Views: 1834

Re: python script for raspberry pi project

Have a look at 'Piscope'.
As long as you have your sensor wired in to one of the GPIO's, this excellent program will display the output.
by RDS
Sun Aug 07, 2016 3:12 pm
Forum: Python
Topic: python script for raspberry pi project
Replies: 8
Views: 1834

Re: python script for raspberry pi project

What Hardware are you planning on using for monitoring the Heart Rate.
by RDS
Fri Jul 22, 2016 8:31 am
Forum: Python
Topic: Spurious Readings - Help Requested
Replies: 52
Views: 7172

Re: Spurious Readings - Help Requested

@asandford How long are the wires? Are they screened? Do you find that when the fridge/freezer/boiler switches on that things go wrong? If you are measuring pulses over any sort of distance, have you considered twisted pair wires and an op amp? In response to your post on the other persons thread in...
by RDS
Fri Jul 22, 2016 8:15 am
Forum: Python
Topic: self-activating buttons
Replies: 14
Views: 1841

Re: self-activating buttons

@asandford
Thank you for your reply. Sorry, I didn't intend to hijack this thread, so can we continue this discussion on my original thread that I have brought back to the top by responding to your points.
by RDS
Thu Jul 21, 2016 9:34 pm
Forum: Python
Topic: self-activating buttons
Replies: 14
Views: 1841

Re: self-activating buttons

@zesid I was interested to see your thread because I raised a thread back in May 2016 called, 'Spurious Readings - Help Requested' because my system picks up random pulse changes at times. I have not found an acceptable solution and it is made worse by the fact that my system suns perfectly most of ...
by RDS
Mon Jul 18, 2016 10:07 pm
Forum: Python
Topic: What does "=" mean and do?
Replies: 8
Views: 1587

Re: What does "=" mean and do?

It seems to me that Trebor37 asked a relatively simple question about variables and got a very comprehensive but complicated answer about the 'list' function.
by RDS
Thu Jul 14, 2016 9:39 pm
Forum: Python
Topic: How do I Print the element number of a list
Replies: 10
Views: 1537

Re: How do I Print the element number of a list

Thank you all very much for taking the time to help me.
This Forum is amazing for the speed and quality of responses from other members.
by RDS
Thu Jul 14, 2016 9:36 pm
Forum: Python
Topic: How do I Print the element number of a list
Replies: 10
Views: 1537

Re: How do I Print the element number of a list

@Paeryn
Thank you. Your 1st example seems to be just what I need.
by RDS
Thu Jul 14, 2016 8:39 pm
Forum: Python
Topic: How do I Print the element number of a list
Replies: 10
Views: 1537

Re: How do I Print the element number of a list

@Paeryn
Thank you, that is another very useful alternative.
by RDS
Thu Jul 14, 2016 8:37 pm
Forum: Python
Topic: How do I Print the element number of a list
Replies: 10
Views: 1537

Re: How do I Print the element number of a list

@joan Excellent, thank you very much. That is exactly what I wanted (and I can't believe how close your 'rather than' example is to what I was actually trying!) Just for completeness, I have attached my version (that doesn't work correctly) below. for item in dailyunit: print(item) Incidentally, is ...
by RDS
Thu Jul 14, 2016 7:33 pm
Forum: Python
Topic: How do I Print the element number of a list
Replies: 10
Views: 1537

Re: How do I Print the element number of a list

Sorry, the language is Python 3.
by RDS
Thu Jul 14, 2016 6:59 pm
Forum: Beginners
Topic: Basic questions to OS
Replies: 9
Views: 1734

Re: Basic questions to OS

Not sure if it is a recommended way but I always select the output window and then use CTRL C, to stop a program.
by RDS
Thu Jul 14, 2016 6:53 pm
Forum: Python
Topic: How do I Print the element number of a list
Replies: 10
Views: 1537

How do I Print the element number of a list

I am using the 'list' command to store some data. Eventually it will have about 35 elements (or maybe they are called items) but to learn how to use the command, I have started with just 12 elements. I have successfully created the list and I can print the entire contents of the list or just selecte...
by RDS
Thu Jul 14, 2016 3:44 pm
Forum: Beginners
Topic: Bonding a DS18B20 Sensor
Replies: 9
Views: 2203

Re: Bonding a DS18B20 Sensor

@pluggy
I have both types already.
by RDS
Thu Jul 14, 2016 2:05 pm
Forum: Beginners
Topic: Bonding a DS18B20 Sensor
Replies: 9
Views: 2203

Re: Bonding a DS18B20 Sensor

@Major Tom
Thank you for your comments and suggestions.

Surprisingly, the Tank is not insulated, so the top of the Tank gives a very good indication of temperature inside.
Unfortunately I can only access (easily) the top of the Tank, so a strap around it is not possible.

Go to advanced search