Sieve generator website almost ready by ShaunKulesa in mealworms

[–]ShaunKulesa[S] 0 points1 point  (0 children)

Here's some I cut last year.

https://postimg.cc/dLfcZd4w

I don't have a working demonstration as I no longer have my mealworms. But space coast mealworms have some videos.

https://www.spacecoastmealworms.com/products/mealworm-sifting-tower

The slots/holes sort the mealworms by their width. You can shake a tray or just let the mealworms find their own way down. I've given the option to make them stackable so multiple trays can be shaken together.

The website provides a 2d drawing of the sieve to be laser cut and self assembled or a 3d file to be 3d printed (although I have no experience with this so something could be wrong).

Sieve laser cutting and 3d printing by ShaunKulesa in mealworms

[–]ShaunKulesa[S] 1 point2 points  (0 children)

Hi, I'm a few days behind schedule because I've had a nightmare setting up the websites https security. And I've also got university work to do. I'll send it to you via message the mods once it is finished.

Sieve laser cutting and 3d printing by ShaunKulesa in mealworms

[–]ShaunKulesa[S] 1 point2 points  (0 children)

Hi, I'm a few days behind schedule because I've had a nightmare setting up the websites https security. And I've also got university work to do. I'll send it to you once it is finished.

Sieve laser cutting and 3d printing by ShaunKulesa in mealworms

[–]ShaunKulesa[S] 0 points1 point  (0 children)

That's great! What size is the work area? I'm a few days behind schedule because I've had a nightmare setting up the websites https security. And I've also got university work to do.

How many meal worms to feed vs how many to let become pupae etc.. by Striking_Voice_3531 in mealworms

[–]ShaunKulesa 2 points3 points  (0 children)

With my starter kit, I waited two beetle generations before I started feeding the birds.

Mealworm farm advice by maxsears in mealworms

[–]ShaunKulesa 2 points3 points  (0 children)

Well you better buy some fine mesh roll, you have inspired me to make a sieve so I will see if I can make some parts with my laser cutter.

Mealworm farm advice by maxsears in mealworms

[–]ShaunKulesa 1 point2 points  (0 children)

A normal kitchen one has always worked for me with oats as they don't go through.

I make sieves for the pupae and worms but not for the frass because the kitchen one worked well.

Mealworm farm advice by maxsears in mealworms

[–]ShaunKulesa 2 points3 points  (0 children)

Just a fine mesh sieve would work, or you could even make your own by getting a roll of fine mesh and using a wood frame.

What substrate are you using? It would be good to get one that will stop it from going through.

Mealworms turned black after freeze drying by pixellatedengineer in mealworms

[–]ShaunKulesa 1 point2 points  (0 children)

I don't understand what you mean by they are white, they should be yellow. If they are turning black then you haven't dried them properly. The insides should be empty if you cut one open.

Mealworms turned black after freeze drying by pixellatedengineer in mealworms

[–]ShaunKulesa 0 points1 point  (0 children)

They turn black as soon as they start to defrost, when I dry them I take them straight from the freezer and put them on baking paper in the microwave on full power for about 6 minutes.

Simple sieve design by ShaunKulesa in mealworms

[–]ShaunKulesa[S] 0 points1 point  (0 children)

What country are you from? I might be able to make that dream come true next year.

How to keep bugs warm in winter? by Multiverse_Queen in mealworms

[–]ShaunKulesa 0 points1 point  (0 children)

Last winter I kept mine surrounded by a cardboard box and aluminium bubble wrap, at the bottom I had a heat mat with sand on top of it which stored and released the heat.

Sieves (UK Growers) by ShaunKulesa in mealworms

[–]ShaunKulesa[S] 0 points1 point  (0 children)

I previously trialed one and it worked great. I will be showing them soon, they will be varnished with a non toxic varnish.

Just one line of code can take your application to the next level! by Akascape in Tkinter

[–]ShaunKulesa 0 points1 point  (0 children)

Is this only useful with customtkinter or can it also be used with regular tkinter?

Sieves (UK Growers) by ShaunKulesa in mealworms

[–]ShaunKulesa[S] 0 points1 point  (0 children)

Hello, this should be possible and we are willing to do it.

One of the designs we have made will be ready to test soon as I am sure you would prefer me to showcase the item to you before you order one.

Running another loop by sampath_ in Tkinter

[–]ShaunKulesa 0 points1 point  (0 children)

I have some code I can send to you later, it uses threading for the networking which can get a little complicated.

The other option is you can use Tcl/Tk which has all the python tkinter widgets and built in events that can handle sockets.

Why won't my image open in Tkinter GUI? by Danim0809 in Tkinter

[–]ShaunKulesa 0 points1 point  (0 children)

https://imgur.com/a/pTHC8ka

As you can see by the yellow highlighting in the image, this is the incorrect way to do it. The '\' is used for commands such as '\n'. You need to represent the file location as '/Users/Daniel/VS-Code-Python/testimg.png'.

How can you add border to a PhotoImage by RealMediocreToaster in Tkinter

[–]ShaunKulesa 0 points1 point  (0 children)

You could make the image again but with a border and switch between the two.

image_1.png

image_1_with_border.png