…that I want live in. Not waiting for the future…
Category Archives: #Maker
Code snippits : perl date stamp for adding to file
#!/usr/local/bin/perl
my @lt = localtime(time);
my $dte = sprintf “%04d%02d%02d%02d%02d%02d”, $lt[+5]+1900, $lt[4]+1, @lt[3,2,1,0];
my $path=”/var/logs”;
$file=”$path/file-$dte”;
print “$file \n”;
DIY Water gauge
This a project is for a friend was concerned about how much water was in her cistern. I decided to use a rangefinder to measure the water level and then email this value. I also 3D printed a case for the Raspberry Pi.
This is currently a work in progress.
Materials
- Hardware
- Arduino
- Raspberry Pi
- Ultrasonic Rangefinder
- Wifi Dongle
- Powered USB Hub
- Cables
- Power Blocks
- Softwre
- Raspberian
- Custom Code
- Services
- Email Server (SMTP Relay)
Ultrasonic Rangefinder
Rasperry Pi + Arduino + Powered USB Hub
Todo:
- Graph Data (Google Spreadsheets)
- Enclosure for Rasperry Pi, Arduino,Powered USB Hub (3D Printed)
Tech Support in the Caribbean
Ohhh you think the warranty is your ally….
You merely purchased a support contract…..
I trained to resist calling tech support… was molded by it…
I didn’t get a tier-3 tech until the recognized I wasn’t in Latin American region…..
And by then I was l33t !!!
The manufacturers betray you, because the technology belongs to me !!!
My custom helping hands…
Great article on the reprap 3d printer
3D printing model websites….
http://www.stlfinder.com/
http://www.shapeking.com/
http://www.3dcreationlab.co.uk/gallery-of-3d-printing-projects.php
https://www.redpah.com
http://3dfilemarket.com/
http://www.turbosquid.com/
https://3dwarehouse.sketchup.com/
http://us.gallery.xyzprinting.com/
http://www.3dshook.com/
http://www.yeggi.com/
https://www.youmagine.com/
https://www.3dhubs.com/
http://forge.zheng3.com/
https://www.trinpy.com/
http://3dprintingforbeginners.com/3d-model-repositories/
Why the future is already here….
…just not distributed enough…
Dutch police are training eagles to take out drones
Shit getting real….
3d printer work -update
Working on my Reprap and learning quite a bit. So much to do but it will be worth it.
Todo:
- Bed not heating.
- Extruder calibration
- Cable Management
- Print
- Filament spool
- Fan holder