Notifications
Clear all

Greetings - noob from Noob Zealand

10 Posts
3 Users
2 Likes
1,170 Views
(@expatty)
Member
Joined: 3 years ago
Posts: 7
Topic starter  

Hi,

I have been a mediocre programmer for a few too many years, but now taken on a team lead role. This is fun but I miss programming. 

I have a couple of interests that have lead me towards IOT. Firstly I compete in Moto-Gymkhana, a motorcycle time trial performed around cones. I am wanting to make a modular timing system for the sport. * I am currently stuck at the first hurdle - getting a TOF400f to measure distance. *

My second project is a still management system. I would like to be able to  manage my alcohol production from ferment to barrel.

Cheers

James


   
Quote
Will
 Will
(@will)
Member
Joined: 3 years ago
Posts: 2535
 

I've never used one but how do you intend to use a device to measure distance up to 4 metres to measure time ?

Anything seems possible when you don't know what you're talking about.


   
ReplyQuote
(@expatty)
Member
Joined: 3 years ago
Posts: 7
Topic starter  

Good question!

We have a start / finish gate made out of road cones.

* The measuring beam will point across the gate.

* Normally it will return max distance. (We may need a board on the other side to minimise variations)

* When the beam is broken it will return a lower distance. 

* The connected arduino will need to make sure it is not just a glitch.

* Once it knows its a bike it will send an MQTT message to a laptop running Mosquitto and Node-Red.

* The laptop will then do the timing thing and then look for the beam to be crossed again. 

* On the second crossing another MQTT message will be sent andthe timer will be stopped.


   
ReplyQuote
(@mark-bolton)
Member
Joined: 3 years ago
Posts: 108
 

 

"My second project is a still management system. I would like to be able to  manage my alcohol production from ferment to barrel.

Cheers

James"

I was looking at doing something similar some time back. Are you thinking of setting up a Continuous Still using temperature monitoring and a bellows pump to in inject the wash into the "boiler" ?

 


   
ReplyQuote
Will
 Will
(@will)
Member
Joined: 3 years ago
Posts: 2535
 

@expatty

I'm curious, I looked up the TOF400f and it seems to only trigger twice a second. Isn't that too slow to reliably detect the transit of a bike travelling faster than about 15 mph ?

 

Anything seems possible when you don't know what you're talking about.


   
ReplyQuote
(@expatty)
Member
Joined: 3 years ago
Posts: 7
Topic starter  

@will Where did you see that? if it is then I have a problem.

I will be using it in the shorter mode so faster response.

If I need to look at something else for the gate then I can switch. But for now I need to get something working so we can work on the rest of the system. 


   
ReplyQuote
(@expatty)
Member
Joined: 3 years ago
Posts: 7
Topic starter  

@mark-bolton

I have thought about a continuous still but for now, it is mostly pot and reflux still function that I am after.

Having said that I have a 100l jacketed boiler that will allow for continuous function, I just need to buy the extra hardware.


   
Mark Bolton reacted
ReplyQuote
Will
 Will
(@will)
Member
Joined: 3 years ago
Posts: 2535
 

@expatty

It turns up in the descriptions where its being sold. For instance

https://www.ebay.co.uk/itm/274644016264

If you look down in the section labelled Application and Debugging it mentions high precision measurements at 500ms intervals. Perhaps I didn't read far enough.

 

Anything seems possible when you don't know what you're talking about.


   
ReplyQuote
Will
 Will
(@will)
Member
Joined: 3 years ago
Posts: 2535
 

Reading through the rest, it also mentions "real time" distance measurements. perhaps the 500ms is just for debugging ?

Anything seems possible when you don't know what you're talking about.


   
ReplyQuote
(@mark-bolton)
Member
Joined: 3 years ago
Posts: 108
 

@expatty I was quite some time ago that i ran the numbers. I was doing batch distillation with a 70 odd litre tub and about 1kw heater. I had a re-flux still on it.  I wanted to build something physically smaller and with a much lower thermal inertial so as i could do intermittent runs lasting an hour or so rather than most of the day.  I did the moths and the flow chart but never got round to building a prototype.

I reckon it would be very straight forward project if you already knew what you where doing as far as building the plumbing / heat exchange side of things was about.  At the time none of the "home distiller" subject BBS mentioned such a system except by way of referring to large volume industrial systems.

I was wanting to scale down rather than up.


   
expatty reacted
ReplyQuote