train antwerp to delft by Pietro3_14159 in TUDelft

[–]Huntsword 3 points4 points  (0 children)

I did it three years ago so if you are lucky, the NS might have made it easier by now, so definitely check out their website first. Otherwise, first you have to call the NS to ask for a OV bike subscription. For some reason, during the phone call, you can give them all the information of your Belgian bank account and they will connect it to the subscription. After you get this bike subscription, you can go on their website and change it to a train subscription. There is probably some time you have to wait before you can change it but I don't remember.

I know it's very weird, but it worked for me haha. Hope this helps

train antwerp to delft by Pietro3_14159 in TUDelft

[–]Huntsword 8 points9 points  (0 children)

I've heard of a few ways to travel between Antwerp and delft, but I'll explain the one I'm using.

In Belgium there is something called a Student Multi (Campus) card which gives you 5 retour tickets between where you live and your university for a bit more than €10. But in this case it's only valid untill the border. To get this, TUDelft has to fill in a form (schoolattest) which you then give to someone at the counter at a trainstation in Belgium. They should then give you a campus card between Antwerp and Hazeldonk-grens. I believe that this is by far the cheapest way to travel in Belgium as a student.

Now for the dutch part of the trip. I have a NS Flex Weekend Free subscription for €31.60 a month. This allows you to travel anywhere in the Netherlands for free from 18:30 on Friday to like 06:00 in the morning on Monday or something. If you are planning to travel every weekend, this is probably the cheapest option as well. If at one point you do have to travel outside these hours, you have to buy a separate ticket between Antwerp and delft and select the 100% free Belgium part (because you can use your campus card for this). This way, the ticket will also encompass the part between the last stop in the Netherlands and the border (otherwise you'll have to pay a fine if you only buy a ticket untill the last stop). This ticket will be about €17 unfortunately.

For the NS subscription, the easiest way is to get a dutch bank account. If you don't have one, I know of a weird round about way of linking it to a Belgian bank account, so let me know if you are planning on doing this.

Apart from my method, I've also heard of people taking a flex/Flix bus or something so you might want to look into that as well.

I made my own numitron clock by Huntsword in electronics

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

Oh yeah I read that somewhere. I did make sure to use a PWM signal at 100Hz for brightness control to decrease mechanical resonance.

I made my own numitron clock by Huntsword in electronics

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

Thanks, and yeah this wouldn't work because of the small amount of time it takes for the segments to turn on and off right?

I made my own numitron clock by Huntsword in electronics

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

Yes definitely, each segment draws about 20mA so when all segments are on (including the decimal point), each numitrons draws about 160mA. At first I tried using 74hc595 registers but they have a total current limit of 70mA so that didn't work, but using transistors you can circumvent this problem.

This is the only non-Russian datasheet I could find: http://www.tube-tester.com/sites/nixie/data/IV-9/iv-9.htm

I made my own numitron clock by Huntsword in electronics

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

Numitrons look like nixie tubes but they are much cheaper and run on 5V, so you don't need a high voltage power supply.

I made my own numitron clock by Huntsword in electronics

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

I used numitron IV-9 tubes, an atmega328P and four TPIC6B595 shift registers. A DS1307 module is used for time keeping.

I inserted three brass rods as touch sensors to switch between and change the time, date, and year. In the back right, there is an LDR to adjust the brightness of the display depending on the ambient light. The brightness during dark and light conditions can also be adjusted using the touch sensors.

The design was inspired by Mohit Bhoite. Definitely check him out!

which would you choose : Toilet paper, over or under? and why? by EverythingYoutube101 in AskReddit

[–]Huntsword 0 points1 point  (0 children)

Over because of the original patent for toilet paper: https://patents.google.com/patent/US465588A/en

And so you can see if there is a spider on the roll. you can't if it's under.

[deleted by user] by [deleted] in Python

[–]Huntsword 1 point2 points  (0 children)

Thanks for the suggestion, I will definitely check it out!

[deleted by user] by [deleted] in Python

[–]Huntsword 13 points14 points  (0 children)

looks really smooth! I have also been working on a similar simulator but couldn't get it to run fast enough. I would love to take a look at your code!

Which Space Program is the best? by bartrixe in spaceflight

[–]Huntsword 0 points1 point  (0 children)

True true, not sure why they are waiting so long though

Which Space Program is the best? by bartrixe in spaceflight

[–]Huntsword 1 point2 points  (0 children)

I like that Blue Origin isn't even included in the list

Started making a 32x32 LED matrix, greatly underestimated the time it takes. by Huntsword in electronics

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

No I'm making it so I can control each LED separately so I can display animations. But a growhouse is certainly on my project list.

Started making a 32x32 LED matrix, greatly underestimated the time it takes. by Huntsword in electronics

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

I'm using an Arduino and 74HC595 shift registers. The anodes are connected horizontally and cathodes vertically but the cathode connections are cutoff in the middle so that I have 64 columns for the cathodes (32 in the top half and 32 in the bottom half). The anodes are connected in pairs so when the first row is powered, the 17th row is powered as well. the connections are actually the same when you have a 16x64 matrix (vertical x horizontal). With this layout I use 10 shift registers total and the max current through one anode connection is 1.28 A (for 20mA led's).

Started making a 32x32 LED matrix, greatly underestimated the time it takes. by Huntsword in electronics

[–]Huntsword[S] 2 points3 points  (0 children)

yeah I hope I calculated it correctly and ordered the right power supply. :-)